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

/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther enumerator in enum:testing::internal::TypeKind
139 GMOCK_DECLARE_KIND_(bool, kBool);
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>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc155 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT

Completed in 8 milliseconds