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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2600 BiggestInt expected,
2601 BiggestInt actual) {
2618 BiggestInt val1, BiggestInt val2) {\
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 79 milliseconds