HomeSort by relevance Sort by last modified time
    Searched full:guarded_bool_ (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/tools/flip_server/
epoll_server.cc 343 explicit TrueFalseGuard(bool* guarded_bool) : guarded_bool_(guarded_bool) {
344 DCHECK(guarded_bool_ != NULL);
345 DCHECK(*guarded_bool_ == false);
346 *guarded_bool_ = true;
349 *guarded_bool_ = false;
352 bool* guarded_bool_; member in class:net::TrueFalseGuard

Completed in 656 milliseconds