Lines Matching defs:complete_
87 big_endian_(big_endian), complete_(true) { }
111 operator bool() const { return complete_; }
116 // this cursor's complete_ flag, and store a dummy value in *RESULT.
145 // read off the end of our buffer, clear this cursor's complete_ flag.
155 // clear this cursor's complete_ flag, and set *POINTER to NULL.
167 // complete_ flag, and set STR to the empty string. Return a reference to
178 complete_ = false;
188 // cursor's complete_ flag and set STR to the empty string.
214 // complete_ flag, and set *POINTER to NULL. Return a reference to this
227 // the end of our buffer, clear this cursor's complete_ flag, and
238 // complete_ to false, and return false.
244 complete_ = false;
260 bool complete_;