Searched refs:Result (Results 1 – 2 of 2) sorted by relevance
40 INT Result = 0; in getTimeStamp() local42 Result = gettimeofday(tv, &tz); in getTimeStamp()43 if (Result != 0) in getTimeStamp()46 return Result; in getTimeStamp()
3542 template <class T, typename Result>3543 Result HandleSehExceptionsInMethodIfSupported( in HandleSehExceptionsInMethodIfSupported()3544 T* object, Result (T::*method)(), const char* location) { in HandleSehExceptionsInMethodIfSupported()3558 return static_cast<Result>(0); in HandleSehExceptionsInMethodIfSupported()3569 template <class T, typename Result>3570 Result HandleExceptionsInMethodIfSupported( in HandleExceptionsInMethodIfSupported()3571 T* object, Result (T::*method)(), const char* location) { in HandleExceptionsInMethodIfSupported()3613 return static_cast<Result>(0); in HandleExceptionsInMethodIfSupported()