reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
363 typename std::enable_if<is_hashable_data<T>::value, T>::type 363 typename std::enable_if<is_hashable_data<T>::value, T>::type 364 get_hashable_data(const T &value) { 385 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value, 514 char *combine_data(size_t &length, char *buffer_ptr, char *buffer_end, T data) { 554 const T &arg, const Ts &...args) { 554 const T &arg, const Ts &...args) { 600 template <typename ...Ts> hash_code hash_combine(const Ts &...args) {unittests/ADT/HashingTest.cpp
337 const LargeTestInteger li = { { 343 const LargeTestInteger l2 = { { 348 const LargeTestInteger l3 = { {usr/include/c++/7.4.0/type_traits
2157 { typedef _Tp type; };