HomeSort by relevance Sort by last modified time
    Searched full:biggestint (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/google-breakpad/src/testing/gtest/include/gtest/
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 ?
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
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-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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
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 ?
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
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 ?
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
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/internal/
gtest-port.h 158 // BiggestInt - the biggest signed integer type.
    [all...]
  /external/googletest/googletest/include/gtest/
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...]
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
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...]
gtest.h     [all...]
  /external/v8/testing/gtest/include/gtest/
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/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 174 // BiggestInt - the biggest signed integer type.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 175 // 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...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 173 // BiggestInt - the biggest signed integer type.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h.orig 182 // BiggestInt - the biggest signed integer type.
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 182 // BiggestInt - the biggest signed integer type.
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 182 // BiggestInt - the biggest signed integer type.
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 93 // A class implicitly convertible to BiggestInt.
96 operator ::testing::internal::BiggestInt() const { return 42; }
267 // Tests printing a class implicitly convertible to BiggestInt.
529 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]

Completed in 1620 milliseconds

1 2 3 4