Searched defs:source_map (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | tf_stack.cc | 173 const std::shared_ptr<SourceMap>& source_map, in ExtractStack() 292 const std::shared_ptr<SourceMap>& source_map, in StackTraceWrapper() 333 [](const PyBindSourceMap& self, const py::tuple& source_map) { in PYBIND11_MODULE() 510 [](const PyBindSourceMap& source_map, const PyBindFileSet& file_set) { in PYBIND11_MODULE()
|
H A D | stack_trace.cc | 45 const SourceMap& source_map, const StackTraceFilter& filtered, in ToStackFrames()
|
H A D | stack_trace.h | 154 int id, const SourceMap& source_map, const StackTraceFilter& filtered, in ManagedStackTraceToStackFrames()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | error_utils.py | 31 def _stack_trace_inside_mapped_code(tb, source_map, converter_filename): argument 160 def __init__(self, callsite_tb, cause_metadata, cause_message, source_map, argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/benches/ |
D | rust.rs | 67 fn source_map(&self) -> Option<&Lrc<SourceMap>> { in bench() method 82 let source_map = Lrc::new(SourceMap::new(FilePathMapping::empty())); in bench() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/benches/ |
H A D | rust.rs | 67 fn source_map(&self) -> Option<&Lrc<SourceMap>> { in bench() method 82 let source_map = Lrc::new(SourceMap::new(FilePathMapping::empty())); in bench() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/benches/ |
H A D | rust.rs | 59 fn source_map(&self) -> Option<&Lrc<SourceMap>> { in bench() method
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cBufferStorageTests.cpp | 3063 const Buffer::MapOwner source_map( in iterate() local 3238 const Buffer::MapOwner source_map( in iterate() local
|