Searched refs:pending_empty_ (Results 1 – 2 of 2) sorted by relevance
28 pending_empty_(false), in RegExpBuilder()39 pending_empty_ = false; in FlushCharacters()67 pending_empty_ = false; in AddCharacter()77 pending_empty_ = true; in AddEmpty()141 if (pending_empty_) { in AddQuantifierToAtom()142 pending_empty_ = false; in AddQuantifierToAtom()
201 bool pending_empty_; variable