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

12

/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/googletest/googletest/include/gtest/
H A Dgtest.h1402 // can be implicitly cast to BiggestInt.
1405 BiggestInt lhs,
1406 BiggestInt rhs);
1426 // enums can be implicitly cast to BiggestInt.
1432 BiggestInt lhs,
1433 BiggestInt rhs) {
1500 // version for BiggestInt in order to reduce code bloat and allow
1517 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1402 // can be implicitly cast to BiggestInt.
1405 BiggestInt lhs,
1406 BiggestInt rhs);
1426 // enums can be implicitly cast to BiggestInt.
1432 BiggestInt lhs,
1433 BiggestInt rhs) {
1500 // version for BiggestInt in order to reduce code bloat and allow
1517 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
/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/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/swiftshader/third_party/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/v8/testing/gtest/include/gtest/
H A Dgtest.h1403 // can be implicitly cast to BiggestInt.
1406 BiggestInt expected,
1407 BiggestInt actual);
1428 // enums can be implicitly cast to BiggestInt.
1434 BiggestInt expected,
1435 BiggestInt actual) {
1504 // version for BiggestInt in order to reduce code bloat and allow
1521 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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h175 // BiggestInt - the biggest signed integer type.
1510 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1514 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
1682 // The maximum number a BiggestInt can represent. This definition
1683 // works no matter BiggestInt is represented in one's complement or
1689 const BiggestInt kMaxBiggestInt =
1690 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/mesa3d/src/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/swiftshader/third_party/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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h182 // BiggestInt - the biggest signed integer type.
1920 typedef __int64 BiggestInt; typedef in namespace:testing::internal
1924 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
2113 // The maximum number a BiggestInt can represent. This definition
2114 // works no matter BiggestInt is represented in one's complement or
2120 const BiggestInt kMaxBiggestInt =
2121 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/mesa3d/src/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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h1474 // can be implicitly cast to BiggestInt.
1477 BiggestInt expected,
1478 BiggestInt actual);
1499 // enums can be implicitly cast to BiggestInt.
1505 BiggestInt expected,
1506 BiggestInt actual) {
1562 // version for BiggestInt in order to reduce code bloat and allow
1581 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/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h248 // BiggestInt - the biggest signed integer type.
2286 typedef __int64 BiggestInt; typedef in namespace:testing::internal
2290 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
2481 // The maximum number a BiggestInt can represent. This definition
2482 // works no matter BiggestInt is represented in one's complement or
2488 const BiggestInt kMaxBiggestInt =
2489 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h246 // BiggestInt - the biggest signed integer type.
2250 typedef __int64 BiggestInt; typedef in namespace:testing::internal
2254 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
2445 // The maximum number a BiggestInt can represent. This definition
2446 // works no matter BiggestInt is represented in one's complement or
2452 const BiggestInt kMaxBiggestInt =
2453 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h246 // BiggestInt - the biggest signed integer type.
2241 typedef __int64 BiggestInt; typedef in namespace:testing::internal
2245 typedef long long BiggestInt; // NOLINT typedef in namespace:testing::internal
2436 // The maximum number a BiggestInt can represent. This definition
2437 // works no matter BiggestInt is represented in one's complement or
2443 const BiggestInt kMaxBiggestInt =
2444 ~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1));
/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/googletest/googletest/test/
H A Dgtest-printers_test.cc102 // A class implicitly convertible to BiggestInt.
105 operator ::testing::internal::BiggestInt() const { return 42; } function in class:BiggestIntConvertible::operator::testing::internal
331 // Tests printing a class implicitly convertible to BiggestInt.
591 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
1276 reinterpret_cast<internal::BiggestInt>(fp)));

Completed in 423 milliseconds

12