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