Searched defs:SourceLocations (Results 1 – 16 of 16) sorted by relevance
290 type SourceLocations struct { struct294 List []protoreflect.SourceLocation299 File protoreflect.FileDescriptor301 once sync.Once302 byPath map[pathKey]int305 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 …]
48 func (f PlaceholderFile) SourceLocations() protoreflect.SourceLocations { return emptySourceLocatio… func
82 func (fd *File) SourceLocations() protoreflect.SourceLocations { return &fd.lazyInit().Locations } func
62 SourceRangeVector SourceLocations; variable
36 using SourceLocations = std::vector<SourceLocation>; variable
40 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations; typedef
12 type SourceLocations interface { interface
140 SourceLocations() SourceLocations methodSpec