HomeSort by relevance Sort by last modified time
    Searched refs:guarded_bool_ (Results 1 - 2 of 2) 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
  /external/chromium_org/net/tools/epoll_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 810 milliseconds