Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dsync_call_restrictions.h65 static void DecreaseScopedAllowCount();
68 static void DecreaseScopedAllowCount() {} in DecreaseScopedAllowCount() function
79 ~ScopedAllowSyncCall() { DecreaseScopedAllowCount(); } in ~ScopedAllowSyncCall()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dsync_call_restrictions.cc27 void DecreaseScopedAllowCount() { in DecreaseScopedAllowCount() function in mojo::__anon159265c60111::SyncCallSettings
85 void SyncCallRestrictions::DecreaseScopedAllowCount() { in DecreaseScopedAllowCount() function in mojo::SyncCallRestrictions
86 SyncCallSettings::current()->DecreaseScopedAllowCount(); in DecreaseScopedAllowCount()