Searched refs:TheImplType (Results 1 – 1 of 1) sorted by relevance
72 #define WK_ADD_API_MAPPING(TheAPIType, TheImplType) \ argument73 template<> struct APITypeInfo<TheAPIType> { typedef TheImplType* ImplType; }; \74 template<> struct ImplTypeInfo<TheImplType*> { typedef TheAPIType APIType; };