Searched refs:assertion_type (Results 1 – 6 of 6) sorted by relevance
66 return assertion_type() == RegExpAssertion::START_OF_INPUT; in IsAnchoredAtStart()71 return assertion_type() == RegExpAssertion::END_OF_INPUT; in IsAnchoredAtEnd()196 switch (that->assertion_type()) { in VisitAssertion()
259 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction() local262 builder->AddAssertion(new (zone()) RegExpAssertion(assertion_type)); in ParseDisjunction()
282 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function
761 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function
2315 if (assertion_type() == AT_START && not_at_start) return still_to_find; in EatsAtLeast()2325 if (assertion_type() == AT_START && not_at_start) return; in FillInBMInfo()4661 switch (that->assertion_type()) { in VisitAssertion()5635 switch (assertion_type()) { in ToNode()
1502 char assertion_type[32]; in GetAssertion() local1503 snprintf(assertion_type, sizeof(assertion_type), in GetAssertion()1506 assertion_string += assertion_type; in GetAssertion()