Searched defs:GetProc (Results 1 – 4 of 4) sorted by relevance
80 void* DynamicLib::GetProc(const std::string& procName, std::string* error) const { in GetProc() function in DynamicLib
86 void* DynamicLib::GetProc(const std::string& procName, std::string* error) const { in GetProc() function in DynamicLib
29 static bool GetProc(PFNGETPROCPROC getProc, T *member, const char *name) in GetProc() function