Searched refs:is_hex (Results 1 – 2 of 2) sorted by relevance
202 const std::string& value, bool is_hex);
813 const std::string& value, bool is_hex) { in PrintKeyValue() argument814 return PrintKeyValue(key, value, is_hex, is_hex); in PrintKeyValue()