Home
last modified time | relevance | path

Searched refs:_M_string (Results 1 – 25 of 104) sorted by relevance

12345

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dquoted_string.h56 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY() member
73 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
79 basic_string_view<_CharT, _Traits> _M_string; in _GLIBCXX_VISIBILITY()
98 for (const _CharT* __c = __str._M_string; *__c; ++__c) in _GLIBCXX_VISIBILITY()
122 for (auto __c : __str._M_string) in _GLIBCXX_VISIBILITY()
150 __is >> __str._M_string; in _GLIBCXX_VISIBILITY()
153 __str._M_string.clear(); in _GLIBCXX_VISIBILITY()
169 __str._M_string += __c; in _GLIBCXX_VISIBILITY()
A Dstream_iterator.h171 const _CharT* _M_string; in _GLIBCXX_VISIBILITY() local
176 : _M_stream(std::__addressof(__s)), _M_string(0) {} in _GLIBCXX_VISIBILITY()
189 : _M_stream(&__s), _M_string(__c) { } in _GLIBCXX_VISIBILITY()
193 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
208 if (_M_string) *_M_stream << _M_string; in _GLIBCXX_VISIBILITY()
A Dsstream.tcc90 const __size_type __capacity = _M_string.capacity(); in overflow()
96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
110 const __size_type __max_size = _M_string.max_size(); in overflow()
132 __string_type __tmp(_M_string.get_allocator()); in overflow()
137 _M_string.swap(__tmp); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
253 if (__base != _M_string.data()) in _M_sync()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dquoted_string.h56 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY() member
73 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
79 basic_string_view<_CharT, _Traits> _M_string; in _GLIBCXX_VISIBILITY()
98 for (const _CharT* __c = __str._M_string; *__c; ++__c) in _GLIBCXX_VISIBILITY()
122 for (auto __c : __str._M_string) in _GLIBCXX_VISIBILITY()
150 __is >> __str._M_string; in _GLIBCXX_VISIBILITY()
153 __str._M_string.clear(); in _GLIBCXX_VISIBILITY()
169 __str._M_string += __c; in _GLIBCXX_VISIBILITY()
A Dstream_iterator.h192 const _CharT* _M_string; in _GLIBCXX_VISIBILITY() local
197 : _M_stream(nullptr), _M_string(nullptr) { } in _GLIBCXX_VISIBILITY()
202 : _M_stream(std::__addressof(__s)), _M_string(0) {} in _GLIBCXX_VISIBILITY()
215 : _M_stream(std::__addressof(__s)), _M_string(__c) { } in _GLIBCXX_VISIBILITY()
219 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
234 if (_M_string) in _GLIBCXX_VISIBILITY()
235 *_M_stream << _M_string; in _GLIBCXX_VISIBILITY()
A Dsstream.tcc90 const __size_type __capacity = _M_string.capacity(); in overflow()
96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
110 const __size_type __max_size = _M_string.max_size(); in overflow()
132 __string_type __tmp(_M_string.get_allocator()); in overflow()
137 _M_string.swap(__tmp); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
253 if (__base != _M_string.data()) in _M_sync()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dquoted_string.h56 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY() member
73 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
79 basic_string_view<_CharT, _Traits> _M_string; in _GLIBCXX_VISIBILITY()
98 for (const _CharT* __c = __str._M_string; *__c; ++__c) in _GLIBCXX_VISIBILITY()
122 for (auto __c : __str._M_string) in _GLIBCXX_VISIBILITY()
150 __is >> __str._M_string; in _GLIBCXX_VISIBILITY()
153 __str._M_string.clear(); in _GLIBCXX_VISIBILITY()
169 __str._M_string += __c; in _GLIBCXX_VISIBILITY()
A Dstream_iterator.h167 const _CharT* _M_string; in _GLIBCXX_VISIBILITY() local
172 : _M_stream(std::__addressof(__s)), _M_string(0) {} in _GLIBCXX_VISIBILITY()
185 : _M_stream(&__s), _M_string(__c) { } in _GLIBCXX_VISIBILITY()
189 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
200 if (_M_string) *_M_stream << _M_string; in _GLIBCXX_VISIBILITY()
A Dsstream.tcc90 const __size_type __capacity = _M_string.capacity(); in overflow()
96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
110 const __size_type __max_size = _M_string.max_size(); in overflow()
132 __string_type __tmp(_M_string.get_allocator()); in overflow()
137 _M_string.swap(__tmp); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
253 if (__base != _M_string.data()) in _M_sync()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dquoted_string.h56 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY() member
73 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
79 basic_string_view<_CharT, _Traits> _M_string; in _GLIBCXX_VISIBILITY()
98 for (const _CharT* __c = __str._M_string; *__c; ++__c) in _GLIBCXX_VISIBILITY()
122 for (auto __c : __str._M_string) in _GLIBCXX_VISIBILITY()
150 __is >> __str._M_string; in _GLIBCXX_VISIBILITY()
153 __str._M_string.clear(); in _GLIBCXX_VISIBILITY()
169 __str._M_string += __c; in _GLIBCXX_VISIBILITY()
A Dstream_iterator.h192 const _CharT* _M_string; in _GLIBCXX_VISIBILITY() local
197 : _M_stream(nullptr), _M_string(nullptr) { } in _GLIBCXX_VISIBILITY()
202 : _M_stream(std::__addressof(__s)), _M_string(0) {} in _GLIBCXX_VISIBILITY()
215 : _M_stream(std::__addressof(__s)), _M_string(__c) { } in _GLIBCXX_VISIBILITY()
219 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
234 if (_M_string) in _GLIBCXX_VISIBILITY()
235 *_M_stream << _M_string; in _GLIBCXX_VISIBILITY()
A Dsstream.tcc90 const __size_type __capacity = _M_string.capacity(); in overflow()
96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
110 const __size_type __max_size = _M_string.max_size(); in overflow()
132 __string_type __tmp(_M_string.get_allocator()); in overflow()
137 _M_string.swap(__tmp); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
253 if (__base != _M_string.data()) in _M_sync()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dquoted_string.h56 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY() member
80 for (const _CharT* __c = __str._M_string; *__c; ++__c) in _GLIBCXX_VISIBILITY()
104 for (auto& __c : __str._M_string) in _GLIBCXX_VISIBILITY()
132 __is >> __str._M_string; in _GLIBCXX_VISIBILITY()
135 __str._M_string.clear(); in _GLIBCXX_VISIBILITY()
151 __str._M_string += __c; in _GLIBCXX_VISIBILITY()
A Dstream_iterator.h167 const _CharT* _M_string; in _GLIBCXX_VISIBILITY() local
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in _GLIBCXX_VISIBILITY()
184 : _M_stream(&__s), _M_string(__c) { } in _GLIBCXX_VISIBILITY()
188 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
199 if (_M_string) *_M_stream << _M_string; in _GLIBCXX_VISIBILITY()
A Dsstream.tcc90 const __size_type __capacity = _M_string.capacity(); in overflow()
96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
110 const __size_type __max_size = _M_string.max_size(); in overflow()
137 _M_string.swap(__tmp); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
253 if (__base != _M_string.data()) in _M_sync()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dquoted_string.h56 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY() member
80 for (const _CharT* __c = __str._M_string; *__c; ++__c) in _GLIBCXX_VISIBILITY()
104 for (auto& __c : __str._M_string) in _GLIBCXX_VISIBILITY()
132 __is >> __str._M_string; in _GLIBCXX_VISIBILITY()
135 __str._M_string.clear(); in _GLIBCXX_VISIBILITY()
151 __str._M_string += __c; in _GLIBCXX_VISIBILITY()
A Dstream_iterator.h167 const _CharT* _M_string; in _GLIBCXX_VISIBILITY() local
172 : _M_stream(std::__addressof(__s)), _M_string(0) {} in _GLIBCXX_VISIBILITY()
185 : _M_stream(&__s), _M_string(__c) { } in _GLIBCXX_VISIBILITY()
189 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
200 if (_M_string) *_M_stream << _M_string; in _GLIBCXX_VISIBILITY()
A Dsstream.tcc90 const __size_type __capacity = _M_string.capacity(); in overflow()
96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
110 const __size_type __max_size = _M_string.max_size(); in overflow()
137 _M_string.swap(__tmp); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
253 if (__base != _M_string.data()) in _M_sync()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dquoted_string.h56 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY() member
80 for (const _CharT* __c = __str._M_string; *__c; ++__c) in _GLIBCXX_VISIBILITY()
104 for (auto& __c : __str._M_string) in _GLIBCXX_VISIBILITY()
132 __is >> __str._M_string; in _GLIBCXX_VISIBILITY()
135 __str._M_string.clear(); in _GLIBCXX_VISIBILITY()
151 __str._M_string += __c; in _GLIBCXX_VISIBILITY()
A Dstream_iterator.h167 const _CharT* _M_string; in _GLIBCXX_VISIBILITY() local
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in _GLIBCXX_VISIBILITY()
184 : _M_stream(&__s), _M_string(__c) { } in _GLIBCXX_VISIBILITY()
188 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
199 if (_M_string) *_M_stream << _M_string; in _GLIBCXX_VISIBILITY()
A Dsstream.tcc90 const __size_type __capacity = _M_string.capacity(); in overflow()
96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
110 const __size_type __max_size = _M_string.max_size(); in overflow()
137 _M_string.swap(__tmp); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
253 if (__base != _M_string.data()) in _M_sync()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dstream_iterator.h167 const _CharT* _M_string; in _GLIBCXX_VISIBILITY() local
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in _GLIBCXX_VISIBILITY()
184 : _M_stream(&__s), _M_string(__c) { } in _GLIBCXX_VISIBILITY()
188 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
199 if (_M_string) *_M_stream << _M_string; in _GLIBCXX_VISIBILITY()
A Dsstream.tcc90 const __size_type __capacity = _M_string.capacity(); in overflow()
91 const __size_type __max_size = _M_string.max_size(); in overflow()
118 _M_string.swap(__tmp); in overflow()
119 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
231 char_type* __endg = __base + _M_string.size(); in _M_sync()
232 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
234 if (__base != _M_string.data()) in _M_sync()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/debug/
A Dmacros.h247 ._M_string(#_Pred))
269 ._M_string(#_Pred))
281 ._M_string(#_Value))
291 ._M_string(#_Value))
303 ._M_string(#_Pred) \
304 ._M_string(#_Value))
316 ._M_string(#_Pred) \
317 ._M_string(#_Value))
336 ._M_string(#_Pred))
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/debug/
A Dmacros.h247 ._M_string(#_Pred))
269 ._M_string(#_Pred))
281 ._M_string(#_Value))
291 ._M_string(#_Value))
303 ._M_string(#_Pred) \
304 ._M_string(#_Value))
316 ._M_string(#_Pred) \
317 ._M_string(#_Value))
336 ._M_string(#_Pred))

Completed in 49 milliseconds

12345