Searched refs:AssertionType (Results 1 – 3 of 3) sorted by relevance
265 enum AssertionType { enum273 explicit RegExpAssertion(AssertionType type) : assertion_type_(type) {} in RegExpAssertion()282 AssertionType assertion_type() { return assertion_type_; } in assertion_type()285 AssertionType assertion_type_;
730 enum AssertionType { enum761 AssertionType assertion_type() { return assertion_type_; } in assertion_type()769 AssertionNode(AssertionType t, RegExpNode* on_success) in AssertionNode()771 AssertionType assertion_type_;
262 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction()