/prebuilts/ndk/9/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.8/include/tr1/ |
type_traits | 163 /// is_pointer 165 struct is_pointer 284 || 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);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
remap_helper.py | 39 if p.is_pointer():
|
extension_helper.py | 183 if p.is_pointer():
|
typeexpr.py | 265 def is_pointer(self): member in class:type_expression
|
gl_XML.py | 479 return self.is_pointer() 482 def is_pointer(self): member in class:gl_parameter 483 return self.type_expr.is_pointer()
|
gl_apitemp.py | 73 if p.is_pointer():
|
/external/mesa3d/src/mapi/glapi/gen/ |
remap_helper.py | 39 if p.is_pointer():
|
extension_helper.py | 183 if p.is_pointer():
|
typeexpr.py | 265 def is_pointer(self): member in class:type_expression
|
gl_XML.py | 479 return self.is_pointer() 482 def is_pointer(self): member in class:gl_parameter 483 return self.type_expr.is_pointer()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_const.hpp | 12 // Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
alloc_traits.h | 134 && !std::is_pointer<_Ptr>::value>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
alloc_traits.h | 134 && !std::is_pointer<_Ptr>::value>
|
/external/chromium_org/net/socket/ |
client_socket_pool.h | 193 COMPILE_ASSERT(!base::is_pointer<scoped_refptr<SocketParams> >::value,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
alloc_traits.h | 147 && !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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
type_traits | 167 /// is_pointer 169 struct is_pointer 300 || is_pointer<_Tp>::value [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
type_traits | 167 /// is_pointer 169 struct is_pointer 300 || is_pointer<_Tp>::value [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
type_traits | 167 /// is_pointer 169 struct is_pointer 300 || is_pointer<_Tp>::value [all...] |