Searched refs:DescriptorToDecl (Results 1 – 4 of 4) sorted by relevance
65 std::string DescriptorToDecl(const char* descriptor) { in DescriptorToDecl() function
78 return dex::DescriptorToDecl(descriptor->c_str()); in Decl()
361 std::string DescriptorToDecl(const char* descriptor);
260 printf(" %s\n", dex::DescriptorToDecl(descriptor).c_str()); in ListClasses()