Home
last modified time | relevance | path

Searched refs:value_to_variant (Results 1 – 10 of 10) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/ai/composite/
H A Dvalue_translator.hpp224 static wfl::variant value_to_variant(const T &value) in value_to_variant() function in ai::variant_value_translator
227 value_to_variant(value,var); in value_to_variant()
248 static void value_to_variant(const int &value, wfl::variant &var) in value_to_variant() function in ai::variant_value_translator
253 static wfl::variant value_to_variant(const int &value) in value_to_variant() function in ai::variant_value_translator
256 value_to_variant(value,var); in value_to_variant()
283 static wfl::variant value_to_variant(const bool &value) in value_to_variant() function in ai::variant_value_translator
286 value_to_variant(value,var); in value_to_variant()
314 static wfl::variant value_to_variant(const std::string &value) in value_to_variant() function in ai::variant_value_translator
317 value_to_variant(value,var); in value_to_variant()
352 value_to_variant(value,var); in value_to_variant()
[all …]
H A Daspect.hpp143 …value_variant_.reset(new wfl::variant(variant_value_translator<T>::value_to_variant(this->get()))); in get_variant_ptr()
147 …value_variant_.reset(new wfl::variant(variant_value_translator<T>::value_to_variant(this->get()))); in get_variant_ptr()
/dports/mail/geary/geary-40.0/test/client/util/
H A Dutil-js-test.vala30 value_to_variant(new JSC.Value.null(this.context)).print(true),
34 value_to_variant(new JSC.Value.string(this.context, "test")).print(true),
38 value_to_variant(new JSC.Value.number(this.context, 1.0)).print(true),
42 value_to_variant(new JSC.Value.boolean(this.context, true)).print(true),
46 value_to_variant(new JSC.Value.boolean(this.context, false)).print(true),
52 value_to_variant(value).print(true),
60 value_to_variant(value).print(true),
69 value_to_variant(value).print(true),
78 value_to_variant(value).print(true),
84 value_to_variant(value).print(true),
[all …]
/dports/mail/geary/geary-40.0/src/client/web-process/
H A Dweb-process-extension.vala196 ret != null ? Util.JS.value_to_variant(ret) : null
220 parameters = Util.JS.value_to_variant(
224 parameters = Util.JS.value_to_variant(param_value);
/dports/mail/geary/geary-40.0/src/client/util/
H A Dutil-js.vala203 public inline GLib.Variant value_to_variant(JSC.Value value)
233 values[0] = value_to_variant(element);
236 values[i] = value_to_variant(element);
256 value_to_variant(value.object_get_property(name))
/dports/math/curv/curv-0.5/libcurv/
H A Drender.cc23 auto v = value_to_variant(val, cx); in set_shader()
H A Drecord.h75 std::pair<Symbol_Ref, Value> value_to_variant(Value, const Context& cx);
H A Drecord.cc59 value_to_variant(Value val, const Context& cx) in value_to_variant() function
H A Dpicker.cc17 auto config_v = value_to_variant(val, cx); in Config()
/dports/mail/geary/geary-40.0/src/client/components/
H A Dcomponents-web-view.vala545 // Util.JS.value_to_variant, they will only be one of