Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/filedesc/
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 …]
Dplaceholder.go48 func (f PlaceholderFile) SourceLocations() protoreflect.SourceLocations { return emptySourceLocatio… func
Ddesc.go82 func (fd *File) SourceLocations() protoreflect.SourceLocations { return &fd.lazyInit().Locations } func
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp40 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations; typedef
/external/golang-protobuf/reflect/protoreflect/
Dsource.go12 type SourceLocations interface { interface
Dtype.go140 SourceLocations() SourceLocations methodSpec