Home
last modified time | relevance | path

Searched refs:tluaget (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/sol2/
H A Dtest_functions.cpp157 auto tluaget = lua.get<int, int, int>("x", "y", "z"); variable
160 REQUIRE(tluaget == triple);
182 std::tuple<int, int, int> tluaget = lua.get<int, int, int>("x", "y", "z"); variable
188 REQUIRE(tluaget == triple);
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/
H A Dtest_functions.cpp157 auto tluaget = lua.get<int, int, int>("x", "y", "z"); variable
160 REQUIRE(tluaget == triple);
182 std::tuple<int, int, int> tluaget = lua.get<int, int, int>("x", "y", "z"); variable
188 REQUIRE(tluaget == triple);
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/tests/
H A Dtest_functions.cpp203 auto tluaget = lua.get<int, int, int>("x", "y", "z"); variable
206 REQUIRE(tluaget == triple);
230 std::tuple<int, int, int> tluaget = lua.get<int, int, int>("x", "y", "z"); variable
236 REQUIRE(tluaget == triple);
/dports/devel/sol2/sol2-4.0.0-alpha/tests/runtime_tests/source/
H A Dfunctions.cpp181 auto tluaget = lua.get<int, int, int>("x", "y", "z"); variable
184 REQUIRE(tluaget == triple);
206 std::tuple<int, int, int> tluaget = lua.get<int, int, int>("x", "y", "z"); variable
212 REQUIRE(tluaget == triple);