Searched defs:BiggestInt (Results 1 - 10 of 10) sorted by relevance

/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/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/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.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/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/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/chromium_org/third_party/libvpx/source/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...]
/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 7501 milliseconds