Searched refs:PrettyPrinter (Results 1 – 14 of 14) sorted by relevance
19 PrettyPrinter::PrettyPrinter(Zone* zone) { in PrettyPrinter() function in v8::internal::PrettyPrinter27 PrettyPrinter::~PrettyPrinter() { in ~PrettyPrinter()32 void PrettyPrinter::VisitBlock(Block* node) { in VisitBlock()40 void PrettyPrinter::VisitVariableDeclaration(VariableDeclaration* node) { in VisitVariableDeclaration()47 void PrettyPrinter::VisitFunctionDeclaration(FunctionDeclaration* node) { in VisitFunctionDeclaration()56 void PrettyPrinter::VisitModuleDeclaration(ModuleDeclaration* node) { in VisitModuleDeclaration()65 void PrettyPrinter::VisitImportDeclaration(ImportDeclaration* node) { in VisitImportDeclaration()74 void PrettyPrinter::VisitExportDeclaration(ExportDeclaration* node) { in VisitExportDeclaration()81 void PrettyPrinter::VisitModuleLiteral(ModuleLiteral* node) { in VisitModuleLiteral()86 void PrettyPrinter::VisitModuleVariable(ModuleVariable* node) { in VisitModuleVariable()[all …]
16 class PrettyPrinter: public AstVisitor {18 explicit PrettyPrinter(Zone* zone);19 virtual ~PrettyPrinter();62 class AstPrinter: public PrettyPrinter {
128 PrettyPrinter(info->zone()).PrintProgram(info->function())); in MakeCodePrologue()
27 public class PrettyPrinter { class45 public PrettyPrinter() { in PrettyPrinter() method in PrettyPrinter52 public PrettyPrinter setQuoter(StringTransform quoter) { in setQuoter()65 public PrettyPrinter setCompressRanges(boolean compressRanges) { in setCompressRanges()78 public PrettyPrinter setOrdering(Comparator ordering) { in setOrdering()91 public PrettyPrinter setSpaceComparator(Comparator spaceComp) { in setSpaceComparator()104 public PrettyPrinter setToQuote(UnicodeSet toQuote) { in setToQuote()159 private PrettyPrinter appendUnicodeSetItem(String s) { in appendUnicodeSetItem()237 PrettyPrinter appendQuoted(int codePoint) { in appendQuoted()
117 PrettyPrinter::PrettyPrinter (std::ostringstream& str) in PrettyPrinter() function in rsg::PrettyPrinter123 inline const char* PrettyPrinter::getSimpleTokenStr (Token::Type token) in getSimpleTokenStr()129 void PrettyPrinter::append (const TokenStream& tokens) in append()140 void PrettyPrinter::processToken (const Token& token) in processToken()
35 class PrettyPrinter class38 PrettyPrinter (std::ostringstream& str);39 ~PrettyPrinter (void) {} in ~PrettyPrinter()
346 PrettyPrinter printer(str); in generate()
13 import com.ibm.icu.dev.util.PrettyPrinter;27 final PrettyPrinter PRETTY_PRINTER = new PrettyPrinter() in TestBasicUnicodeSet()
51 pretty_printer = PrettyPrinter(formatter)148 class PrettyPrinter: class
350 self.pretty_printer = PrettyPrinter(self.formatter)
737 return PrettyPrinter.toString(desc); in toString()740 static class PrettyPrinter { class in Descriptor
384 class PrettyPrinter {391 PrettyPrinter(bool V = false, bool C = true, bool CS = true)894 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> { };
55 public til::PrettyPrinter<TILPrinter, llvm::raw_ostream> {};
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...