Searched defs:SourceLocations (Results 1 – 7 of 7) sorted by relevance
283 type SourceLocations struct { struct287 List []pref.SourceLocation292 File pref.FileDescriptor294 once sync.Once295 byPath map[pathKey]int298 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 …]
48 func (f PlaceholderFile) SourceLocations() pref.SourceLocations { return emptySourceLocations } func
82 func (fd *File) SourceLocations() pref.SourceLocations { return &fd.lazyInit().Locations } func
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