Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dcallback.hpp50 kContextAsFirstArg, ///< Context is the first argument. enumerator
157 ? kContextAsFirstArg
231 template <typename HandlerType> class Callback<HandlerType, kContextAsFirstArg> : public CallbackBa…
239 static constexpr CallbackContextPosition kContextPosition = kContextAsFirstArg;
271 Callback<HandlerType, kContextAsFirstArg> callbackCopy = *this; in InvokeAndClearIfSet()