Searched refs:AssertionType (Results 1 – 3 of 3) sorted by relevance
256 enum AssertionType { enum264 explicit RegExpAssertion(AssertionType type) : assertion_type_(type) {} in RegExpAssertion()273 AssertionType assertion_type() { return assertion_type_; } in assertion_type()276 AssertionType assertion_type_;
736 enum AssertionType { enum767 AssertionType assertion_type() { return assertion_type_; } in assertion_type()775 AssertionNode(AssertionType t, RegExpNode* on_success) in AssertionNode()777 AssertionType assertion_type_;
221 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction()