Searched refs:locations_by_path_ (Results 1 – 1 of 1) sorted by relevance
792 mutable LocationsByPathMap locations_by_path_; member in google::protobuf::FileDescriptorTables830 locations_by_path_(3) {} in FileDescriptorTables()1242 p->first->locations_by_path_[Join(loc->path(), ",")] = loc; in BuildLocationsByPath()1252 return FindPtrOrNull(locations_by_path_, Join(path, ",")); in GetSourceLocation()