Searched refs:BiggestInt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest.h1335 // can be implicitly cast to BiggestInt.
1338 BiggestInt expected,
1339 BiggestInt actual);
1360 // enums can be implicitly cast to BiggestInt.
1366 BiggestInt expected,
1367 BiggestInt actual) {
1423 // version for BiggestInt in order to reduce code bloat and allow
1442 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
H A Dgtest-printers.h122 kConvertibleToInteger, // a type implicitly convertible to BiggestInt
162 // converted to BiggestInt, we print it as a BiggestInt.
169 const internal::BiggestInt kBigInt = value;
176 // of a type implicitly convertible to BiggestInt, it's printed as an
203 internal::ImplicitlyConvertible<const T&, internal::BiggestInt>::value ?
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h173 // BiggestInt - the biggest signed integer type.
1502 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1506 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1674 // The maximum number a BiggestInt can represent. This definition
1675 // works no matter BiggestInt is represented in one's complement or
1681 const BiggestInt kMaxBiggestInt =
1682 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc1113 BiggestInt expected,
1114 BiggestInt actual) {
1131 BiggestInt val1, BiggestInt val2) {\

Completed in 240 milliseconds