Home
last modified time | relevance | path

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

/dports/dns/powerdns/pdns-4.5.2/ext/luawrapper/include/
H A DLuaContext.hpp678 return readTopAndPop<TType>(mState, PushedObject{mState, 1});
689 return readTopAndPop<TType>(mState, PushedObject{mState, 1});
700 return readTopAndPop<TType>(thread.state, PushedObject{thread.state, 1});
711 return readTopAndPop<TType>(thread.state, PushedObject{thread.state, 1});
1083 static auto readTopAndPop(lua_State* state, PushedObject object) in readTopAndPop() function in LuaContext
1416 return readTopAndPop<TReturnType>(state, std::move(outArguments)); in call()
1459 …const auto traceBack = readTopAndPop<std::string>(state, std::move(traceBackRef)); // stack top: e… in callRaw()
1469 const auto str = readTopAndPop<std::string>(state, std::move(errorCode)); in callRaw()
1476 … if (const auto exp = readTopAndPop<std::exception_ptr>(state, std::move(errorCode))) { in callRaw()
1885 inline auto LuaContext::readTopAndPop<void>(lua_State* /*state*/, PushedObject /*obj*/) in readTopAndPop() function in LuaContext
/dports/dns/dnsdist/dnsdist-1.6.1/ext/luawrapper/include/
H A DLuaContext.hpp678 return readTopAndPop<TType>(mState, PushedObject{mState, 1});
689 return readTopAndPop<TType>(mState, PushedObject{mState, 1});
700 return readTopAndPop<TType>(thread.state, PushedObject{thread.state, 1});
711 return readTopAndPop<TType>(thread.state, PushedObject{thread.state, 1});
1083 static auto readTopAndPop(lua_State* state, PushedObject object) in readTopAndPop() function in LuaContext
1416 return readTopAndPop<TReturnType>(state, std::move(outArguments)); in call()
1459 …const auto traceBack = readTopAndPop<std::string>(state, std::move(traceBackRef)); // stack top: e… in callRaw()
1469 const auto str = readTopAndPop<std::string>(state, std::move(errorCode)); in callRaw()
1476 … if (const auto exp = readTopAndPop<std::exception_ptr>(state, std::move(errorCode))) { in callRaw()
1885 inline auto LuaContext::readTopAndPop<void>(lua_State* /*state*/, PushedObject /*obj*/) in readTopAndPop() function in LuaContext