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

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DTCPackedCache.h169 return KeyMatch(entry, key) ? EntryToValue(entry) : default_value;
185 static V EntryToValue(T t) { return t & kValueMask; } function in class:PackedCache

Completed in 86 milliseconds