HomeSort by relevance Sort by last modified time
    Searched refs:RECURSE (Results 1 - 8 of 8) sorted by null

  /external/v8/src/ast/
ast-traversal-visitor.h 75 #define RECURSE(call) \
109 RECURSE(Visit(decl));
118 RECURSE(Visit(stmt));
133 RECURSE(Visit(decl->fun()));
142 RECURSE(VisitStatements(stmt->statements()));
149 RECURSE(Visit(stmt->expression()));
159 RECURSE(Visit(stmt->statement()));
165 RECURSE(Visit(stmt->condition()));
166 RECURSE(Visit(stmt->then_statement()));
167 RECURSE(Visit(stmt->else_statement()))
    [all...]
  /external/v8/src/asmjs/
asm-parser.cc 66 #define RECURSE(call) RECURSE_OR_RETURN(, call)
343 RECURSE(ValidateModuleParameters());
347 RECURSE(ValidateModuleVars());
349 RECURSE(ValidateFunction());
352 RECURSE(ValidateFunctionTable());
354 RECURSE(ValidateExport());
426 RECURSE(ValidateModuleVar(mutable_variable));
473 RECURSE(ValidateModuleVarNewStdlib(info));
476 RECURSE(ValidateModuleVarStdlib(info));
478 RECURSE(ValidateModuleVarImport(info, mutable_variable))
    [all...]
  /external/protobuf/src/google/protobuf/util/
field_comparator.h 67 RECURSE, // Compared submessages need to be compared recursively.
74 // Returns SAME or DIFFERENT for simple values, and SAME, DIFFERENT or RECURSE
75 // for submessages. Returning RECURSE for fields not being submessages is
field_comparator_test.cc 67 EXPECT_EQ(FieldComparator::RECURSE,
74 EXPECT_EQ(FieldComparator::RECURSE,
81 EXPECT_EQ(FieldComparator::RECURSE,
field_comparator.cc 124 return RECURSE;
message_differencer.cc     [all...]
message_differencer_unittest.cc     [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 

Completed in 278 milliseconds