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

  /external/chromium_org/third_party/WebKit/Source/wtf/
TCPackedCache.h 164 return KeyMatch(entry, key) ? EntryToValue(entry) : default_value;
180 static V EntryToValue(T t) { return t & kValueMask; }
  /external/chromium_org/third_party/tcmalloc/chromium/src/
packed-cache-inl.h 176 return KeyMatch(entry, key) ? EntryToValue(entry) : default_value;
194 static V EntryToValue(T t) { return t & kValueMask; }
  /external/chromium_org/third_party/tcmalloc/vendor/src/
packed-cache-inl.h 174 return KeyMatch(entry, key) ? EntryToValue(entry) : default_value;
192 static V EntryToValue(T t) { return t & kValueMask; }

Completed in 106 milliseconds