Searched refs:NewFuncType (Results 1 – 1 of 1) sorted by relevance
123 using NewFuncType = INciNativeInterface *(*)(void); in NewInstance() typedef126 auto newInterface = reinterpret_cast<NewFuncType>(dlsym(handle_, newInterfaceSymbol_.c_str())); in NewInstance()