HomeSort by relevance Sort by last modified time
    Searched defs:BiggestInt (Results 1 - 15 of 15) sorted by null

  /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/chromium/testing/gtest/test/
gtest-printers_test.cc 93 // A class implicitly convertible to BiggestInt.
96 operator ::testing::internal::BiggestInt() const { return 42; }
266 // Tests printing a class implicitly convertible to BiggestInt.
528 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 93 // A class implicitly convertible to BiggestInt.
96 operator ::testing::internal::BiggestInt() const { return 42; }
268 // Tests printing a class implicitly convertible to BiggestInt.
530 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 93 // A class implicitly convertible to BiggestInt.
96 operator ::testing::internal::BiggestInt() const { return 42; }
266 // Tests printing a class implicitly convertible to BiggestInt.
528 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 93 // A class implicitly convertible to BiggestInt.
96 operator ::testing::internal::BiggestInt() const { return 42; }
273 // Tests printing a class implicitly convertible to BiggestInt.
535 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
    [all...]
  /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/testing/gtest/include/gtest/internal/
gtest-port.h 169 // BiggestInt - the biggest signed integer type.
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 178 // 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...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 278 // BiggestInt - the biggest signed integer type.
    [all...]

Completed in 456 milliseconds