Searched refs:hex_str_to_dec_str (Results 1 – 1 of 1) sorted by relevance
198 Converter::HexToDec => hex_str_to_dec_str(value), in apply_action()228 fn hex_str_to_dec_str(str: String) -> Result<String, String> { in hex_str_to_dec_str() function