HomeSort by relevance Sort by last modified time
    Searched defs:mutations (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/syncable/
write_transaction_info.h 19 ImmutableEntryKernelMutationMap mutations);
31 ImmutableEntryKernelMutationMap mutations; member in struct:syncer::syncable::WriteTransactionInfo
syncable_write_transaction.cc 69 const ImmutableEntryKernelMutationMap& mutations) {
72 bool has_mutations = !mutations.Get().empty();
74 models_with_changes = NotifyTransactionChangingAndEnding(mutations);
85 const ImmutableEntryKernelMutationMap& mutations) {
87 DCHECK(!mutations.Get().empty());
91 from_here_, writer_, mutations);
149 const ImmutableEntryKernelMutationMap& mutations = RecordMutations(); local
152 for (EntryKernelMutationMap::const_iterator i = mutations.Get().begin();
153 i != mutations.Get().end(); ++i) {
165 UnlockAndNotify(mutations);
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 683 const syncable::ImmutableEntryKernelMutationMap& mutations = local
684 write_transaction_info.Get().mutations;
686 mutations.Get().begin(); it != mutations.Get().end(); ++it) {
760 const syncable::ImmutableEntryKernelMutationMap& mutations = local
761 write_transaction_info.Get().mutations;
763 mutations.Get().begin(); it != mutations.Get().end(); ++it) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 233 int mutations = 0; local
237 mutations++;
240 assertEquals(3, mutations);

Completed in 106 milliseconds