HomeSort by relevance Sort by last modified time
    Searched refs:LosslessArithmeticConvertibleImpl (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 175 // LosslessArithmeticConvertibleImpl<kFromKind, From, kToKind, To>::value
185 struct LosslessArithmeticConvertibleImpl : public false_type {};
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
210 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To>
225 struct LosslessArithmeticConvertibleImpl<kInteger, From, kFloatingPoint, To>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
235 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kInteger, To
    [all...]
  /external/googletest/googlemock/include/gmock/internal/
gmock-internal-utils.h 175 // LosslessArithmeticConvertibleImpl<kFromKind, From, kToKind, To>::value
185 struct LosslessArithmeticConvertibleImpl : public false_type {};
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
210 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To>
225 struct LosslessArithmeticConvertibleImpl<kInteger, From, kFloatingPoint, To>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
235 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kInteger, To
    [all...]
  /external/v8/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 175 // LosslessArithmeticConvertibleImpl<kFromKind, From, kToKind, To>::value
185 struct LosslessArithmeticConvertibleImpl : public false_type {};
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
210 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To>
225 struct LosslessArithmeticConvertibleImpl<kInteger, From, kFloatingPoint, To>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
235 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kInteger, To
    [all...]

Completed in 183 milliseconds