Home | History | Annotate | Download | only in src

Lines Matching defs:assertion_type_

2675   explicit RegExpAssertion(AssertionType type) : assertion_type_(type) { }
2685 AssertionType assertion_type() { return assertion_type_; }
2687 AssertionType assertion_type_;