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.cc573 mutable LocationsByPathMap locations_by_path_; member in google::protobuf::FileDescriptorTables
881 p->first->locations_by_path_[Join(loc->path(), ",")] = loc; in BuildLocationsByPath()
890 return FindPtrOrNull(locations_by_path_, Join(path, ",")); in GetSourceLocation()