Searched refs:DescriptorToName (Results 1 – 3 of 3) sorted by relevance
256 std::string DescriptorToName(const char* descriptor);
611 std::string DescriptorToName(const char* descriptor) { in DescriptorToName() function
605 return DescriptorToName(ClassHelper(o->AsClass()).GetDescriptor()); in GetClassName()