Searched refs:cast_value (Results 1 – 2 of 2) sorted by relevance
773 cast_value = [_cast(x, to_type) for x in value]775 cast_value = _cast(value, to_type)777 actual_query_params[parameters.argmap[key]] = cast_value779 actual_path_params[parameters.argmap[key]] = cast_value
672 ElementType cast_value = Traits::defaultValue(); in SetValue() local675 cast_value = from(int_value); in SetValue()678 cast_value = from(double_value); in SetValue()684 set(index, cast_value); in SetValue()