Home
last modified time | relevance | path

Searched refs:__set (Results 1 – 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
D_auto_ptr.h27 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.h65 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/
Dmessage_facets.h125 string do_get(catalog __c, int __set, int __msgid,
128 wstring do_get(catalog __c, int __set, int __msgid,
/external/kernel-headers/original/linux/
Dfs.h1893 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
1897 return simple_attr_open(inode, file, __get, __set, __fmt); \