Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/config/
H A Dlua_module.cpp175 state.raw_set(-5); in redirect_newindex()
239 state.raw_set(-3); in redirect_index()
/freebsd/contrib/lutok/
H A Dstate.hpp131 void raw_set(const int);
H A DNEWS58 insert, push_value, raw_get and raw_set.
H A Dstate_test.cpp912 ATF_TEST_CASE_WITHOUT_HEAD(raw_set);
913 ATF_TEST_CASE_BODY(raw_set) in ATF_TEST_CASE_BODY() argument
924 state.raw_set(-4); in ATF_TEST_CASE_BODY()
1153 ATF_ADD_TEST_CASE(tcs, raw_set); in ATF_INIT_TEST_CASES()
H A Dstate.cpp762 lutok::state::raw_set(const int index) in raw_set() function in lutok::state