Searched refs:PrefixUpper (Results 1 – 4 of 4) sorted by relevance
140 Style == HexPrintStyle::PrefixUpper); in write_hex()142 (Style == HexPrintStyle::Upper || Style == HexPrintStyle::PrefixUpper); in write_hex()249 return (S == HexPrintStyle::PrefixLower || S == HexPrintStyle::PrefixUpper); in isPrefixedHexStyle()
384 Style = HexPrintStyle::PrefixUpper; in operator <<()
22 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
88 Style = HexPrintStyle::PrefixUpper; in consumeHexStyle()181 HexPrintStyle HS = HexPrintStyle::PrefixUpper;