Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/generated/
Dut_Signal.hi31 typedef TResult ResultType;
57 virtual ResultType Invoke() = 0;
84 typedef TResult ResultType;
93 virtual ResultType Invoke()
123 typedef TResult ResultType;
133 ResultType operator()(SlotType* slot) const
287 typedef FunctionSlot0<ResultType, TFunction, AllocatorType> FunctionSlotType;
359 ResultType operator()()
371 return ResultType();
460 typedef TResult ResultType;
[all …]
/NW4C-2.0.3/include/nw/ut/
Dut_Signal.h39 typedef TResult ResultType; typedef
41 ResultType operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) in operator()
43 ResultType result; in operator()