Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc635 mutable LocationsByPathMap locations_by_path_; member in google::protobuf::FileDescriptorTables
1026 p->first->locations_by_path_[Join(loc->path(), ",")] = loc; in BuildLocationsByPath()
1035 return FindPtrOrNull(locations_by_path_, Join(path, ",")); in GetSourceLocation()