Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc3469 std::map<std::vector<int>, std::vector<int>> interpreted_paths_; member in google::protobuf::DescriptorBuilder::OptionInterpreter
6555 interpreted_paths_[src_path] = dest_path; in InterpretSingleOption()
6562 if (interpreted_paths_.empty()) { in UpdateSourceCodeInfo()
6614 interpreted_paths_.find(pathv); in UpdateSourceCodeInfo()
6616 if (entry == interpreted_paths_.end()) { in UpdateSourceCodeInfo()