Searched refs:__cstr (Results 1 – 2 of 2) sorted by relevance
322 _CharT* __cstr = _M_c_string; in _M_free_c_string() local323 if (0 != __cstr) { in _M_free_c_string()325 _Destroy(__cstr, __cstr + __size); in _M_free_c_string()326 _Data_deallocate(__cstr, __size); in _M_free_c_string()1196 __GC_CONST _CharT* __cstr = __r->_M_c_string; in _S_fetch() local1198 if (0 != __cstr) return __cstr[__i]; in _S_fetch()
346 _CharT* __cstr = _M_c_string; in _M_free_c_string() local347 if (0 != __cstr) in _M_free_c_string()350 _Destroy(__cstr, __cstr + __size, get_allocator()); in _M_free_c_string()351 this->_Data_deallocate(__cstr, __size); in _M_free_c_string()1325 __GC_CONST _CharT* __cstr = __r->_M_c_string; in _S_fetch() local1327 if (0 != __cstr) in _S_fetch()1328 return __cstr[__i]; in _S_fetch()