Home
last modified time | relevance | path

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

/frameworks/native/libs/ftl/
Dstring_test.cpp124 struct Hex { struct
125 static constexpr auto kRadix = ftl::Radix::kHex;
128 std::string operator()(T v) const { in operator ()()