OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Tombstone
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/internal_api/
write_node.cc
493
void WriteNode::
Tombstone
() {
/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
...]
Completed in 191 milliseconds