Searched refs:LosslessArithmeticConvertibleImpl (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h175 // LosslessArithmeticConvertibleImpl<kFromKind, From, kToKind, To>::value
185 struct LosslessArithmeticConvertibleImpl : public false_type {}; struct in namespace:testing::internal
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool> struct in namespace:testing::internal
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To> struct in namespace:testing::internal
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To> struct in namespace:testing::internal
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool> struct in namespace:testing::internal
210 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To> struct in namespace:testing::internal
225 struct LosslessArithmeticConvertibleImpl<kInteger, From, kFloatingPoint, To>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
235 struct LosslessArithmeticConvertibleImpl<kFloatingPoin
[all...]

Completed in 170 milliseconds