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

12

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h146 // BiggestInt - the biggest signed integer type.
823 typedef __int64 BiggestInt; typedef in namespace:testing::internal
826 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
958 // The maximum number a BiggestInt can represent. This definition
959 // works no matter BiggestInt is represented in one's complement or
965 const BiggestInt kMaxBiggestInt =
966 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1333 // can be implicitly cast to BiggestInt.
1336 BiggestInt expected,
1337 BiggestInt actual);
1358 // enums can be implicitly cast to BiggestInt.
1364 BiggestInt expected,
1365 BiggestInt actual) {
1421 // version for BiggestInt in order to reduce code bloat and allow
1440 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 ?
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1336 // can be implicitly cast to BiggestInt.
1339 BiggestInt expected,
1340 BiggestInt actual);
1361 // enums can be implicitly cast to BiggestInt.
1367 BiggestInt expected,
1368 BiggestInt actual) {
1424 // version for BiggestInt in order to reduce code bloat and allow
1443 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 ?
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1333 // can be implicitly cast to BiggestInt.
1336 BiggestInt expected,
1337 BiggestInt actual);
1358 // enums can be implicitly cast to BiggestInt.
1364 BiggestInt expected,
1365 BiggestInt actual) {
1421 // version for BiggestInt in order to reduce code bloat and allow
1440 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 ?
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1203 // can be implicitly cast to BiggestInt.
1206 BiggestInt expected,
1207 BiggestInt actual);
1228 // enums can be implicitly cast to BiggestInt.
1234 BiggestInt expected,
1235 BiggestInt actual) {
1277 // version for BiggestInt in order to reduce code bloat and allow
1297 BiggestInt val1, BiggestInt val2);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h246 // BiggestInt - the biggest signed integer type.
2135 typedef __int64 BiggestInt; typedef in namespace:testing::internal
2139 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
2322 // The maximum number a BiggestInt can represent. This definition
2323 // works no matter BiggestInt is represented in one's complement or
2329 const BiggestInt kMaxBiggestInt =
2330 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h172 // BiggestInt - the biggest signed integer type.
1497 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1501 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1669 // The maximum number a BiggestInt can represent. This definition
1670 // works no matter BiggestInt is represented in one's complement or
1676 const BiggestInt kMaxBiggestInt =
1677 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/gtest/include/gtest/internal/
H A Dgtest-port.h182 // BiggestInt - the biggest signed integer type.
1645 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1649 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1838 // The maximum number a BiggestInt can represent. This definition
1839 // works no matter BiggestInt is represented in one's complement or
1845 const BiggestInt kMaxBiggestInt =
1846 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h174 // BiggestInt - the biggest signed integer type.
1507 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1511 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1679 // The maximum number a BiggestInt can represent. This definition
1680 // works no matter BiggestInt is represented in one's complement or
1686 const BiggestInt kMaxBiggestInt =
1687 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h172 // BiggestInt - the biggest signed integer type.
1497 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1501 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1669 // The maximum number a BiggestInt can represent. This definition
1670 // works no matter BiggestInt is represented in one's complement or
1676 const BiggestInt kMaxBiggestInt =
1677 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1481 // can be implicitly cast to BiggestInt.
1484 BiggestInt expected,
1485 BiggestInt actual);
1506 // enums can be implicitly cast to BiggestInt.
1512 BiggestInt expected,
1513 BiggestInt actual) {
1569 // version for BiggestInt in order to reduce code bloat and allow
1588 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
H A Dgtest-printers.h126 kConvertibleToInteger, // a type implicitly convertible to BiggestInt
166 // converted to BiggestInt, we print it as a BiggestInt.
173 const internal::BiggestInt kBigInt = value;
180 // of a type implicitly convertible to BiggestInt, it's printed as an
207 internal::ImplicitlyConvertible<const T&, internal::BiggestInt>::value ?
/external/gtest/include/gtest/
H A Dgtest.h1465 // can be implicitly cast to BiggestInt.
1468 BiggestInt expected,
1469 BiggestInt actual);
1490 // enums can be implicitly cast to BiggestInt.
1496 BiggestInt expected,
1497 BiggestInt actual) {
1553 // version for BiggestInt in order to reduce code bloat and allow
1572 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 ?
/external/chromium_org/testing/gtest/test/
H A Dgtest-printers_test.cc93 // A class implicitly convertible to BiggestInt.
96 operator ::testing::internal::BiggestInt() const { return 42; } function in class:BiggestIntConvertible::operator::testing::internal
269 // Tests printing a class implicitly convertible to BiggestInt.
529 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
1226 reinterpret_cast<internal::BiggestInt>(fp)));
/external/gtest/test/
H A Dgtest-printers_test.cc93 // A class implicitly convertible to BiggestInt.
96 operator ::testing::internal::BiggestInt() const { return 42; } function in class:BiggestIntConvertible::operator::testing::internal
273 // Tests printing a class implicitly convertible to BiggestInt.
535 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
1178 reinterpret_cast<internal::BiggestInt>(fp)));
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1400 BiggestInt expected,
1401 BiggestInt actual) {
1418 BiggestInt val1, BiggestInt val2) {\
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1113 BiggestInt expected,
1114 BiggestInt actual) {
1131 BiggestInt val1, BiggestInt val2) {\
/external/gtest/src/
H A Dgtest.cc1116 BiggestInt expected,
1117 BiggestInt actual) {
1134 BiggestInt val1, BiggestInt val2) {\
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1113 BiggestInt expected,
1114 BiggestInt actual) {
1131 BiggestInt val1, BiggestInt val2) {\
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1113 BiggestInt expected,
1114 BiggestInt actual) {
1131 BiggestInt val1, BiggestInt val2) {\
/external/protobuf/gtest/src/
H A Dgtest.cc1093 BiggestInt expected,
1094 BiggestInt actual) {
1111 BiggestInt val1, BiggestInt val2) {\

Completed in 1386 milliseconds

12