Searched refs:known_methods_ (Results 1 – 2 of 2) sorted by relevance
133 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()
94 std::unordered_map<grpc::string, grpc::string> known_methods_; variable