Home
last modified time | relevance | path

Searched refs:get_metafield (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/lutok/dist/
H A Dstate.hpp100 bool get_metafield(const int, const std::string&);
H A DNEWS31 * New methods added to the state class: get_metafield, get_metatable,
H A Dstate.cpp341 lutok::state::get_metafield(const int index, const std::string& name) in get_metafield() function in lutok::state
H A Dstate_test.cpp242 ATF_REQUIRE(state.get_metafield(-1, "foo")); in ATF_TEST_CASE_BODY()
257 ATF_REQUIRE(!state.get_metafield(-1, "bar")); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dlua_module.cpp91 if (state.get_metafield(table_index, "tree_key")) { in get_tree_key()