Home
last modified time | relevance | path

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

/third_party/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.h122 std::unordered_map<std::string, std::string> known_methods_; variable
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch24711 + known_methods_.find(property);
24712 + if (method_pos == known_methods_.end()) {
24716 + known_methods_[property] =
24719 + if (known_methods_[property]) {
24830 + std::map<std::string, bool> known_methods_;