Searched defs:hton (Results 1 – 3 of 3) sorted by relevance
33 inline static IntType hton(const IntType& value) { in hton() function45 inline static IntType hton(const IntType& value) { return value; } in hton() function48 template <typename IntType> inline IntType hton(const IntType& value) { in hton() function
407 inline static IntType hton(const IntType& value) { in hton() function419 inline static IntType hton(const IntType& value) { return value; } in hton() function422 template <typename IntType> inline IntType hton(const IntType& value) { in hton() function
230 template <typename T> T hton(T t) { in hton() function