Searched refs:scoped_allow_count_ (Results 1 – 1 of 1) sorted by relevance
23 return scoped_allow_count_ > 0 || system_defined_value_; in allowed()26 void IncreaseScopedAllowCount() { scoped_allow_count_++; } in IncreaseScopedAllowCount()28 DCHECK_LT(0u, scoped_allow_count_); in DecreaseScopedAllowCount()29 scoped_allow_count_--; in DecreaseScopedAllowCount()37 size_t scoped_allow_count_ = 0; member in mojo::__anon159265c60111::SyncCallSettings