HomeSort by relevance Sort by last modified time
    Searched defs:__set (Results 1 - 6 of 6) sorted by null

  /external/stlport/stlport/stl/
_auto_ptr.h 27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } function in class:__ptr_base
28 void __set(void* p) { _M_p = p; } function in class:__ptr_base
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
63 this->__set(__px);
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
90 this->__set(__conversionCheck);
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
110 { this->__set(__r.release()); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } function in class:__ptr_base
28 void __set(void* p) { _M_p = p; } function in class:__ptr_base
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
63 this->__set(__px);
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
90 this->__set(__conversionCheck);
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
110 { this->__set(__r.release()); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } function in class:__ptr_base
28 void __set(void* p) { _M_p = p; } function in class:__ptr_base
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
63 this->__set(__px);
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
90 this->__set(__conversionCheck);
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
110 { this->__set(__r.release()); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } function in class:__ptr_base
28 void __set(void* p) { _M_p = p; } function in class:__ptr_base
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
63 this->__set(__px);
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
90 this->__set(__conversionCheck);
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
110 { this->__set(__r.release()); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } function in class:__ptr_base
28 void __set(void* p) { _M_p = p; } function in class:__ptr_base
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
63 this->__set(__px);
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
90 this->__set(__conversionCheck);
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
110 { this->__set(__r.release()); }
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 79 function __set($name, $value) function

Completed in 173 milliseconds