Lines Matching refs:Stack
191 Stack<Allocator> operandStack(allocator_, 256); // Frag in RAPIDJSON_DIAG_OFF()
192 Stack<Allocator> operatorStack(allocator_, 256); // Operator in RAPIDJSON_DIAG_OFF()
193 Stack<Allocator> atomCountStack(allocator_, 256); // unsigned (Atom per parenthesis) in RAPIDJSON_DIAG_OFF()
328 void PushOperand(Stack<Allocator>& operandStack, unsigned codepoint) { in RAPIDJSON_DIAG_OFF()
333 void ImplicitConcatenation(Stack<Allocator>& atomCountStack, Stack<Allocator>& operatorStack) { in RAPIDJSON_DIAG_OFF()
354 bool Eval(Stack<Allocator>& operandStack, Operator op) { in RAPIDJSON_DIAG_OFF()
411 bool EvalQuantifier(Stack<Allocator>& operandStack, unsigned n, unsigned m) { in RAPIDJSON_DIAG_OFF()
452 void CloneTopOperand(Stack<Allocator>& operandStack) { in RAPIDJSON_DIAG_OFF()
592 Stack<Allocator> states_; in RAPIDJSON_DIAG_OFF()
593 Stack<Allocator> ranges_; in RAPIDJSON_DIAG_OFF()
657 Stack<Allocator> *current = &state0_, *next = &state1_; in RAPIDJSON_DIAG_OFF()
691 bool AddState(Stack<Allocator>& l, SizeType index) { in RAPIDJSON_DIAG_OFF()
720 Stack<Allocator> state0_; in RAPIDJSON_DIAG_OFF()
721 Stack<Allocator> state1_; in RAPIDJSON_DIAG_OFF()