Lines Matching refs:RegExpStack
15 class RegExpStack; variable
29 RegExpStack* stack() const { return regexp_stack_; } in stack()
32 RegExpStack* const regexp_stack_;
36 class RegExpStack final {
38 RegExpStack();
39 ~RegExpStack();
40 RegExpStack(const RegExpStack&) = delete;
41 RegExpStack& operator=(const RegExpStack&) = delete;
105 explicit ThreadLocal(RegExpStack* regexp_stack) { in ThreadLocal()
120 void ResetToStaticStack(RegExpStack* regexp_stack);
121 void ResetToStaticStackIfEmpty(RegExpStack* regexp_stack) { in ResetToStaticStackIfEmpty()