Home
last modified time | relevance | path

Searched refs:protected_function (Results 1 – 25 of 147) sorted by relevance

123456

/dports/devel/sol2/sol2-4.0.0-alpha/tests/runtime_tests/source/
H A Dstate.cpp480 sol::protected_function errbrpf = errbrload.get<sol::protected_function>();
486 sol::protected_function resultpf = resultload.get<sol::protected_function>();
507 sol::protected_function errbrpf = errbrload.get<sol::protected_function>();
515 sol::protected_function resultpf = resultload.get<sol::protected_function>();
532 sol::protected_function errbrpf = errbrload.get<sol::protected_function>();
538 sol::protected_function resultpf = resultload.get<sol::protected_function>();
559 sol::protected_function errbrpf = errbrload.get<sol::protected_function>();
567 sol::protected_function resultpf = resultload.get<sol::protected_function>();
653 sol::protected_function errbrpf = errbrload.get<sol::protected_function>();
676 sol::protected_function errbrpf = errbrload.get<sol::protected_function>();
[all …]
H A Ddump.cpp46 sol::protected_function target = lr.get<sol::protected_function>();
51 sol::protected_function pf = lua2["a"];
78 sol::protected_function target = lr.get<sol::protected_function>();
98 sol::protected_function target = lr.get<sol::protected_function>();
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/docs/source/api/
H A Dprotected_function.rst1 protected_function chapter
7 class protected_function : public reference;
8 typedef protected_function safe_function;
43 sol::protected_function problematicwoof(lua["woof"], lua["got_problems"]);
55 // handler for all protected_function errors
56 sol::protected_function::set_default_handler(lua["got_problems"]);
58 sol::protected_function problematicwoof = lua["woof"];
59 sol::protected_function problematicwoofers = lua["woofers"];
69 :caption: constructor: protected_function
72 protected_function( T&& func, reference handler = sol::protected_function::get_default_handler() );
[all …]
H A Dfunction.rst8 …se :doc:`sol::protected_function<protected_function>` explicitly. You can also make ``sol::functio…
15 Function is a correct-assuming version of :doc:`protected_function<protected_function>`, omitting t…
H A Dcoroutine.rst8 The ``coroutine`` object is entirely similar to the :doc:`protected_function<protected_function>` o…
42 …, then check ``result.valid()`` as is the case with :doc:`protected_function<protected_function>`.…
H A Derror.rst19 …lly use it to pull errors out of things such as :doc:`sol::protected_function<protected_function>`.
/dports/devel/sol2/sol2-4.0.0-alpha/documentation/source/api/
H A Dprotected_function.rst1 protected_function chapter
7 class protected_function : public reference;
8 typedef protected_function safe_function;
43 sol::protected_function problematicwoof(lua["woof"], lua["got_problems"]);
55 // handler for all protected_function errors
56 sol::protected_function::set_default_handler(lua["got_problems"]);
58 sol::protected_function problematicwoof = lua["woof"];
59 sol::protected_function problematicwoofers = lua["woofers"];
69 :caption: constructor: protected_function
72 protected_function( T&& func, reference handler = sol::protected_function::get_default_handler() );
[all …]
H A Dfunction.rst8 …se :doc:`sol::protected_function<protected_function>` explicitly. You can also make ``sol::functio…
15 Function is a correct-assuming version of :doc:`protected_function<protected_function>`, omitting t…
H A Dcoroutine.rst8 The ``coroutine`` object is entirely similar to the :doc:`protected_function<protected_function>` o…
26 …`, then check ``result.valid()`` as is the case with :doc:`protected_function<protected_function>`.
H A Derror.rst19 …lly use it to pull errors out of things such as :doc:`sol::protected_function<protected_function>`.
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/docs/source/api/
H A Dprotected_function.rst1 protected_function chapter
8 class protected_function : public reference;
47 sol::protected_function problematicwoof = lua["woof"];
86 sol::protected_function problematicwoof = lua["woof"];
126 // handler for all protected_function errors
127 sol::protected_function::set_default_handler(lua["got_problems"]);
129 sol::protected_function problematicwoof = lua["woof"];
130 sol::protected_function problematicwoofers = lua["woofers"];
140 :caption: constructor: protected_function
143 protected_function( T&& func, reference handler = sol::protected_function::get_default_handler() );
[all …]
H A Dcoroutine.rst8 The ``coroutine`` object is entirely similar to the :doc:`protected_function<protected_function>` o…
42 …, then check ``result.valid()`` as is the case with :doc:`protected_function<protected_function>`.…
H A Derror.rst13 …lly use it to pull errors out of things such as :doc:`sol::protected_function<protected_function>`.
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/docs/source/api/
H A Dprotected_function.rst1 protected_function chapter
8 class protected_function : public reference;
47 sol::protected_function problematicwoof = lua["woof"];
86 sol::protected_function problematicwoof = lua["woof"];
126 // handler for all protected_function errors
127 sol::protected_function::set_default_handler(lua["got_problems"]);
129 sol::protected_function problematicwoof = lua["woof"];
130 sol::protected_function problematicwoofers = lua["woofers"];
140 :caption: constructor: protected_function
143 protected_function( T&& func, reference handler = sol::protected_function::get_default_handler() );
[all …]
H A Dcoroutine.rst8 The ``coroutine`` object is entirely similar to the :doc:`protected_function<protected_function>` o…
42 …, then check ``result.valid()`` as is the case with :doc:`protected_function<protected_function>`.…
H A Derror.rst13 …lly use it to pull errors out of things such as :doc:`sol::protected_function<protected_function>`.
/dports/science/axom/axom-0.6.1/src/axom/inlet/tests/
H A Dinlet_function.cpp514 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
526 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
537 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
548 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
559 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
572 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
585 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
615 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
632 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
646 axom::sol::protected_function func = lr.solState()["func"]; in TEST()
[all …]
/dports/devel/sol2/sol2-4.0.0-alpha/examples/source/
H A Ddump.cpp26 sol::protected_function target = lr.get<sol::protected_function>(); in main()
36 sol::protected_function pf = lua2["a"]; in main()
H A Dscript_error_handling.cpp75 sol::protected_function script_func = loaded_chunk.get<sol::protected_function>(); in main()
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dpairs_iterator.hpp111 optional<protected_function> maybe_pairs_function = stack::pop<optional<function>>(m_L); in pairs_iterator()
113 protected_function& pairs_function = *maybe_pairs_function; in pairs_iterator()
116 m_next_function_ref = next_fn_and_table_and_first_key.get<protected_function>(0); in pairs_iterator()
133 auto maybe_next = stack::pop<optional<protected_function>>(m_L); in pairs_iterator()
149 m_next_function_ref = stack::pop<protected_function>(m_L); in pairs_iterator()
239 protected_function m_next_function_ref;
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/tests/
H A Dtest_state.cpp461 sol::protected_function errbrpf = errbrload;
467 sol::protected_function resultpf = resultload;
488 sol::protected_function errbrpf = errbrload;
496 sol::protected_function resultpf = resultload;
513 sol::protected_function errbrpf = errbrload;
519 sol::protected_function resultpf = resultload;
540 sol::protected_function errbrpf = errbrload;
548 sol::protected_function resultpf = resultload;
634 sol::protected_function errbrpf = errbrload;
657 sol::protected_function errbrpf = errbrload;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dstate.hpp74 …sol::protected_function::set_default_handler(sol::object(lua_state(), in_place, default_error_hand… in state()
86 auto& handler = protected_function::get_default_handler(); in ~state()
88 protected_function::set_default_handler(reference()); in ~state()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dstate.hpp74 …sol::protected_function::set_default_handler(sol::object(lua_state(), in_place, default_error_hand… in state()
86 auto& handler = protected_function::get_default_handler(); in ~state()
88 protected_function::set_default_handler(reference()); in ~state()
/dports/lang/adacontrol/adactl-1.18r9/test/conf/
H A Dt_parameter_declarations.aru2 …ll_Parameters, min 2, max 4, task_entry, protected_entry, protected_procedure, protected_function);
7 search parameter_declarations (All_Parameters, max 2, protected_procedure, protected_function);
/dports/science/axom/axom-0.6.1/src/axom/inlet/
H A DLuaReader.cpp372 const axom::sol::protected_function& func, in callWith()
425 buildStdFunction(axom::sol::protected_function&& func) in buildStdFunction()
453 axom::sol::protected_function&&, in bindArgType() argument
462 axom::sol::protected_function&& func, in bindArgType()
645 axom::sol::protected_function LuaReader::getFunctionInternal(const std::string& id) in getFunctionInternal()
649 axom::sol::protected_function lua_func; in getFunctionInternal()

123456