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