Home | History | Annotate | Download | only in storage

Lines Matching defs:changes

80   // Now get two lists of changes: changes after setting the current policies,
81 // and changes after removing old policies that aren't in |current_policy|
90 ValueStoreChangeList changes;
94 changes.insert(
95 changes.end(), result->changes().begin(), result->changes().end());
103 changes.insert(
104 changes.end(), result->changes().begin(), result->changes().end());
107 if (!changes.empty()) {
112 ValueStoreChange::ToJson(changes));