Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h70 template<typename ImplType> struct ImplTypeInfo { }; struct
74 template<> struct ImplTypeInfo<TheImplType*> { typedef TheAPIType APIType; };
98 template<typename ImplType, typename APIType = typename ImplTypeInfo<ImplType*>::APIType> in WK_ADD_API_MAPPING()
127 inline typename ImplTypeInfo<T>::APIType toAPI(T t) in toAPI()
129 return reinterpret_cast<typename ImplTypeInfo<T>::APIType>(t); in toAPI()