Home
last modified time | relevance | path

Searched defs:SourceLocations (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc_list.go290 type SourceLocations struct { struct
294 List []protoreflect.SourceLocation
299 File protoreflect.FileDescriptor
301 once sync.Once
302 byPath map[pathKey]int
305 func (p *SourceLocations) Len() int { return len(p.List) }
306 func (p *SourceLocations) Get(i int) protoreflect.SourceLocation { return p.lazyInit().List[i] }
307 func (p *SourceLocations) byKey(k pathKey) protoreflect.SourceLocation {
313 func (p *SourceLocations) ByPath(path protoreflect.SourcePath) protoreflect.SourceLocation {
316 func (p *SourceLocations) ByDescriptor(desc protoreflect.Descriptor) protoreflect.SourceLocation {
[all …]
H A Dplaceholder.go48 func (f PlaceholderFile) SourceLocations() protoreflect.SourceLocations { return emptySourceLocatio… func
H A Ddesc.go82 func (fd *File) SourceLocations() protoreflect.SourceLocations { return &fd.lazyInit().Locations } func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/utils/
DIncludeSorter.h62 SourceRangeVector SourceLocations; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/utils/
DIncludeSorter.h62 SourceRangeVector SourceLocations; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/utils/
DIncludeSorter.h62 SourceRangeVector SourceLocations; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/utils/
DIncludeSorter.h62 SourceRangeVector SourceLocations; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/GSYM/
DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/GSYM/
DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/GSYM/
DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/GSYM/
DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
/aosp_15_r20/external/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp40 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations; typedef
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dsource.go12 type SourceLocations interface { interface
H A Dtype.go140 SourceLocations() SourceLocations methodSpec