/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_org/base/memory/ |
raw_scoped_refptr_mismatch_checker.h | 37 value = (is_pointer<T>::value &&
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_lvalue_reference.hpp | 12 // Fixed is_pointer, is_lvalue_reference, is_const, is_volatile, is_same,
|
is_member_pointer.hpp | 12 // Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
|
is_same.hpp | 12 // Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
|
is_volatile.hpp | 12 // Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
|
/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/chromium_org/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/chromium_org/third_party/mesa/src/src/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/mesa3d/src/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/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
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
iterator.hpp | 33 // before detecting is_pointer, in honor of the new type_traits 136 # include <boost/type_traits/is_pointer.hpp> 405 is_pointer<Iterator>
|
/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
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
type_traits | 167 /// is_pointer 169 struct is_pointer 288 || is_pointer<_Tp>::value
|