Home
last modified time | relevance | path

Searched defs:SourceLocation (Results 1 – 25 of 191) sorted by relevance

12345678

/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dsource.go36 type SourceLocation struct { struct
39 Path SourcePath
43 StartLine, StartColumn int
48 EndLine, EndColumn int
52 LeadingDetachedComments []string
54 LeadingComments string
56 TrailingComments string
60 Next int
/aosp_15_r20/external/angle/src/compiler/preprocessor/
H A DSourceLocation.h16 struct SourceLocation struct
18 SourceLocation() : file(0), line(0) {} in SourceLocation() function
19 SourceLocation(int f, int l) : file(f), line(l) {} in SourceLocation() function
21 bool equals(const SourceLocation &other) const in equals() argument
30 inline bool operator==(const SourceLocation &lhs, const SourceLocation &rhs) argument
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/internal/
Dsource_location.rs24 pub struct SourceLocation { struct
30 impl SourceLocation { argument
40 impl Display for SourceLocation { implementation
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/GSYM/
DLookupResult.h21 struct SourceLocation { struct
29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h21 struct SourceLocation { struct
29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/GSYM/
DLookupResult.h21 struct SourceLocation { struct
29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/GSYM/
DLookupResult.h21 struct SourceLocation { struct
29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/GSYM/
DLookupResult.h21 struct SourceLocation { struct
29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h22 struct SourceLocation { struct
29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstatus.h48 struct SourceLocation { struct
53 static SourceLocation current(uint32_t line = __builtin_LINE(), argument
55 SourceLocation loc; argument
63 SourceLocation loc; argument
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dir_metadata.h10 struct SourceLocation { struct
18 const std::vector<SourceLocation>& frames); argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DException.h48 struct SourceLocation { struct
54 std::ostream& operator<<(std::ostream& out, const SourceLocation& loc); argument
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DException.h53 struct SourceLocation { struct
59 std::ostream& operator<<(std::ostream& out, const SourceLocation& loc); argument
/aosp_15_r20/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h31 struct SourceLocation { struct
32 SourceLocation() : Line(), Column() {} in SourceLocation() argument
38 SourceLocation Start; argument
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/
Dast.rs30 pub struct SourceLocation { struct
42 pub start: SourceLocation, argument
227 impl SourceLocation { impl
233 pub fn new(offset: usize, line_starts: &[usize]) -> SourceLocation { in new()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Djit_cache.h48 struct SourceLocation { struct
69 std::optional<SourceLocation> source_location, argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos/
Dprotos.h128 struct SourceLocation { struct
129 static SourceLocation current() { return {}; } in current() argument
136 // using SourceLocation = absl::SourceLocation; argument
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.h152 struct SourceLocation { struct
168 // include original user comments as recorded in SourceLocation entries. N.B. argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h152 struct SourceLocation { struct
168 // include original user comments as recorded in SourceLocation entries. N.B. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h30 struct SourceLocation { struct
37 SourceLocation Start; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h30 struct SourceLocation { struct
37 SourceLocation Start; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h30 struct SourceLocation { struct
37 SourceLocation Start; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h30 struct SourceLocation { struct
37 SourceLocation Start; argument
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/
Dassertions.rs504 source_location: SourceLocation, in check_matcher()
524 source_location: SourceLocation, in report_failed_predicate()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen/gen/external/perfetto/protos/perfetto/trace/track_event/
Dsource_location.pb.cc39 PROTOBUF_CONSTEXPR SourceLocation::SourceLocation( in SourceLocation() function in perfetto::protos::SourceLocation
350 SourceLocation::SourceLocation(::PROTOBUF_NAMESPACE_ID::Arena* arena, in SourceLocation() function in perfetto::protos::SourceLocation
356 SourceLocation::SourceLocation(const SourceLocation& from) in SourceLocation() function in perfetto::protos::SourceLocation

12345678