Searched refs:pending_empty_ (Results 1 – 2 of 2) sorted by relevance
1016 pending_empty_(false), in RegExpBuilder()1029 pending_empty_ = false; in FlushCharacters()1056 pending_empty_ = false; in AddCharacter()1078 void RegExpBuilder::AddEmpty() { pending_empty_ = true; } in AddEmpty()1135 if (pending_empty_) { in AddQuantifierToAtom()1136 pending_empty_ = false; in AddQuantifierToAtom()
122 bool pending_empty_; variable