Home
last modified time | relevance | path

Searched refs:function_result (Results 1 – 25 of 91) sorted by relevance

1234

/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dfunction_result.hpp32 struct function_result : public proxy_base<function_result> { struct
39 function_result() = default;
40function_result(lua_State* Ls, int idx = -1, int retnum = 0) : L(Ls), index(idx), returncount(retn… in function_result() argument
43 function_result(const function_result&) = default;
44 function_result& operator=(const function_result&) = default;
45 function_result(function_result&& o) : L(o.L), index(o.index), returncount(o.returncount) { in function_result() function
53 function_result& operator=(function_result&& o) { in operator =() argument
82 ~function_result() { in ~function_result() argument
H A Dstack_proxy.hpp86 struct is_speshul<function_result> : std::true_type {};
102 struct tie_size<function_result> : std::integral_constant<std::size_t, SIZE_MAX> {};
105 stack_proxy get(const function_result& fr) { in get()
110 stack_proxy get(types<Args...> t, const function_result& fr) { in get()
H A Dfunction.hpp58 function_result invoke(types<>, std::index_sequence<>, std::ptrdiff_t n) const { in invoke()
64 return function_result(base_t::lua_state(), firstreturn, returncount); in invoke()
99 function_result operator()(Args&&... args) const { in operator ()()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dfunction_result.hpp32 struct function_result : public proxy_base<function_result> { struct
39 function_result() = default;
40function_result(lua_State* Ls, int idx = -1, int retnum = 0) : L(Ls), index(idx), returncount(retn… in function_result() function
43 function_result(const function_result&) = default;
44 function_result& operator=(const function_result&) = default;
45 function_result(function_result&& o) : L(o.L), index(o.index), returncount(o.returncount) { in function_result() argument
53 function_result& operator=(function_result&& o) { in operator =() argument
82 ~function_result() { in ~function_result() argument
H A Dstack_proxy.hpp86 struct is_speshul<function_result> : std::true_type {};
102 struct tie_size<function_result> : std::integral_constant<std::size_t, SIZE_MAX> {};
105 stack_proxy get(const function_result& fr) { in get()
110 stack_proxy get(types<Args...> t, const function_result& fr) { in get()
H A Dfunction.hpp58 function_result invoke(types<>, std::index_sequence<>, std::ptrdiff_t n) const { in invoke()
64 return function_result(base_t::lua_state(), firstreturn, returncount); in invoke()
99 function_result operator()(Args&&... args) const { in operator ()()
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession-logout/
H A Dlxsession-logout-dbus-interface.c35 gboolean function_result = FALSE; in upower_call_function() local
65 return function_result; in upower_call_function()
98 gboolean function_result = FALSE; in ck_query() local
129 function_result = TRUE; in ck_query()
131 function_result = default_result; in ck_query()
135 return function_result; in ck_query()
222 gboolean function_result = FALSE; in systemd_query() local
253 function_result = TRUE; in systemd_query()
259 return function_result; in systemd_query()
376 return function_result; in lightdm_call_function()
[all …]
/dports/sysutils/p5-Rex/Rex-1.13.4/t/
H A Dgroup.t68 my $function_result = $function_name . ' result';
70 ok( $server->function( $function_name, sub { return $function_result } ),
74 is( *{$function_ref}->(), $function_result, 'calling custom function' );
H A Dtemplate.t127 my $function_result = $function_name . ' result';
129 ok( $t->function( $function_name, sub { return $function_result } ),
133 is( *{$function_ref}->(), $function_result, 'calling custom function' );
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/docs/source/api/
H A Dproxy.rst1 proxy, (protected\_)function_result - proxy_base derivatives
16 struct function_result : proxy_base<...>;
136 …unction``. If it is not, just calls ``set``. Does not exist on :ref:`function_result<function-resu…
145 …oxy was generated with to a function ``fx``. Does not exist on :ref:`function_result<function-resu…
155 …s the proxy was generated with to ``value``. Does not exist on :ref:`function_result<function-resu…
164 function_result section in proxy, (protected\\_)function_result - proxy_base derivatives
167 ``function_result`` is a temporary-only, intermediate-only implicit conversion worker for when :doc…
175 ``protected_function_result`` is a nicer version of ``function_result`` that can be used to detect … argument
H A Dfunction.rst22 …r a ``call<Ret...>( ... )`` template type list, it generates a :ref:`function_result<function-resu…
46 …`function_result<function-result>`, which is then implicitly converted to an ``double`` after bein…
69function_result<function-result>` with ``auto``, as in ``auto numwoof = woof(20);``, and do NOT st…
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/docs/source/api/
H A Dproxy.rst1 proxy, (protected\_)function_result - proxy_base derivatives
16 struct function_result : proxy_base<...>;
136 …unction``. If it is not, just calls ``set``. Does not exist on :ref:`function_result<function-resu…
145 …oxy was generated with to a function ``fx``. Does not exist on :ref:`function_result<function-resu…
155 …s the proxy was generated with to ``value``. Does not exist on :ref:`function_result<function-resu…
164 function_result section in proxy, (protected\\_)function_result - proxy_base derivatives
167 ``function_result`` is a temporary-only, intermediate-only implicit conversion worker for when :doc…
175 ``protected_function_result`` is a nicer version of ``function_result`` that can be used to detect … argument
H A Dfunction.rst22 …r a ``call<Ret...>( ... )`` template type list, it generates a :ref:`function_result<function-resu…
46 …`function_result<function-result>`, which is then implicitly converted to an ``double`` after bein…
69function_result<function-result>` with ``auto``, as in ``auto numwoof = woof(20);``, and do NOT st…
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/docs/source/api/
H A Dfunction.rst36 …ed to an ``double`` after being called. The intermediate temporary ``function_result`` is then des…
50function_result`` when :ref:`safety configurations are not turned on<config>`) with ``auto``, as i…
/dports/devel/sol2/sol2-4.0.0-alpha/documentation/source/api/
H A Dfunction.rst40 …ed to an ``double`` after being called. The intermediate temporary ``function_result`` is then des…
56function_result`` when :ref:`safety configurations are not turned on<config>`) with ``auto``, as i…
/dports/devel/libdap/libdap-3.20.8/d4_function/
H A DD4FunctionEvaluator.cc109 void D4FunctionEvaluator::eval(DMR *function_result) in eval() argument
125 function_result = new DMR(&d4_factory, "function_results"); in eval()
130 D4Group *root = function_result->root(); // Load everything in the root group in eval()
/dports/databases/p5-Prophet/Prophet-0.751/lib/Prophet/Server/
H A DController.pm178 my $function_result = $self->result->get($from_function);
181 if ( $function_result->can($from_result) ) {
183 $function_result->$from_result();
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dforward.hpp100 using function_result = safe_function_result; typedef
102 using function_result = unsafe_function_result; typedef
/dports/devel/libdap/libdap-3.20.8/tests/
H A Ddmr-test.cc153 auto_ptr<DMR> function_result(new DMR(&d4_factory, "function_results")); in send_data() local
169 parser.eval(function_result.get()); in send_data()
173 dataset = function_result.release(); in send_data()
/dports/lang/python-legacy/Python-2.7.18/Modules/_sqlite/
H A Dconnection.c694 PyObject* function_result = NULL; in _pysqlite_step_callback() local
734 function_result = PyObject_CallObject(stepmethod, args); in _pysqlite_step_callback()
737 if (!function_result) { in _pysqlite_step_callback()
748 Py_XDECREF(function_result); in _pysqlite_step_callback()
757 PyObject* function_result; in _pysqlite_final_callback() local
775 function_result = PyObject_CallMethod(*aggregate_instance, "finalize", ""); in _pysqlite_final_callback()
779 if (function_result) { in _pysqlite_final_callback()
780 ok = _pysqlite_set_result(context, function_result) == 0; in _pysqlite_final_callback()
781 Py_DECREF(function_result); in _pysqlite_final_callback()
/dports/lang/python27/Python-2.7.18/Modules/_sqlite/
H A Dconnection.c694 PyObject* function_result = NULL; in _pysqlite_step_callback() local
734 function_result = PyObject_CallObject(stepmethod, args); in _pysqlite_step_callback()
737 if (!function_result) { in _pysqlite_step_callback()
748 Py_XDECREF(function_result); in _pysqlite_step_callback()
757 PyObject* function_result; in _pysqlite_final_callback() local
775 function_result = PyObject_CallMethod(*aggregate_instance, "finalize", ""); in _pysqlite_final_callback()
779 if (function_result) { in _pysqlite_final_callback()
780 ok = _pysqlite_set_result(context, function_result) == 0; in _pysqlite_final_callback()
781 Py_DECREF(function_result); in _pysqlite_final_callback()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dconnection.c683 PyObject* function_result = NULL; in _pysqlite_step_callback() local
723 function_result = PyObject_CallObject(stepmethod, args); in _pysqlite_step_callback()
726 if (!function_result) { in _pysqlite_step_callback()
737 Py_XDECREF(function_result); in _pysqlite_step_callback()
746 PyObject* function_result = NULL; in _pysqlite_final_callback() local
763 function_result = PyObject_CallMethod(*aggregate_instance, "finalize", ""); in _pysqlite_final_callback()
764 if (!function_result) { in _pysqlite_final_callback()
772 _pysqlite_set_result(context, function_result); in _pysqlite_final_callback()
777 Py_XDECREF(function_result); in _pysqlite_final_callback()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/single/sol/
H A Dsol_forward.hpp301 using function_result = safe_function_result; typedef
303 using function_result = unsafe_function_result; typedef
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dforward.hpp137 using function_result = safe_function_result; typedef
139 using function_result = unsafe_function_result; typedef
/dports/databases/py-gdbm/Python-3.8.12/Modules/_sqlite/
H A Dconnection.c634 PyObject* function_result = NULL; in _pysqlite_step_callback() local
672 function_result = PyObject_CallObject(stepmethod, args); in _pysqlite_step_callback()
675 if (!function_result) { in _pysqlite_step_callback()
686 Py_XDECREF(function_result); in _pysqlite_step_callback()
693 PyObject* function_result; in _pysqlite_final_callback() local
716 function_result = _PyObject_CallMethodId(*aggregate_instance, &PyId_finalize, NULL); in _pysqlite_final_callback()
721 if (function_result) { in _pysqlite_final_callback()
722 ok = _pysqlite_set_result(context, function_result) == 0; in _pysqlite_final_callback()
723 Py_DECREF(function_result); in _pysqlite_final_callback()

1234