Searched refs:SOCKOPT_CAST_T (Results 1 – 4 of 4) sorted by relevance
78 #ifndef SOCKOPT_CAST_T80 #define SOCKOPT_CAST_T void macro82 #define SOCKOPT_CAST_T char macro87 inline const SOCKOPT_CAST_T* const_cast_sockopt(const T* v) { in const_cast_sockopt()88 return reinterpret_cast<const SOCKOPT_CAST_T*>(v); in const_cast_sockopt()92 inline SOCKOPT_CAST_T* cast_sockopt(T* v) { in cast_sockopt()93 return reinterpret_cast<SOCKOPT_CAST_T*>(v); in cast_sockopt()
63 #ifndef SOCKOPT_CAST_T65 #define SOCKOPT_CAST_T void macro67 #define SOCKOPT_CAST_T char macro72 inline const SOCKOPT_CAST_T* const_cast_sockopt(const T* v) { in const_cast_sockopt()73 return reinterpret_cast<const SOCKOPT_CAST_T*>(v); in const_cast_sockopt()77 inline SOCKOPT_CAST_T* cast_sockopt(T* v) { in cast_sockopt()78 return reinterpret_cast<SOCKOPT_CAST_T*>(v); in cast_sockopt()
63 #ifndef SOCKOPT_CAST_T65 #define SOCKOPT_CAST_T void macro67 #define SOCKOPT_CAST_T char macro82 inline const SOCKOPT_CAST_T* const_cast_sockopt(const T* v) { in const_cast_sockopt()83 return reinterpret_cast<const SOCKOPT_CAST_T*>(v); in const_cast_sockopt()87 inline SOCKOPT_CAST_T* cast_sockopt(T* v) { in cast_sockopt()88 return reinterpret_cast<SOCKOPT_CAST_T*>(v); in cast_sockopt()
58 #ifndef SOCKOPT_CAST_T60 #define SOCKOPT_CAST_T void macro62 #define SOCKOPT_CAST_T char macro67 inline const SOCKOPT_CAST_T* const_cast_sockopt(const T* v) { in const_cast_sockopt()68 return reinterpret_cast<const SOCKOPT_CAST_T*>(v); in const_cast_sockopt()72 inline SOCKOPT_CAST_T* cast_sockopt(T* v) { in cast_sockopt()73 return reinterpret_cast<SOCKOPT_CAST_T*>(v); in cast_sockopt()