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

  /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 57 milliseconds