Searched refs:__set (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_auto_ptr.h27 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()); }
H A D_messages_facets.h65 string_type get(catalog __c, int __set, int __msgid, argument
67 { return do_get(__c, __set, __msgid, __dfault); }
78 virtual string_type do_get(catalog __c, int __set, int __msgid, argument
98 inline string_type get(catalog __c, int __set, int __msgid, argument
100 { return do_get(__c, __set, __msgid, __dfault); }
111 virtual string_type do_get(catalog __c, int __set, int __msgid, 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/
H A Dmessage_facets.h125 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/
H A Dopenid.php79 function __set($name, $value) function
/external/kernel-headers/original/linux/
H A Dfs.h1893 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \
1897 return simple_attr_open(inode, file, __get, __set, __fmt); \

Completed in 102 milliseconds