OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__char_wrapper
(Results
1 - 4
of
4
) sorted by null
/external/stlport/stlport/stl/
_string_operators.h
231
_STLP_PRIV
__char_wrapper
<_CharT>,
236
typedef _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV
__char_wrapper
<_CharT>,
246
_STLP_PRIV
__char_wrapper
<_CharT>,
257
return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV
__char_wrapper
<_CharT>,
264
_STLP_PRIV
__char_wrapper
<_CharT>,
268
_STLP_PRIV
__char_wrapper
<_CharT>, _STLP_PRIV __on_left>(__x, __c);
272
inline _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV
__char_wrapper
<_CharT>,
276
return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV
__char_wrapper
<_CharT>,
_string_sum_methods.h
41
_CharT* _M_append_fast(_STLP_PRIV
__char_wrapper
<_CharT> __c, _CharT *__buf) {
59
_CharT* _M_append_fast_pos(_STLP_PRIV
__char_wrapper
<_CharT> __c, _CharT *__buf, size_type /*__pos*/, size_type __n) {
_string_sum.h
25
struct
__char_wrapper
{
struct
28
__char_wrapper
(_CharT __val) : _Val(__val) {}
function in struct:__char_wrapper
129
typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self,
__char_wrapper
<_CharT>, __on_left> _CharOnLeft;
/external/stlport/stlport/stl/debug/
_string_sum_methods.h
43
_Base& _M_append_fast(_STLP_PRIV
__char_wrapper
<_CharT> __c, _Base &__str)
59
_Base& _M_append_fast_pos(_STLP_PRIV
__char_wrapper
<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) {
Completed in 17 milliseconds