Home
last modified time | relevance | path

Searched refs:eval_length (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/classic/dynamic/
Dwhile.hpp74 std::ptrdiff_t eval_length = 0; in parse() local
78 while (dont_check_condition || (eval_length=this->evaluate(scan))>=0) in parse()
81 length += eval_length; in parse()
Dfor.hpp117 std::ptrdiff_t eval_length = 0; in parse() local
120 while ((eval_length = this->evaluate(scan))>=0) in parse()
122 length += eval_length; in parse()