Searched refs:hex_mixed (Results 1 – 2 of 2) sorted by relevance
643 std::string hex_mixed = "0123456789abcdefABCDEF"; in TEST() local647 std::string bytes_result = absl::HexStringToBytes(hex_mixed); in TEST()650 std::string prefix_valid = hex_mixed + "?"; in TEST()655 std::string infix_valid = "?" + hex_mixed + "???"; in TEST()657 absl::string_view(infix_valid.data() + 1, hex_mixed.size())); in TEST()