Home
last modified time | relevance | path

Searched refs:lookIntoStackTop (Results 1 – 2 of 2) sorted by relevance

/dports/dns/powerdns/pdns-4.5.2/ext/luawrapper/include/
H A DLuaContext.hpp677 lookIntoStackTop(mState, std::forward<TTypes>(elements)...);
688 lookIntoStackTop(mState, std::forward<TTypes>(elements)...);
699 lookIntoStackTop(thread.state, std::forward<TTypes>(elements)...);
710 lookIntoStackTop(thread.state, std::forward<TTypes>(elements)...);
816 …static void lookIntoStackTop(lua_State* state, OffsetType1&& offset1, OffsetTypeOthers&&... offset… in lookIntoStackTop() function in LuaContext
823 lookIntoStackTop(state, std::forward<OffsetTypeOthers>(offsetOthers)...); in lookIntoStackTop()
827 … static void lookIntoStackTop(lua_State* state, Metatable_t, OffsetTypeOthers&&... offsetOthers) { in lookIntoStackTop() function in LuaContext
831 lookIntoStackTop(state, std::forward<OffsetTypeOthers>(offsetOthers)...); in lookIntoStackTop()
834 static void lookIntoStackTop(lua_State*) { in lookIntoStackTop() function in LuaContext
/dports/dns/dnsdist/dnsdist-1.6.1/ext/luawrapper/include/
H A DLuaContext.hpp677 lookIntoStackTop(mState, std::forward<TTypes>(elements)...);
688 lookIntoStackTop(mState, std::forward<TTypes>(elements)...);
699 lookIntoStackTop(thread.state, std::forward<TTypes>(elements)...);
710 lookIntoStackTop(thread.state, std::forward<TTypes>(elements)...);
816 …static void lookIntoStackTop(lua_State* state, OffsetType1&& offset1, OffsetTypeOthers&&... offset… in lookIntoStackTop() function in LuaContext
823 lookIntoStackTop(state, std::forward<OffsetTypeOthers>(offsetOthers)...); in lookIntoStackTop()
827 … static void lookIntoStackTop(lua_State* state, Metatable_t, OffsetTypeOthers&&... offsetOthers) { in lookIntoStackTop() function in LuaContext
831 lookIntoStackTop(state, std::forward<OffsetTypeOthers>(offsetOthers)...); in lookIntoStackTop()
834 static void lookIntoStackTop(lua_State*) { in lookIntoStackTop() function in LuaContext