Searched refs:Tombstone (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Support/
H A DSmallPtrSet.cpp106 const void *const *Tombstone = nullptr;
116 return Tombstone ? Tombstone : Array+Bucket;
120 if (Array[Bucket] == getTombstoneMarker() && !Tombstone)
121 Tombstone = Array+Bucket; // Remember the first tombstone found.
/external/chromium_org/sync/internal_api/public/
H A Dwrite_node.h102 void Tombstone();
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.cc192 sync_node.Tombstone();
H A Dtyped_url_model_associator.cc392 sync_node.Tombstone();
480 sync_child_node.Tombstone();
H A Dbookmark_change_processor.cc112 sync_node->Tombstone();
/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc493 void WriteNode::Tombstone() { function in class:syncer::WriteNode
H A Dsync_manager_impl_unittest.cc284 node.Tombstone();
418 wnode.Tombstone();
661 // Tombstone the first entry.
680 // Tombstone the second entry, save changes, see that it's truly gone.
/external/llvm/include/llvm/ADT/
H A DDenseMap.h475 "Empty/Tombstone value shouldn't be inserted into map!");
1029 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); local
1033 KeyInfoT::isEqual(Ptr->first, Tombstone)))
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor.cc399 node->Tombstone();
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc162 node.Tombstone();
1183 sync_node.Tombstone();
/external/llvm/lib/TableGen/
H A DRecord.cpp65 TableGenStringKey Tombstone("<<<TOMBSTONE KEY>>>");
66 return Tombstone;

Completed in 193 milliseconds