Home
last modified time | relevance | path

Searched defs:AsHex (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/zucchini/
H A Dio_utils.h63 struct AsHex { struct
64 explicit AsHex(T value_in) : value(value_in) {} in AsHex() function
69 std::ostream& operator<<(std::ostream& os, const AsHex<N, T>& as_hex) { argument
H A Dio_utils_unittest.cc41 TEST(IOUtilsTest, AsHex) { in TEST() argument
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dio_utils.h63 struct AsHex { struct
64 explicit AsHex(T value_in) : value(value_in) {} in AsHex() argument
69 std::ostream& operator<<(std::ostream& os, const AsHex<N, T>& as_hex) { argument
/aosp_15_r20/external/deqp-deps/amber/src/
Dtokenizer.h82 uint64_t AsHex() const { in AsHex() function