Searched refs:last_end_ (Results 1 – 2 of 2) sorted by relevance
261 TC3_CHECK_GE(codepoint_span.second, last_end_); in AddTerminal()264 if (codepoint_span.second > last_end_) { in AddTerminal()268 last_end_ = codepoint_span.second; in AddTerminal()306 TC3_CHECK_GE(parse_tree->codepoint_span.second, last_end_); in AddParseTree()309 if (parse_tree->codepoint_span.second > last_end_) { in AddParseTree()313 last_end_ = parse_tree->codepoint_span.second; in AddParseTree()
62 last_end_(std::numeric_limits<int>().lowest()), in Matcher()131 int last_end_; variable