Lines Matching refs:_skip
265 std::stack< bool > _skip; member in __anon5ef3b49e0111::templates_parser
334 _skip.top() = !_skip.top(); in handle_normal()
364 _skip.push(true); in handle_normal()
366 _skip.push(false); in handle_normal()
377 _skip.push(true); in handle_normal()
381 _skip.push(false); in handle_normal()
395 PRE(_skip.top()); in handle_skip()
404 _skip.top() = !_skip.top(); in handle_skip()
410 _skip.top() = false; in handle_skip()
412 _skip.pop(); in handle_skip()
418 _skip.top() = false; in handle_skip()
420 _skip.pop(); in handle_skip()
425 _skip.push(true); in handle_skip()
430 _skip.push(true); in handle_skip()
516 if (!_skip.empty() && _skip.top()) in instantiate()