Searched refs:known_methods_ (Results 1 – 3 of 3) 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()
122 std::unordered_map<std::string, std::string> known_methods_; variable
24711 + 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_;