Searched refs:assertion_type (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/regexp/
H A Dregexp-ast.cc66 return assertion_type() == RegExpAssertion::START_OF_INPUT;
71 return assertion_type() == RegExpAssertion::END_OF_INPUT;
196 switch (that->assertion_type()) {
H A Dregexp-ast.h282 AssertionType assertion_type() { return assertion_type_; } function in class:v8::internal::final
H A Dregexp-parser.cc262 RegExpAssertion::AssertionType assertion_type = local
265 builder->AddAssertion(new (zone()) RegExpAssertion(assertion_type));
H A Djsregexp.h761 AssertionType assertion_type() { return assertion_type_; } function in class:v8::internal::AssertionNode
H A Djsregexp.cc2316 if (assertion_type() == AT_START && not_at_start) return still_to_find;
2326 if (assertion_type() == AT_START && not_at_start) return;
4662 switch (that->assertion_type()) {
5628 switch (assertion_type()) {
/external/google-breakpad/src/processor/
H A Dminidump_processor.cc1502 char assertion_type[32]; local
1503 snprintf(assertion_type, sizeof(assertion_type),
1506 assertion_string += assertion_type;

Completed in 332 milliseconds