Home
last modified time | relevance | path

Searched defs:hash_base (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/hof/test/
Dapply.cpp214 struct hash_base struct
218 hash_base(): hash(0) {} in hash_base() argument
220 int f0() { f1(17); return 0; } in f0()
221 int g0() const { g1(17); return 0; } in g0()
223 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
224 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
248 struct derived_hash: public hash_base argument
/third_party/boost/boost/container_hash/
Dhash.hpp124 struct hash_base struct
126 typedef T argument_type;
127 typedef std::size_t result_type;