Home | History | Annotate | Download | only in preparser

Lines Matching refs:end_pos

157   int end_pos() {
225 : throws(false), type(NULL), beg_pos(-1), end_pos(-1) { }
229 int end_pos;
248 expects->type, actual_message, reader.beg_pos(), reader.end_pos());
257 if (expects->end_pos >= 0) {
258 if (expects->end_pos != reader.end_pos()) {
260 expects->end_pos, reader.end_pos());
266 message, reader.beg_pos(), reader.end_pos());
288 expects.end_pos = atoi(argv[arg_index]); // NOLINT