HomeSort by relevance Sort by last modified time
    Searched refs:Tombstone (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Support/
SmallPtrSet.cpp 94 // Set this as a tombstone.
106 const void *const *Tombstone = nullptr;
113 // Return a tombstone if we've seen one so far, or the empty bucket if
116 return Tombstone ? Tombstone : Array+Bucket;
118 // If this is a tombstone, remember it. If Ptr ends up not in the set, we
120 if (Array[Bucket] == getTombstoneMarker() && !Tombstone)
121 Tombstone = Array+Bucket; // Remember the first tombstone found.
123 // It's a hash collision or a tombstone. Reprobe
    [all...]
  /external/chromium_org/sync/internal_api/public/
write_node.h 102 void Tombstone();
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 210 sync_node.Tombstone();
typed_url_model_associator.cc 392 sync_node.Tombstone();
481 sync_child_node.Tombstone();
    [all...]
bookmark_change_processor.cc 111 sync_node->Tombstone();
  /external/chromium_org/sync/internal_api/
write_node.cc 484 void WriteNode::Tombstone() {
sync_manager_impl_unittest.cc 225 // tombstone.
284 node.Tombstone();
418 wnode.Tombstone();
661 // Tombstone the first entry.
680 // Tombstone the second entry, save changes, see that it's truly gone.
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 446 // If we are writing over a tombstone, remember this.
456 /// true, otherwise it returns a bucket with an empty marker or tombstone and
469 // FoundTombstone - Keep track of whether we find a tombstone while probing.
475 "Empty/Tombstone value shouldn't be inserted into map!");
490 // If we've already seen a tombstone while probing, fill it in instead
496 // If this is a tombstone, remember it. If Val ends up not in the map, we
499 FoundTombstone = ThisBucket; // Remember the first tombstone found.
501 // Otherwise, it's a hash collision or a tombstone, continue quadratic
1029 const KeyT Tombstone = KeyInfoT::getTombstoneKey();
1033 KeyInfoT::isEqual(Ptr->first, Tombstone)))
    [all...]
  /external/chromium_org/components/sync_driver/
generic_change_processor.cc 392 node->Tombstone();
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 162 node.Tombstone();
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 37 /// good way to indicate tombstone or empty keys for strings, we want
39 /// not expected to take on certain values (those of the tombstone and
65 TableGenStringKey Tombstone("<<<TOMBSTONE KEY>>>");
66 return Tombstone;
    [all...]

Completed in 2086 milliseconds