Home
last modified time | relevance | path

Searched refs:cast_value (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Ddiscovery.py670 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_value
676 actual_path_params[parameters.argmap[key]] = cast_value
/external/v8/src/
Dobjects-inl.h4233 ElementType cast_value = Traits::defaultValue(); in SetValue() local
4236 cast_value = from_int(int_value); in SetValue()
4239 cast_value = from_double(double_value); in SetValue()
4245 set(index, cast_value); in SetValue()