HomeSort by relevance Sort by last modified time
    Searched defs:is_pointer (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
boost_type_traits.h 34 #include <boost/type_traits/is_pointer.hpp>
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon83315
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon83329
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
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()
  /external/mesa3d/src/mapi/glapi/gen/
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()
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 3 struct is_pointer { struct
8 struct is_pointer<T*> { struct
13 struct is_pointer<const T*> { struct
17 int array0[is_pointer<int>::value? -1 : 1];
18 int array1[is_pointer<int*>::value? 1 : -1];
19 int array2[is_pointer<const int*>::value? 1 : -1];
  /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_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 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...]
  /external/lldb/source/Core/
Debugger.cpp 1740 bool is_pointer = (type_info_flags & ClangASTType::eTypeIsPointer) != 0; local
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 144 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
1483 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1486 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...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 216 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2111 struct is_pointer : public false_type {}; struct in namespace:testing::internal
2114 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 737 void is_pointer() function
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2728 struct is_pointer : public false_type {}; struct in namespace:std::tr1
2731 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2728 struct is_pointer : public false_type {}; struct in namespace:std::tr1
2731 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2728 struct is_pointer : public false_type {}; struct in namespace:std::tr1
2731 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
    [all...]

Completed in 2392 milliseconds

12