Searched refs:is_key_hex (Results 1 – 2 of 2) sorted by relevance
185 std::string* value, bool is_key_hex, bool is_value_hex);198 const std::string& value, bool is_key_hex,
726 std::string* value, bool is_key_hex, in ParseKeyValue() argument732 if (is_key_hex) { in ParseKeyValue()803 const std::string& value, bool is_key_hex, in PrintKeyValue() argument806 result.append(is_key_hex ? StringToHex(key) : key); in PrintKeyValue()