Searched refs:guarded_bool (Results 1 – 1 of 1) sorted by relevance
343 explicit TrueFalseGuard(bool* guarded_bool) : guarded_bool_(guarded_bool) { in TrueFalseGuard() argument