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

/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/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);
H A Dgtest.cc969 BiggestInt expected,
970 BiggestInt actual) {
987 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/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.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 ?
/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/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/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/chromium/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
266 // Tests printing a class implicitly convertible to BiggestInt.
528 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
1149 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
266 // Tests printing a class implicitly convertible to BiggestInt.
528 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
1155 reinterpret_cast<internal::BiggestInt>(fp)));
/external/chromium/testing/gtest/src/
H A Dgtest.cc1113 BiggestInt expected,
1114 BiggestInt actual) {
1131 BiggestInt val1, BiggestInt val2) {\
/external/gtest/src/
H A Dgtest.cc1113 BiggestInt expected,
1114 BiggestInt actual) {
1131 BiggestInt val1, BiggestInt val2) {\
/external/llvm/utils/unittest/googletest/
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 336 milliseconds