Home
last modified time | relevance | path

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

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