Lines Matching defs:settings
25 const Settings* settings() { return setup_.settings(); }
42 ConvertValueToOutput(settings(), output, Value(nullptr, "list lines"), result,
53 ConvertValueToOutput(settings(), output, Value(nullptr, "string"), result,
64 ConvertValueToOutput(settings(), output, Value(nullptr, "string"), result,
75 ConvertValueToOutput(settings(), output, Value(nullptr, "string"), result,
89 ConvertValueToOutput(settings(), output, Value(nullptr, "string"), result,
99 auto new_scope = std::make_unique<Scope>(settings());
107 ConvertValueToOutput(settings(), Value(nullptr, std::move(new_scope)),
117 ConvertValueToOutput(settings(), output, Value(nullptr, "value"), result,
128 ConvertValueToOutput(settings(), output, Value(nullptr, "value"), result,
139 ConvertValueToOutput(settings(), output, Value(nullptr, "value"), result,
153 ConvertValueToOutput(settings(), output, Value(nullptr, "value"), result,
163 auto new_scope = std::make_unique<Scope>(settings());
171 ConvertValueToOutput(settings(), Value(nullptr, std::move(new_scope)),
179 auto new_scope = std::make_unique<Scope>(settings());
186 auto c_scope = std::make_unique<Scope>(settings());
190 auto e_value_scope = std::make_unique<Scope>(settings());
212 ConvertValueToOutput(settings(), Value(nullptr, std::move(new_scope)),
221 ConvertValueToOutput(settings(), Value(), Value(nullptr, ""), result, &err);
230 ConvertValueToOutput(settings(), output, Value(nullptr, ""), result, &err);
244 ConvertValueToOutput(settings(), output, Value(nullptr, ""), result, &err);
253 Value result = ConvertInputToValue(settings(), input, nullptr,
258 ConvertValueToOutput(settings(), result, Value(nullptr, "string"), reverse,
268 Value result = ConvertInputToValue(settings(), input, nullptr,
273 ConvertValueToOutput(settings(), result, Value(nullptr, "list lines"),
283 Value result = ConvertInputToValue(settings(), input, nullptr,
288 ConvertValueToOutput(settings(), result, Value(nullptr, "value"), reverse,
298 Value result = ConvertInputToValue(settings(), input, nullptr,
303 ConvertValueToOutput(settings(), result, Value(nullptr, "value"), reverse,
313 Value result = ConvertInputToValue(settings(), input, nullptr,
318 ConvertValueToOutput(settings(), result, Value(nullptr, "value"), reverse,
328 Value result = ConvertInputToValue(settings(), input, nullptr,
333 ConvertValueToOutput(settings(), result, Value(nullptr, "scope"), reverse,
342 Value result = ConvertInputToValue(settings(), "", nullptr,
347 ConvertValueToOutput(settings(), result, Value(nullptr, "value"), reverse,