Home
last modified time | relevance | path

Searched refs:guarded_bool (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/tools/epoll_server/
Depoll_server.cc343 explicit TrueFalseGuard(bool* guarded_bool) : guarded_bool_(guarded_bool) { in TrueFalseGuard() argument