Searched refs:ConvertInputToValue (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/gn/
H A Dinput_conversion.h24 Value ConvertInputToValue(const Settings* settings,
H A Dinput_conversion_unittest.cc34 Value result = ConvertInputToValue(settings(), input, NULL,
41 result = ConvertInputToValue(settings(), input, NULL,
51 Value result = ConvertInputToValue(settings(), input, NULL,
62 result = ConvertInputToValue(settings(), input, NULL,
74 Value result = ConvertInputToValue(settings(), input, NULL,
84 Value result = ConvertInputToValue(settings(), input, NULL,
94 Value result = ConvertInputToValue(settings(), input, NULL,
106 Value result = ConvertInputToValue(settings(), input, NULL,
137 Value result = ConvertInputToValue(settings(), "", NULL,
146 Value result = ConvertInputToValue(setting
[all...]
H A Dfunction_read_file.cc71 return ConvertInputToValue(scope->settings(), file_contents, function,
H A Dinput_conversion.cc113 // Backend for ConvertInputToValue, this takes the extracted string for the
206 Value ConvertInputToValue(const Settings* settings, function
H A Dfunction_exec_script.cc413 return ConvertInputToValue(scope->settings(), output, function,

Completed in 356 milliseconds