Searched refs:hex_conv (Results 1 – 1 of 1) sorted by relevance
26 FormatSection hex_conv; in convert_pointer() local27 hex_conv.has_conv = true; in convert_pointer()28 hex_conv.conv_name = 'x'; in convert_pointer()29 hex_conv.flags = FormatFlags::ALTERNATE_FORM; in convert_pointer()30 hex_conv.conv_val_raw = reinterpret_cast<uintptr_t>(to_conv.conv_val_ptr); in convert_pointer()31 return convert_hex(writer, hex_conv); in convert_pointer()