Searched refs:cast_value (Results 1 – 2 of 2) sorted by relevance
670 cast_value = [_cast(x, to_type) for x in value]672 cast_value = _cast(value, to_type)674 actual_query_params[parameters.argmap[key]] = cast_value676 actual_path_params[parameters.argmap[key]] = cast_value
4233 ElementType cast_value = Traits::defaultValue(); in SetValue() local4236 cast_value = from_int(int_value); in SetValue()4239 cast_value = from_double(double_value); in SetValue()4245 set(index, cast_value); in SetValue()