Searched refs:SequenceLocalStorageSlot (Results 1 – 7 of 7) sorted by relevance
35 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()
52 class SequenceLocalStorageSlot {54 SequenceLocalStorageSlot() in SequenceLocalStorageSlot() function56 ~SequenceLocalStorageSlot() = default;101 DISALLOW_COPY_AND_ASSIGN(SequenceLocalStorageSlot);
49 static base::NoDestructor<base::SequenceLocalStorageSlot<size_t>> count; in GetSequenceLocalScopedAllowCount()
20 base::SequenceLocalStorageSlot<scoped_refptr<SyncHandleRegistry>>>::Leaky
172 base::SequenceLocalStorageSlot<std::unique_ptr<SequenceLocalState>>;
2185 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()
245 SequenceLocalStorageSlot<int> sls_slot; in TEST_P()