Searched refs:TFlagsInt (Results 1 – 1 of 1) sorted by relevance
68 using TFlagsInt = std::underlying_type<NegotiateFlags>::type; variable70 return static_cast<NegotiateFlags>(static_cast<TFlagsInt>(lhs) |71 static_cast<TFlagsInt>(rhs));75 using TFlagsInt = std::underlying_type<NegotiateFlags>::type; variable77 return static_cast<NegotiateFlags>(static_cast<TFlagsInt>(lhs) &78 static_cast<TFlagsInt>(rhs));