Searched refs:assertion_type (Results 1 – 9 of 9) 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()
267 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction() local271 new (zone()) RegExpAssertion(assertion_type, builder->flags())); in ParseDisjunction()1881 if (last->assertion_type() == next->assertion_type()) return; in AddAssertion()
288 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function
791 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function
2253 if (assertion_type() == AT_START && not_at_start) return still_to_find; in EatsAtLeast()2263 if (assertion_type() == AT_START && not_at_start) return; in FillInBMInfo()4588 switch (that->assertion_type()) { in VisitAssertion()5619 switch (assertion_type()) { in ToNode()
42 self.assertIsNone(credentials.assertion_type, None)53 self.assertEqual(credentials.assertion_type, None)
1502 char assertion_type[32]; in GetAssertion() local1503 snprintf(assertion_type, sizeof(assertion_type), in GetAssertion()1506 assertion_string += assertion_type; in GetAssertion()
1473 def __init__(self, assertion_type, user_agent=None, argument1498 self.assertion_type = assertion_type
1556 assertion_type = 'http://www.google.com/assertionType' variable in TestAssertionCredentials1566 self.assertion_type, user_agent=user_agent)