OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stored_changes
(Results
1 - 1
of
1
) sorted by null
/external/libweave/src/states/
state_change_queue.cc
19
auto&
stored_changes
= state_changes_[timestamp];
local
21
if (
stored_changes
)
22
stored_changes
->MergeDictionary(&changed_properties);
24
stored_changes
.reset(changed_properties.DeepCopy());
Completed in 51 milliseconds