Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc133 if (known_methods_.find(method) != known_methods_.end()) { in GetFullMethodName()
134 return known_methods_[method]; in GetFullMethodName()
162 known_methods_[method] = method_descriptor->full_name(); in GetFullMethodName()
Dproto_file_parser.h94 std::unordered_map<grpc::string, grpc::string> known_methods_; variable