Searched defs:complete_ (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Dsession_info.h151 bool complete_; member in class:webrtc::VCMSessionInfo
/external/webrtc/webrtc/base/
H A Dhttprequest.h96 complete_ = false;
100 bool done() const { return complete_; }
107 bool complete_; member in class:rtc::HttpMonitor
/external/google-breakpad/src/common/
H A Dbyte_cursor.h87 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_ fla
260 bool complete_; member in namespace:google_breakpad
[all...]
/external/opencv3/3rdparty/libwebp/demux/
H A Ddemux.c54 int complete_; // img_components_ contains a full image. member in struct:Frame
190 if (last_frame != NULL && !last_frame->complete_) return 0;
263 frame->complete_ = (status == PARSE_OK);
624 if (f->complete_) {
817 iter->complete = fragment->complete_;
/external/webp/src/demux/
H A Ddemux.c51 int complete_; // img_components_ contains a full image. member in struct:Frame
187 if (last_frame != NULL && !last_frame->complete_) return 0;
205 frame->complete_ = complete;
614 if (f->complete_) {
844 iter->complete = frame->complete_;
/external/v8/src/parsing/
H A Dscanner.h308 explicit LiteralScope(Scanner* self) : scanner_(self), complete_(false) {
312 if (!complete_) scanner_->DropLiteral();
315 complete_ = true;
320 bool complete_; member in class:v8::internal::Scanner::LiteralScope

Completed in 328 milliseconds