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

  /external/libchrome/base/
hash.h 96 inline size_t HashInts(T1 value1, T2 value2) {
112 return HashInts(value.first, value.second);
location.h 62 return base::HashInts(reinterpret_cast<uintptr_t>(location.file_name()),
  /external/libchrome/base/containers/
hash_tables.h 35 return base::HashInts(value.first, value.second);
  /external/libchrome/base/memory/
shared_memory.h 264 return HashInts(id.first, id.second);

Completed in 3036 milliseconds