Home
last modified time | relevance | path

Searched refs:SequenceLocalStorageSlot (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/threading/
Dsequence_local_storage_slot_unittest.cc35 SequenceLocalStorageSlot<int> slot; in TEST_F()
45 SequenceLocalStorageSlot<bool> slot; in TEST_F()
59 SequenceLocalStorageSlot<int> slot1; in TEST_F()
60 SequenceLocalStorageSlot<int> slot2; in TEST_F()
61 SequenceLocalStorageSlot<int> slot3; in TEST_F()
83 SequenceLocalStorageSlot<bool> slot; in TEST_F()
93 SequenceLocalStorageSlot<std::unique_ptr<int>> slot; in TEST_F()
106 SequenceLocalStorageSlot<DefaultConstructable> slot; in TEST_F()
116 SequenceLocalStorageSlot<void*> slot; in TEST_F()
123 SequenceLocalStorageSlot<unsigned int> slot; in TEST()
Dsequence_local_storage_slot.h52 class SequenceLocalStorageSlot {
54 SequenceLocalStorageSlot() in SequenceLocalStorageSlot() function
56 ~SequenceLocalStorageSlot() = default;
101 DISALLOW_COPY_AND_ASSIGN(SequenceLocalStorageSlot);
/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_call_restrictions.cc49 static base::NoDestructor<base::SequenceLocalStorageSlot<size_t>> count; in GetSequenceLocalScopedAllowCount()
Dsync_handle_registry.cc20 base::SequenceLocalStorageSlot<scoped_refptr<SyncHandleRegistry>>>::Leaky
Dsequence_local_sync_event_watcher.cc172 base::SequenceLocalStorageSlot<std::unique_ptr<SequenceLocalState>>;
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc2185 SequenceLocalStorageSlot<int> slot; in TEST_P()
2189 BindOnce(&SequenceLocalStorageSlot<int>::Set, Unretained(&slot), 11)); in TEST_P()
2193 [](SequenceLocalStorageSlot<int>* slot) { in TEST_P()
2205 SequenceLocalStorageSlot<int> slot; in TEST_P()
2211 BindOnce(&SequenceLocalStorageSlot<int>::Set, Unretained(&slot), 11)); in TEST_P()
2220 [](SequenceLocalStorageSlot<int>* slot) { in TEST_P()
/external/libchrome/base/test/
Dscoped_task_environment_unittest.cc245 SequenceLocalStorageSlot<int> sls_slot; in TEST_P()