Searched refs:dec_str_to_hex_str (Results 1 – 1 of 1) sorted by relevance
199 Converter::DecToHex => dec_str_to_hex_str(value), in apply_action()235 fn dec_str_to_hex_str(str: String) -> Result<String, String> { in dec_str_to_hex_str() function