Home | History | Annotate | Download | only in ADT

Lines Matching defs:code

24 // Helper for test code to print hash codes.
25 void PrintTo(const hash_code &code, std::ostream *os) {
26 *os << static_cast<size_t>(code);
178 hash_code code = hash_combine_range(&all_one_c[0], &all_one_c[0] + Idx);
180 I = code_to_size.insert(std::make_pair(code, Idx)).first;
186 hash_code code = hash_combine_range(&all_zero_c[0], &all_zero_c[0] + Idx);
188 I = code_to_size.insert(std::make_pair(code, Idx)).first;
194 hash_code code = hash_combine_range(&all_one_int[0], &all_one_int[0] + Idx);
196 I = code_to_size.insert(std::make_pair(code, Idx)).first;
202 hash_code code = hash_combine_range(&all_zero_int[0], &all_zero_int[0] + Idx);
204 I = code_to_size.insert(std::make_pair(code, Idx)).first;