Home
last modified time | relevance | path

Searched refs:locations_by_path_ (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc782 mutable LocationsByPathMap locations_by_path_; member in google::protobuf::FileDescriptorTables
828 locations_by_path_(3) {} in FileDescriptorTables()
1230 p->first->locations_by_path_[Join(loc->path(), ",")] = loc; in BuildLocationsByPath()
1240 return FindPtrOrNull(locations_by_path_, Join(path, ",")); in GetSourceLocation()