Lines Matching defs:ok_
54 explicit PositionStack(bool* ok) : top_(NULL), ok_(ok) {}55 ~PositionStack() { ASSERT(!*ok_ || is_empty()); }85 bool* ok_;