HomeSort by relevance Sort by last modified time
    Searched refs:BiggestInt (Results 1 - 25 of 36) sorted by null

1 2

  /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_org/testing/gtest/include/gtest/
gtest.h     [all...]
gtest-printers.h 126 kConvertibleToInteger, // a type implicitly convertible to BiggestInt
166 // converted to BiggestInt, we print it as a BiggestInt.
173 const internal::BiggestInt kBigInt = value;
180 // of a type implicitly convertible to BiggestInt, it's printed as an
207 internal::ImplicitlyConvertible<const T&, internal::BiggestInt>::value ?
    [all...]
  /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...]
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/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/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/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 244 // 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 182 // BiggestInt - the biggest signed integer type.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 174 // 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/chromium_org/testing/gtest/test/
gtest-printers_test.cc 93 // A class implicitly convertible to BiggestInt.
96 operator ::testing::internal::BiggestInt() const { return 42; }
269 // Tests printing a class implicitly convertible to BiggestInt.
529 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; }
273 // Tests printing a class implicitly convertible to BiggestInt.
535 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/chromium_org/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc     [all...]

Completed in 574 milliseconds

1 2