Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/filedesc/
Ddesc_list.go283 type SourceLocations struct { struct
287 List []pref.SourceLocation
292 File pref.FileDescriptor
294 once sync.Once
295 byPath map[pathKey]int
298 func (p *SourceLocations) Len() int { return len(p.List) }
299 func (p *SourceLocations) Get(i int) pref.SourceLocation { return p.lazyInit().List[i] }
300 func (p *SourceLocations) byKey(k pathKey) pref.SourceLocation {
306 func (p *SourceLocations) ByPath(path pref.SourcePath) pref.SourceLocation {
309 func (p *SourceLocations) ByDescriptor(desc pref.Descriptor) pref.SourceLocation {
[all …]
Dplaceholder.go48 func (f PlaceholderFile) SourceLocations() pref.SourceLocations { return emptySourceLocations } func
Ddesc.go82 func (fd *File) SourceLocations() pref.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