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

  /external/chromium_org/sync/internal_api/
write_node.cc 496 void WriteNode::Tombstone() {
  /external/llvm/include/llvm/ADT/
DenseMap.h 450 // If we are writing over a tombstone, remember this.
460 /// true, otherwise it returns a bucket with an empty marker or tombstone and
473 // FoundTombstone - Keep track of whether we find a tombstone while probing.
479 "Empty/Tombstone value shouldn't be inserted into map!");
494 // If we've already seen a tombstone while probing, fill it in instead
500 // If this is a tombstone, remember it. If Val ends up not in the map, we
503 FoundTombstone = ThisBucket; // Remember the first tombstone found.
505 // Otherwise, it's a hash collision or a tombstone, continue quadratic
1040 const KeyT Tombstone = KeyInfoT::getTombstoneKey();
1044 KeyInfoT::isEqual(Ptr->first, Tombstone)))
    [all...]

Completed in 365 milliseconds