Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/generated/
Dut_Signal.hi90 : Slot0<TResult, TAllocator>(allocator), m_Function(function) {}
95 return m_Function();
99 TFunction m_Function;
520 : Slot1<TResult, TArg0, TAllocator>(allocator), m_Function(function) {}
525 return m_Function(arg0);
529 TFunction m_Function;
951 : Slot2<TResult, TArg0, TArg1, TAllocator>(allocator), m_Function(function) {}
956 return m_Function(arg0, arg1);
960 TFunction m_Function;
1383 : Slot3<TResult, TArg0, TArg1, TArg2, TAllocator>(allocator), m_Function(function) {}
[all …]
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResGraphicsFile.h1049 explicit CheckUnresolvedTextureFunctor(TFunction function) : m_Function(function) {} in CheckUnresolvedTextureFunctor()
1057 m_Function(texture); in operator()
1062 TFunction m_Function;
1071 explicit CheckUnresolvedMaterialLutFunctor(TFunction function) : m_Function(function) {} in CheckUnresolvedMaterialLutFunctor()
1100 m_Function(refer); in CheckReferenceLutAndExec()
1105 TFunction m_Function; variable