Lines Matching full:push
195 *atomCountStack.template Push<unsigned>() = 0; in RAPIDJSON_DIAG_OFF()
212 *operatorStack.template Push<Operator>() = kAlternation; in RAPIDJSON_DIAG_OFF()
217 *operatorStack.template Push<Operator>() = kLeftParenthesis; in RAPIDJSON_DIAG_OFF()
218 *atomCountStack.template Push<unsigned>() = 0; in RAPIDJSON_DIAG_OFF()
281 *operandStack.template Push<Frag>() = Frag(s, s, s); in RAPIDJSON_DIAG_OFF()
320 State* s = states_.template Push<State>(); in RAPIDJSON_DIAG_OFF()
330 *operandStack.template Push<Frag>() = Frag(s, s, s); in RAPIDJSON_DIAG_OFF()
335 *operatorStack.template Push<Operator>() = kConcatenation; in RAPIDJSON_DIAG_OFF()
362 … *operandStack.template Push<Frag>() = Frag(e1.start, e2.out, Min(e1.minIndex, e2.minIndex)); in RAPIDJSON_DIAG_OFF()
371 …*operandStack.template Push<Frag>() = Frag(s, Append(e1.out, e2.out), Min(e1.minIndex, e2.minIndex… in RAPIDJSON_DIAG_OFF()
380 *operandStack.template Push<Frag>() = Frag(s, Append(e.out, s), e.minIndex); in RAPIDJSON_DIAG_OFF()
390 *operandStack.template Push<Frag>() = Frag(s, s, e.minIndex); in RAPIDJSON_DIAG_OFF()
400 *operandStack.template Push<Frag>() = Frag(e.start, s, e.minIndex); in RAPIDJSON_DIAG_OFF()
455 State* s = states_.template Push<State>(count); in RAPIDJSON_DIAG_OFF()
463 …*operandStack.template Push<Frag>() = Frag(src.start + count, src.out + count, src.minIndex + coun… in RAPIDJSON_DIAG_OFF()
555 Range* r = ranges_.template Push<Range>(); in RAPIDJSON_DIAG_OFF()