Searched refs:pending_empty_ (Results 1 – 2 of 2) sorted by relevance
1508 pending_empty_(false), in RegExpBuilder()1568 pending_empty_ = false; in FlushCharacters()1596 pending_empty_ = false; in AddCharacter()1631 void RegExpBuilder::AddEmpty() { pending_empty_ = true; } in AddEmpty()1748 if (pending_empty_) { in AddQuantifierToAtom()1749 pending_empty_ = false; in AddQuantifierToAtom()
134 bool pending_empty_; variable