HomeSort by relevance Sort by last modified time
    Searched refs:__cstr (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_rope.c 77 _CharT* __cstr = _M_c_string; local
78 if (0 != __cstr) {
80 _STLP_STD::_Destroy_Range(__cstr, __cstr + _p_size);
81 _M_size.deallocate(__cstr, _p_size);
1125 _CharT* __cstr = __r->_M_c_string; local
    [all...]
_string_sum.h 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) :
48 _CStr(__cstr), _Size(__size) {}

Completed in 90 milliseconds