Searched refs:previous_state (Results 1 – 5 of 5) sorted by relevance
222 RegExpParserState(RegExpParserState* previous_state, in RegExpParserState() argument228 : previous_state_(previous_state), in RegExpParserState()235 RegExpParserState* previous_state() { return previous_state_; } in previous_state() function
231 state = state->previous_state(); in ParseDisjunction()892 for (RegExpParserState* s = this; s != NULL; s = s->previous_state()) { in IsInsideCaptureGroup()905 for (RegExpParserState* s = this; s != NULL; s = s->previous_state()) { in IsInsideCaptureGroup()
292 RunState* previous_state = state_; in Run() local330 state_ = previous_state; in Run()
463 static bool previous_state = true; in sync_with_stdio() local464 bool r = previous_state; in sync_with_stdio()465 previous_state = sync; in sync_with_stdio()
735 VCMFrameBufferStateEnum previous_state = frame->GetState(); in InsertPacket() local743 if (previous_state != kStateComplete) { in InsertPacket()777 if (previous_state != kStateDecodable && in InsertPacket()778 previous_state != kStateComplete) { in InsertPacket()