Home
last modified time | relevance | path

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

/dports/dns/powerdns/pdns-4.5.2/ext/luawrapper/include/
H A DLuaContext.hpp69 #define EQ_FUNCTION_NAME "__eq" macro
440 … registerFunctionImpl(EQ_FUNCTION_NAME, std::mem_fn(pointer), tag<TPointerToMemberFunction>{}); in registerEqFunction()
447 registerFunctionImpl(EQ_FUNCTION_NAME, std::move(fn), tag<TFunctionType>{}); in registerEqFunction()
454 registerFunctionImpl(EQ_FUNCTION_NAME, std::move(fn), tag<TObject>{}, tag<TFunctionType>{}); in registerEqFunction()
/dports/dns/dnsdist/dnsdist-1.6.1/ext/luawrapper/include/
H A DLuaContext.hpp69 #define EQ_FUNCTION_NAME "__eq" macro
440 … registerFunctionImpl(EQ_FUNCTION_NAME, std::mem_fn(pointer), tag<TPointerToMemberFunction>{}); in registerEqFunction()
447 registerFunctionImpl(EQ_FUNCTION_NAME, std::move(fn), tag<TFunctionType>{}); in registerEqFunction()
454 registerFunctionImpl(EQ_FUNCTION_NAME, std::move(fn), tag<TObject>{}, tag<TFunctionType>{}); in registerEqFunction()