HomeSort by relevance Sort by last modified time
    Searched full:add_pointer (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
type_traits 704 struct add_pointer
725 typedef typename add_pointer<_U>::type type;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
type_traits 704 struct add_pointer
725 typedef typename add_pointer<_U>::type type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 493 /// add_pointer
495 struct add_pointer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 490 /// add_pointer
492 struct add_pointer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
type_traits 489 /// add_pointer
491 struct add_pointer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
type_traits 489 /// add_pointer
491 struct add_pointer
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 22 #include <boost/type_traits/add_pointer.hpp>
111 , add_pointer<const value_type>
112 , add_pointer<value_type>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 506 /// add_pointer
508 struct add_pointer
876 { typedef typename add_pointer<_Up>::type __type; };
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 506 /// add_pointer
508 struct add_pointer
876 { typedef typename add_pointer<_Up>::type __type; };
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
typemaps.i 35 extern int add_pointer(int* a1,int* a2); // a1 & a2 are pointer values to be added
39 extern int add_pointer(int* INPUT,int* INPUT);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
type_traits     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
type_traits     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 359 { typedef typename add_pointer<_Up>::type __type; };
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 359 { typedef typename add_pointer<_Up>::type __type; };
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 359 { typedef typename add_pointer<_Up>::type __type; };
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
type_traits 359 { typedef typename add_pointer<_Up>::type __type; };
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 709 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
905 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
  /external/libcxx/include/
type_traits 71 template <class T> struct add_pointer;
180 using add_pointer_t = typename add_pointer<T>::type; // C++14
670 // add_pointer
672 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_pointer
676 template <class _Tp> using add_pointer_t = typename add_pointer<_Tp>::type;
772 typename add_pointer<_Up>::type,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 71 template <class T> struct add_pointer;
180 using add_pointer_t = typename add_pointer<T>::type; // C++14
658 // add_pointer
660 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_pointer
664 template <class _Tp> using add_pointer_t = typename add_pointer<_Tp>::type;
760 typename add_pointer<_Up>::type,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 71 template <class T> struct add_pointer;
180 using add_pointer_t = typename add_pointer<T>::type; // C++14
658 // add_pointer
660 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_pointer
664 template <class _Tp> using add_pointer_t = typename add_pointer<_Tp>::type;
760 typename add_pointer<_Up>::type,
    [all...]

Completed in 4559 milliseconds

12