/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_x86-64_asm.py | 227 if p.is_pointer() or (type_name != "GLfloat" and type_name != "GLdouble"):
|
/external/mesa3d/src/mapi/glapi/gen/ |
gl_apitemp.py | 73 if p.is_pointer():
|
gl_x86-64_asm.py | 227 if p.is_pointer() or (type_name != "GLfloat" and type_name != "GLdouble"):
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-port.h | 122 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 807 // so a tr1::type_traits-like is_pointer works. 823 struct is_pointer : public false_type {}; struct in namespace:testing::internal 826 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 122 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 799 // so a tr1::type_traits-like is_pointer works. 815 struct is_pointer : public false_type {}; struct in namespace:testing::internal 818 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
gtest-internal.h | 195 // tr1::type_traits-like is_pointer works, and we can overload on that. 214 typename internal::is_pointer<T>::type(), value);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
type_traits | 289 /// is_pointer 291 struct is_pointer 451 : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
type_traits | 289 /// is_pointer 291 struct is_pointer 451 : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
type_traits | 301 /// is_pointer 303 struct is_pointer 463 : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>, [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-port.h | 141 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 1457 struct is_pointer : public false_type {}; struct in namespace:testing::internal 1460 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-port.h | 148 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 1612 struct is_pointer : public false_type {}; struct in namespace:testing::internal 1615 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-port.h | 142 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 1473 struct is_pointer : public false_type {}; struct in namespace:testing::internal 1476 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/external/gtest/include/gtest/internal/ |
gtest-port.h | 142 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 1491 struct is_pointer : public false_type {}; struct in namespace:testing::internal 1494 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
gtest-port.h | 142 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 1473 struct is_pointer : public false_type {}; struct in namespace:testing::internal 1476 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | 143 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 1478 struct is_pointer : public false_type {}; struct in namespace:testing::internal 1481 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | 142 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 1473 struct is_pointer : public false_type {}; struct in namespace:testing::internal 1476 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | 152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. 1621 struct is_pointer : public false_type {}; struct in namespace:testing::internal 1624 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
iterator_range_core.hpp | 25 #include <boost/type_traits/is_pointer.hpp>
|
/external/llvm/include/llvm/ADT/ |
Hashing.h | 348 // FIXME: We want to replace is_integral_or_enum and is_pointer here with 356 is_pointer<T>::value) &&
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
memory | [all...] |
type_traits | 34 template <class T> struct is_pointer; 344 // is_pointer 349 template <class _Tp> struct _LIBCPP_TYPE_VIS is_pointer 470 !is_pointer<_Tp>::value && 497 is_pointer<_Tp>::value || [all...] |
iterator | [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
lexical_cast.hpp | 40 #include <boost/type_traits/is_pointer.hpp> [all...] |
/external/chromium/testing/gmock/include/gmock/ |
gmock-matchers.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
functional | 287 (is_pointer<_Functor>::value [all...] |