HomeSort by relevance Sort by last modified time
    Searched defs:IndentedScope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
prettyprinter.cc 640 class IndentedScope BASE_EMBEDDED {
642 IndentedScope(AstPrinter* printer, const char* txt)
649 virtual ~IndentedScope() {
712 IndentedScope indent(this, s);
719 { IndentedScope indent(this, "FUNC");
732 IndentedScope indent(this, "DECLS");
742 IndentedScope indent(this, "PARAMS");
767 IndentedScope indent(this, "DEFAULT");
770 IndentedScope indent(this, "CASE");
779 IndentedScope indent(this, block_txt)
    [all...]
  /external/v8/src/
prettyprinter.cc 614 class IndentedScope BASE_EMBEDDED {
616 explicit IndentedScope(AstPrinter* printer) : ast_printer_(printer) {
620 IndentedScope(AstPrinter* printer, const char* txt, AstNode* node = NULL)
627 virtual ~IndentedScope() {
695 IndentedScope indent(this, s, node);
702 { IndentedScope indent(this, "FUNC");
715 IndentedScope indent(this, "DECLS");
725 IndentedScope indent(this, "PARAMS");
750 IndentedScope indent(this, "DEFAULT");
753 IndentedScope indent(this, "CASE")
    [all...]

Completed in 4834 milliseconds