/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
gtest-port.h | 114 // BiggestInt - the biggest signed integer type. 489 // Defines BiggestInt as the biggest signed integer type the compiler 493 typedef __int64 BiggestInt; 495 typedef long long BiggestInt; // NOLINT 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/ |
gtest-port.h | 146 // BiggestInt - the biggest signed integer type. 831 typedef __int64 BiggestInt; 834 typedef long long BiggestInt; // NOLINT [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 146 // BiggestInt - the biggest signed integer type. 823 typedef __int64 BiggestInt; 826 typedef long long BiggestInt; // NOLINT [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest.h | 636 // 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); [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-port.h | 169 // BiggestInt - the biggest signed integer type. [all...] |
/external/chromium/testing/gtest/include/gtest/ |
gtest.h | [all...] |
gtest-printers.h | 122 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/ |
gtest.h | [all...] |
gtest-printers.h | 122 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/ |
gtest.h | [all...] |
gtest-printers.h | 122 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/ |
gtest.h | [all...] |
gtest-printers.h | 122 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/ |
gtest.h | [all...] |
gtest-printers.h | 122 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/ |
gtest.h | [all...] |
/external/open-vcdiff/gtest/include/gtest/ |
gtest.h | [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest.h | [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest.h | [all...] |
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-port.h | 182 // BiggestInt - the biggest signed integer type. [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-port.h | 172 // BiggestInt - the biggest signed integer type. [all...] |
/external/gtest/include/gtest/internal/ |
gtest-port.h | 172 // BiggestInt - the biggest signed integer type. [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | 173 // BiggestInt - the biggest signed integer type. [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | 172 // BiggestInt - the biggest signed integer type. [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | 182 // BiggestInt - the biggest signed integer type. [all...] |