Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dsync_call_restrictions.h64 static void IncreaseScopedAllowCount();
67 static void IncreaseScopedAllowCount() {} in IncreaseScopedAllowCount() function
78 ScopedAllowSyncCall() { IncreaseScopedAllowCount(); } in ScopedAllowSyncCall()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dsync_call_restrictions.cc26 void IncreaseScopedAllowCount() { scoped_allow_count_++; } in IncreaseScopedAllowCount() function in mojo::__anon159265c60111::SyncCallSettings
80 void SyncCallRestrictions::IncreaseScopedAllowCount() { in IncreaseScopedAllowCount() function in mojo::SyncCallRestrictions
81 SyncCallSettings::current()->IncreaseScopedAllowCount(); in IncreaseScopedAllowCount()