Lines Matching defs:bool

208                                      bool ignoring_case);
324 bool is_nan() const {
336 bool AlmostEquals(const FloatingPoint& rhs) const {
408 static bool dummy_;
412 bool TypeIdHelper<T>::dummy_ = false;
575 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
588 bool AddTestName(const char* file, int line, const char* case_name,
603 bool TestExists(const std::string& test_name) const {
623 bool registered_;
703 static bool Register(const char* prefix, const CodeLocation& code_location,
742 static bool Register(const char* /*prefix*/, const CodeLocation&,
763 static bool Register(const char* prefix, CodeLocation code_location,
800 static bool Register(const char* /*prefix*/, const CodeLocation&,
825 GTEST_API_ bool AlwaysTrue();
828 inline bool AlwaysFalse() { return !AlwaysTrue(); }
835 operator bool() const { return true; }
845 explicit operator bool() const { return true; }
876 // HasDebugStringAndShortDebugString<T>::value is a compile-time bool constant
898 static constexpr bool value =
904 constexpr bool HasDebugStringAndShortDebugString<T>::value;
963 static const bool value = sizeof(test<T>(nullptr, nullptr)) == sizeof(int);
967 const bool IsHashTable<T>::value;
970 bool = sizeof(IsContainerTest<C>(0)) == sizeof(IsContainer)>
1005 bool ArrayEq(const T* lhs, size_t size, const U* rhs);
1009 inline bool ArrayEq(const T& lhs, const U& rhs) {
1015 inline bool ArrayEq(const T (&lhs)[N], const U (&rhs)[N]) {
1023 bool ArrayEq(const T* lhs, size_t size, const U* rhs) {
1115 bool operator==(const NativeArray& rhs) const {
1152 template <bool plus_one, typename T, size_t sizeofT>
1286 constexpr bool InstantiateTestCase_P_IsDeprecated() { return true; }
1291 constexpr bool TypedTestCase_P_IsDeprecated() { return true; }
1296 constexpr bool TypedTestCaseIsDeprecated() { return true; }
1301 constexpr bool RegisterTypedTestCase_P_IsDeprecated() { return true; }
1306 constexpr bool InstantiateTypedTestCase_P_IsDeprecated() { return true; }
1409 bool gtest_caught_expected = false; \
1471 bool gtest_caught_any = false; \