Home | History | Annotate | Download | only in re2

Lines Matching defs:ParseInteger

1122 static bool ParseInteger(StringPiece* s, int* np) {
1155 if (!ParseInteger(&s, lo))
1168 if (!ParseInteger(&s, hi))