OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SequenceLocalStorageSlot
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/base/threading/
sequence_local_storage_slot.h
20
//
SequenceLocalStorageSlot
allows arbitrary values to be stored and retrieved
26
// base::LazyInstance<
SequenceLocalStorageSlot
<int>> sls_value;
47
//
SequenceLocalStorageSlot
must be used within the scope of a
52
class
SequenceLocalStorageSlot
{
54
SequenceLocalStorageSlot
()
56
~
SequenceLocalStorageSlot
() = default;
101
DISALLOW_COPY_AND_ASSIGN(
SequenceLocalStorageSlot
);
sequence_local_storage_slot_unittest.cc
35
SequenceLocalStorageSlot
<int> slot;
40
// Verify that setting an object in a
SequenceLocalStorageSlot
creates a copy
45
SequenceLocalStorageSlot
<bool> slot;
59
SequenceLocalStorageSlot
<int> slot1;
60
SequenceLocalStorageSlot
<int> slot2;
61
SequenceLocalStorageSlot
<int> slot3;
83
SequenceLocalStorageSlot
<bool> slot;
93
SequenceLocalStorageSlot
<std::unique_ptr<int>> slot;
106
SequenceLocalStorageSlot
<DefaultConstructable> slot;
116
SequenceLocalStorageSlot
<void*> slot
[
all
...]
/external/libchrome/mojo/public/cpp/bindings/lib/
sync_call_restrictions.cc
49
static base::NoDestructor<base::
SequenceLocalStorageSlot
<size_t>> count;
sequence_local_sync_event_watcher.cc
172
base::
SequenceLocalStorageSlot
<std::unique_ptr<SequenceLocalState>>;
sync_handle_registry.cc
20
base::
SequenceLocalStorageSlot
<scoped_refptr<SyncHandleRegistry>>>::Leaky
/external/libchrome/base/test/
scoped_task_environment_unittest.cc
245
SequenceLocalStorageSlot
<int> sls_slot;
/external/libchrome/base/message_loop/
message_loop_unittest.cc
[
all
...]
Completed in 402 milliseconds