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

12

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-port.h114 // BiggestInt - the biggest signed integer type.
489 // Defines BiggestInt as the biggest signed integer type the compiler
493 typedef __int64 BiggestInt; typedef in namespace:testing::internal
495 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
498 // The maximum number a BiggestInt can represent. This definition
499 // works no matter BiggestInt is represented in one's complement or
505 const BiggestInt kMaxBiggestInt =
506 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-port.h146 // BiggestInt - the biggest signed integer type.
831 typedef __int64 BiggestInt; typedef in namespace:testing::internal
834 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
966 // The maximum number a BiggestInt can represent. This definition
967 // works no matter BiggestInt is represented in one's complement or
973 const BiggestInt kMaxBiggestInt =
974 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/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/sdch/open-vcdiff/src/gtest/
H A Dgtest.h636 // can be implicitly cast to BiggestInt.
639 BiggestInt expected,
640 BiggestInt actual);
661 // enums can be implicitly cast to BiggestInt.
667 BiggestInt expected,
668 BiggestInt actual) {
710 // version for BiggestInt in order to reduce code bloat and allow
730 BiggestInt val1, BiggestInt val2);
/external/chromium/testing/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/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1420 // can be implicitly cast to BiggestInt.
1423 BiggestInt expected,
1424 BiggestInt actual);
1445 // enums can be implicitly cast to BiggestInt.
1451 BiggestInt expected,
1452 BiggestInt actual) {
1508 // version for BiggestInt in order to reduce code bloat and allow
1527 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/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/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/libvpx/libvpx/third_party/googletest/src/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.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)
/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)
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest.h1285 // can be implicitly cast to BiggestInt.
1288 BiggestInt expected,
1289 BiggestInt actual);
1310 // enums can be implicitly cast to BiggestInt.
1316 BiggestInt expected,
1317 BiggestInt actual) {
1359 // version for BiggestInt in order to reduce code bloat and allow
1379 BiggestInt val1, BiggestInt val2);
/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/testing/gtest/include/gtest/internal/
H A Dgtest-port.h169 // BiggestInt - the biggest signed integer type.
1466 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1470 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1638 // The maximum number a BiggestInt can represent. This definition
1639 // works no matter BiggestInt is represented in one's complement or
1645 const BiggestInt kMaxBiggestInt =
1646 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h178 // BiggestInt - the biggest signed integer type.
1636 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1640 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1829 // The maximum number a BiggestInt can represent. This definition
1830 // works no matter BiggestInt is represented in one's complement or
1836 const BiggestInt kMaxBiggestInt =
1837 ~(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.h172 // BiggestInt - the biggest signed integer type.
1515 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1519 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1687 // The maximum number a BiggestInt can represent. This definition
1688 // works no matter BiggestInt is represented in one's complement or
1694 const BiggestInt kMaxBiggestInt =
1695 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/libvpx/libvpx/third_party/googletest/src/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/llvm/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));
/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));

Completed in 417 milliseconds

12