HomeSort by relevance Sort by last modified time
    Searched full:is_pointer (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
type_traits 163 /// is_pointer
165 struct is_pointer
284 || is_pointer<_Tp>::value
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 163 /// is_pointer
165 struct is_pointer
284 || is_pointer<_Tp>::value
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 163 /// is_pointer
165 struct is_pointer
284 || is_pointer<_Tp>::value
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 163 /// is_pointer
165 struct is_pointer
284 || is_pointer<_Tp>::value
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
type_traits 163 /// is_pointer
165 struct is_pointer
284 || is_pointer<_Tp>::value
  /external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h 38 value = (is_pointer<T>::value &&
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-message.h 109 StreamHelper(typename internal::is_pointer<T>::type(), value);
194 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/chromium/testing/gtest/include/gtest/
gtest-message.h 114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/gtest/include/gtest/
gtest-message.h 114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-message.h 114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/open-vcdiff/gtest/include/gtest/
gtest-message.h 109 StreamHelper(typename internal::is_pointer<T>::type(), value);
194 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/protobuf/gtest/include/gtest/
gtest-message.h 109 StreamHelper(typename internal::is_pointer<T>::type(), value);
194 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 90 // is_pointer - as in TR1; needed on Symbian only.
463 // Defines tr1::is_pointer (only needed for Symbian).
467 // Symbian does not have tr1::type_traits, so we define our own is_pointer
482 struct is_pointer : public false_type {}; struct in namespace:testing::internal
485 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits 167 /// is_pointer
169 struct is_pointer
288 || is_pointer<_Tp>::value
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits 167 /// is_pointer
169 struct is_pointer
288 || is_pointer<_Tp>::value
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 167 /// is_pointer
169 struct is_pointer
288 || is_pointer<_Tp>::value
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 164 /// is_pointer
166 struct is_pointer
285 || is_pointer<_Tp>::value
  /external/chromium/net/socket/
client_socket_pool_manager.h 58 COMPILE_ASSERT(base::is_pointer<Value>::value,
client_socket_pool.h 165 COMPILE_ASSERT(!base::is_pointer<scoped_refptr<SocketParams> >::value,
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 480 TEST(TypeTraitsTest, is_pointer) {
481 EXPECT_FALSE(is_pointer<int>::value);
482 EXPECT_FALSE(is_pointer<char&>::value);
483 EXPECT_TRUE(is_pointer<const int*>::value);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 134 && !std::is_pointer<_Ptr>::value>
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 200 // for T and T*, so a tr1::type_traits-like is_pointer works, and we
220 typename internal::is_pointer<T>::type(), value);
225 // These are needed as the above solution using is_pointer has the
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 203 // for T and T*, so a tr1::type_traits-like is_pointer works, and we
223 typename internal::is_pointer<T>::type(), value);
228 // These are needed as the above solution using is_pointer has the
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
type_traits 167 /// is_pointer
169 struct is_pointer
300 || is_pointer<_Tp>::value
    [all...]

Completed in 1353 milliseconds

1 23 4 5