Searched refs:AppendPrettyDescriptor (Results 1 – 4 of 4) sorted by relevance
29 void AppendPrettyDescriptor(const char* descriptor, std::string* result) { in AppendPrettyDescriptor() function78 AppendPrettyDescriptor(descriptor, &result); in PrettyDescriptor()
31 void AppendPrettyDescriptor(const char* descriptor, std::string* result);
549 AppendPrettyDescriptor(StringByTypeIdx(proto_id->return_type_idx_), result); in AppendPrettyMethod()552 AppendPrettyDescriptor(GetMethodDeclaringClassDescriptor(method_id), result); in AppendPrettyMethod()563 AppendPrettyDescriptor(StringByTypeIdx(params->GetTypeItem(i).type_idx_), result); in AppendPrettyMethod()580 AppendPrettyDescriptor(GetFieldDeclaringClassDescriptor(field_id), &result); in PrettyField()
74 AppendPrettyDescriptor(first->dex_file->GetClassDescriptor(dex_class_def), &*out); in GetDedupedName()