Searched refs:__set (Results 1 – 5 of 5) sorted by relevance
/external/stlport/stlport/stl/ |
D | _auto_ptr.h | 27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } in __set() function 28 void __set(void* p) { _M_p = p; } in __set() function 39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; } in release() 63 this->__set(__px); 84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); } 90 this->__set(__conversionCheck); in auto_ptr() 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } in auto_ptr() 110 { this->__set(__r.release()); } in auto_ptr()
|
D | _messages_facets.h | 65 string_type get(catalog __c, int __set, int __msgid, in get() argument 67 { return do_get(__c, __set, __msgid, __dfault); } in get() 78 virtual string_type do_get(catalog __c, int __set, int __msgid, in do_get() argument 98 inline string_type get(catalog __c, int __set, int __msgid, in get() argument 100 { return do_get(__c, __set, __msgid, __dfault); } in get() 111 virtual string_type do_get(catalog __c, int __set, int __msgid, in do_get() argument 135 virtual string_type do_get(catalog __c, int __set, int __msgid, 163 virtual string_type do_get(catalog __c, int __set, int __msgid,
|
/external/stlport/src/ |
D | message_facets.h | 125 string do_get(catalog __c, int __set, int __msgid, 128 wstring do_get(catalog __c, int __set, int __msgid,
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
D | openid.php | 79 function __set($name, $value) function in LightOpenID
|
/external/kernel-headers/original/linux/ |
D | fs.h | 1893 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 1897 return simple_attr_open(inode, file, __get, __set, __fmt); \
|