Home | History | Annotate | Download | only in cctest

Lines Matching defs:pos2

2544   char* pos2 = strchr(pos1, '"');
2545 if (pos2 == NULL) {
2549 int len = static_cast<int>(pos2 - pos1);