Home
last modified time | relevance | path

Searched refs:DescriptorToDecl (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/
Ddex_format.cc56 std::string DescriptorToDecl(const char* descriptor) { in DescriptorToDecl() function
Ddex_ir.cc79 return dex::DescriptorToDecl(descriptor->c_str()); in Decl()
/tools/dexter/slicer/export/slicer/
Ddex_format.h306 std::string DescriptorToDecl(const char* descriptor);
/tools/dexter/dexter/
Ddexter.cc253 printf(" %s\n", dex::DescriptorToDecl(descriptor).c_str()); in ListClasses()