Home
last modified time | relevance | path

Searched defs:__r (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
D_auto_ptr.h37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } in auto_ptr_ref()
88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { in auto_ptr() function
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } in auto_ptr()
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW in auto_ptr()
D_rope.c59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) in _Rope_iterator()
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): in _Rope_iterator()
378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) { in _S_leaf_concat_char_iter()
395 void _Terminate_RopeLeaf(_Rope_RopeLeaf<_CharT,_Alloc> *__r, in _Terminate_RopeLeaf()
402 void _Terminate_RopeLeaf(_Rope_RopeLeaf<_CharT,_Alloc> *__r, in _Terminate_RopeLeaf()
413 rope<_CharT,_Alloc>::_S_destr_leaf_concat_char_iter (_RopeLeaf* __r, const _CharT* __iter, size_t _… in _S_destr_leaf_concat_char_iter()
474 rope<_CharT,_Alloc>::_S_concat_char_iter (_RopeRep* __r, in _S_concat_char_iter()
518 _RopeRep* __r, const _CharT* __s, size_t __slen) { in _S_destr_concat_char_iter()
786 _Rope_RopeRep<_CharT, _Alloc> * __r, in _S_apply_to_pieces()
852 … const rope<_CharT, _Alloc>& __r, const __true_type& /*_IsBasicCharType*/) { in _S_io_get()
[all …]
D_complex.h123 value_type __r = _M_re * __z._M_re - _M_im * __z._M_im; member
131 value_type __r; member
153 value_type __r = _M_re * __z._M_re - _M_im * __z._M_im; member
161 value_type __r; member
D_string_workaround.h53 : _STLP_NO_MEM_T_STRING_BASE(__r, __n, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument
/external/stlport/src/
Dallocators.cpp321 _Obj *__r; in _M_allocate() local
486 _Obj* __r = _S_free_list[_S_FREELIST_INDEX(__n)].pop(); in _M_allocate() local
1006 void *__r = __a->_M_refill(__n); in allocate() local
1051 void *__r = __a->_M_refill(__n); in allocate() local
/external/blktrace/
Dblkparse_fmt.c154 struct blk_io_trace_remap *__r = pdu_start(t); in get_pdu_remap() local
/external/stlport/stlport/stl/debug/
D_string.h95 : _M_non_dbg_impl(__r, __n, __a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument