Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h187 struct LosslessArithmeticConvertibleImpl : public false_type {};
191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
196 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
201 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
206 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
212 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To>
227 struct LosslessArithmeticConvertibleImpl<kInteger, From, kFloatingPoint, To>
232 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
237 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kInteger, To>
243 struct LosslessArithmeticConvertibleImpl<
[all …]
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h154 using LosslessArithmeticConvertibleImpl = std::integral_constant< variable
188 LosslessArithmeticConvertibleImpl<GMOCK_KIND_OF_(From), From,
/external/fmtlib/test/gmock/
Dgmock.h643 struct LosslessArithmeticConvertibleImpl : public false_type {};
647 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
652 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
657 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
662 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
668 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To>
683 struct LosslessArithmeticConvertibleImpl<kInteger, From, kFloatingPoint, To>
688 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
693 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kInteger, To>
699 struct LosslessArithmeticConvertibleImpl<
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h697 struct LosslessArithmeticConvertibleImpl : public false_type {};
701 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
706 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
711 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
716 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
722 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To>
737 struct LosslessArithmeticConvertibleImpl<kInteger, From, kFloatingPoint, To>
742 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
747 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kInteger, To>
753 struct LosslessArithmeticConvertibleImpl<
[all …]