• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/

Lines Matching defs:bool

172 // A compile-time bool constant that is true if and only if x is a
297 bool ignoring_case);
417 bool is_nan() const {
429 bool AlmostEquals(const FloatingPoint& rhs) const {
501 static bool dummy_;
505 bool TypeIdHelper<T>::dummy_ = false;
597 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
609 bool AddTestName(const char* file, int line, const char* case_name,
629 bool registered_;
665 static bool Register(const char* prefix, const char* case_name,
694 static bool Register(const char* /*prefix*/, const char* /*case_name*/,
707 static bool Register(const char* prefix, const char* case_name,
725 static bool Register(const char* /*prefix*/, const char* /*case_name*/,
750 GTEST_API_ bool AlwaysTrue();
753 inline bool AlwaysFalse() { return !AlwaysTrue(); }
760 operator bool() const { return true; }
862 // ImplicitlyConvertible<From, To>::value is a compile-time bool
899 static const bool value =
906 static const bool value = __is_convertible(From, To);
908 static const bool value =
913 const bool ImplicitlyConvertible<From, To>::value;
915 // IsAProtocolMessage<T>::value is a compile-time bool constant that's
962 template<bool> struct EnableIf;
972 bool ArrayEq(const T* lhs, size_t size, const U* rhs);
976 inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; }
980 inline bool ArrayEq(const T(&lhs)[N], const U(&rhs)[N]) {
988 bool ArrayEq(const T* lhs, size_t size, const U* rhs) {
1081 bool operator==(const NativeArray& rhs) const {
1136 bool gtest_caught_expected = false; \
1176 bool gtest_caught_any = false; \