Lines Matching defs:peek
22 char RegexParser::peek() {
30 if (this->peek() != c) {
31 printf("expected '%c' at index %d, but found '%c'", c, (int) fIndex, this->peek());
44 switch (this->peek()) {
54 switch (this->peek()) {
65 switch (this->peek()) {
90 char c = this->peek();
93 fStack.push(this->escapeSequence(peek()));
115 if (this->peek() == '-') {
117 if (peek() == ']') {
135 if (this->peek() == '^') {
143 switch (this->peek()) {
163 switch (this->peek()) {