Home
last modified time | relevance | path

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

/external/cronet/base/threading/
Dthread_restrictions_unittest.cc152 internal::AssertSingletonAllowed(); in TEST_F()
157 EXPECT_DCHECK_DEATH({ internal::AssertSingletonAllowed(); }); in TEST_F()
163 EXPECT_DCHECK_DEATH({ internal::AssertSingletonAllowed(); }); in TEST_F()
165 internal::AssertSingletonAllowed(); in TEST_F()
Dthread_restrictions.cc211 void AssertSingletonAllowed() { in AssertSingletonAllowed() function
Dthread_restrictions.h961 INLINE_OR_NOT_TAIL_CALLED void AssertSingletonAllowed()
/external/cronet/base/memory/
Dsingleton.h237 internal::AssertSingletonAllowed(); in get()
250 internal::AssertSingletonAllowed(); in GetIfExists()
/external/libchrome/base/memory/
Dsingleton.h233 ThreadRestrictions::AssertSingletonAllowed(); in get()
/external/libchrome/base/
Dlazy_instance.h154 ThreadRestrictions::AssertSingletonAllowed(); in Pointer()
/external/cronet/base/
Dlazy_instance.h156 internal::AssertSingletonAllowed(); in Pointer()
/external/libchrome/base/threading/
Dthread_restrictions.h436 static void AssertSingletonAllowed();
448 static void AssertSingletonAllowed() {} in AssertSingletonAllowed() function
Dthread_restrictions.cc143 void ThreadRestrictions::AssertSingletonAllowed() { in AssertSingletonAllowed() function in base::ThreadRestrictions
/external/cronet/base/task/thread_pool/
Dtask_tracker_unittest.cc496 Task task(FROM_HERE, BindOnce(&internal::AssertSingletonAllowed), in TEST_P()
/external/libchrome/base/task_scheduler/
Dtask_tracker_unittest.cc453 Task task(FROM_HERE, BindOnce(&ThreadRestrictions::AssertSingletonAllowed), in TEST_P()