Searched defs:AsHex (Results 1 – 4 of 4) sorted by relevance
63 struct AsHex { struct64 explicit AsHex(T value_in) : value(value_in) {} in AsHex() function69 std::ostream& operator<<(std::ostream& os, const AsHex<N, T>& as_hex) { argument
41 TEST(IOUtilsTest, AsHex) { in TEST() argument
63 struct AsHex { struct64 explicit AsHex(T value_in) : value(value_in) {} in AsHex() argument69 std::ostream& operator<<(std::ostream& os, const AsHex<N, T>& as_hex) { argument
82 uint64_t AsHex() const { in AsHex() function