HomeSort by relevance Sort by last modified time
    Searched full:__ptr (Results 151 - 175 of 372) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 60 operator()(_Tp* __ptr) const
64 delete __ptr;
75 operator()(_Tp* __ptr) const
79 delete [] __ptr;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 57 __check_singular(const _Tp* __ptr)
58 { return __ptr == 0; }
76 __check_dereferenceable(const _Tp* __ptr)
77 { return __ptr; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 60 operator()(_Tp* __ptr) const
64 delete __ptr;
75 operator()(_Tp* __ptr) const
79 delete [] __ptr;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 57 __check_singular(const _Tp* __ptr)
58 { return __ptr == 0; }
76 __check_dereferenceable(const _Tp* __ptr)
77 { return __ptr; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 60 operator()(_Tp* __ptr) const
64 delete __ptr;
75 operator()(_Tp* __ptr) const
79 delete [] __ptr;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 57 __check_singular(const _Tp* __ptr)
58 { return __ptr == 0; }
76 __check_dereferenceable(const _Tp* __ptr)
77 { return __ptr; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
unique_ptr.h 60 operator()(_Tp* __ptr) const
64 delete __ptr;
75 operator()(_Tp* __ptr) const
79 delete [] __ptr;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
functions.h 57 __check_singular(const _Tp* __ptr)
58 { return __ptr == 0; }
76 __check_dereferenceable(const _Tp* __ptr)
77 { return __ptr; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
functions.h 57 __check_singular(const _Tp* __ptr)
58 { return __ptr == 0; }
76 __check_dereferenceable(const _Tp* __ptr)
77 { return __ptr; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
functions.h 57 __check_singular(const _Tp* __ptr)
58 { return __ptr == 0; }
76 __check_dereferenceable(const _Tp* __ptr)
77 { return __ptr; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
type_traits.h 148 __is_null_pointer(_Type* __ptr)
149 { return __ptr == 0; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-tpf.h 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
type_traits.h 151 __is_null_pointer(_Type* __ptr)
152 { return __ptr == 0; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-tpf.h 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
type_traits.h 151 __is_null_pointer(_Type* __ptr)
152 { return __ptr == 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-tpf.h 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 148 __is_null_pointer(_Type* __ptr)
149 { return __ptr == 0; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 148 __is_null_pointer(_Type* __ptr)
149 { return __ptr == 0; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 148 __is_null_pointer(_Type* __ptr)
149 { return __ptr == 0; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);

Completed in 874 milliseconds

1 2 3 4 5 67 8 91011>>