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

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h158 // BiggestInt - the biggest signed integer type.
1256 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1260 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1392 // The maximum number a BiggestInt can represent. This definition
1393 // works no matter BiggestInt is represented in one's complement or
1399 const BiggestInt kMaxBiggestInt =
1400 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1343 // can be implicitly cast to BiggestInt.
1346 BiggestInt expected,
1347 BiggestInt actual);
1368 // enums can be implicitly cast to BiggestInt.
1374 BiggestInt expected,
1375 BiggestInt actual) {
1431 // version for BiggestInt in order to reduce code bloat and allow
1450 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.h1337 // can be implicitly cast to BiggestInt.
1340 BiggestInt expected,
1341 BiggestInt actual);
1362 // enums can be implicitly cast to BiggestInt.
1368 BiggestInt expected,
1369 BiggestInt actual) {
1425 // version for BiggestInt in order to reduce code bloat and allow
1444 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.h1280 // can be implicitly cast to BiggestInt.
1283 BiggestInt expected,
1284 BiggestInt actual);
1305 // enums can be implicitly cast to BiggestInt.
1311 BiggestInt expected,
1312 BiggestInt actual) {
1354 // version for BiggestInt in order to reduce code bloat and allow
1374 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h174 // BiggestInt - the biggest signed integer type.
1553 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1557 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1742 // The maximum number a BiggestInt can represent. This definition
1743 // works no matter BiggestInt is represented in one's complement or
1749 const BiggestInt kMaxBiggestInt =
1750 ~(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/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/google-breakpad/src/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
267 // Tests printing a class implicitly convertible to BiggestInt.
529 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
1159 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/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1114 BiggestInt expected,
1115 BiggestInt actual) {
1132 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.cc1131 BiggestInt expected,
1132 BiggestInt actual) {
1149 BiggestInt val1, BiggestInt val2) {\
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2600 BiggestInt expected,
2601 BiggestInt actual) {
2618 BiggestInt val1, BiggestInt val2) {\
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2471 BiggestInt expected,
2472 BiggestInt actual) {
2489 BiggestInt val1, BiggestInt val2) {\
H A Dgtest.h253 // BiggestInt - the biggest signed integer type.
2318 typedef __int64 BiggestInt; typedef in namespace:std::tr1
2322 typedef long long BiggestInt; // NOLINT typedef in namespace:std::tr1
2454 // The maximum number a BiggestInt can represent. This definition
2455 // works no matter BiggestInt is represented in one's complement or
2461 const BiggestInt kMaxBiggestInt =
2462 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
16868 // can be implicitly cast to BiggestInt.
16871 BiggestInt expecte
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h278 // BiggestInt - the biggest signed integer type.
2752 typedef __int64 BiggestInt; typedef in namespace:std::tr1
2756 typedef long long BiggestInt; // NOLINT typedef in namespace:std::tr1
2945 // The maximum number a BiggestInt can represent. This definition
2946 // works no matter BiggestInt is represented in one's complement or
2952 const BiggestInt kMaxBiggestInt =
2953 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
9313 kConvertibleToInteger, // a type implicitly convertible to BiggestInt
9353 // converted to BiggestInt, w
[all...]

Completed in 468 milliseconds