Searched refs:MethodNameMatch (Results 1 – 1 of 1) sorted by relevance
33 bool MethodNameMatch(const std::string& full_name, const std::string& input) { in MethodNameMatch() function143 if (MethodNameMatch(method_desc->full_name(), method)) { in GetFullMethodName()