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
441 inline static IntType hton(const IntType& value) { in hton() function453 inline static IntType hton(const IntType& value) { return value; } in hton() function456 template <typename IntType> inline IntType hton(const IntType& value) { in hton() function
207 template <typename T> T hton(T t) { in hton() function