Searched refs:other_name (Results 1 – 2 of 2) sorted by relevance
757 const char* other_name = method.GetDexFile()->GetMethodName( in FindClassMethod() local759 if (length == other_length && name == other_name && signature == method.GetSignature()) { in FindClassMethod()
1067 std::string other_name = other.method_reference.PrettyMethod(); in operator <() local1068 return name < other_name; in operator <()