Home
last modified time | relevance | path

Searched refs:HashInts (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dhash.h96 inline size_t HashInts(T1 value1, T2 value2) { in HashInts() function
112 return HashInts(value.first, value.second);
Dlocation.h62 return base::HashInts(reinterpret_cast<uintptr_t>(location.file_name()), in operator()
/external/libchrome/base/containers/
Dhash_tables.h35 return base::HashInts(value.first, value.second);