Searched refs:_Quoted_string (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | quoted_string.h | 49 struct _Quoted_string in _GLIBCXX_VISIBILITY() struct 55 _Quoted_string(_String __str, _CharT __del, _CharT __esc) in _GLIBCXX_VISIBILITY() argument 59 _Quoted_string& in _GLIBCXX_VISIBILITY() 60 operator=(_Quoted_string&) = delete; in _GLIBCXX_VISIBILITY() argument 69 struct _Quoted_string<basic_string_view<_CharT, _Traits>, _CharT> in _GLIBCXX_VISIBILITY() 71 _Quoted_string(basic_string_view<_CharT, _Traits> __str, in _GLIBCXX_VISIBILITY() 76 _Quoted_string& in _GLIBCXX_VISIBILITY() 77 operator=(_Quoted_string&) = delete; in _GLIBCXX_VISIBILITY() 94 const _Quoted_string<const _CharT*, _CharT>& __str) in _GLIBCXX_VISIBILITY() 118 const _Quoted_string<_String, _CharT>& __str) in _GLIBCXX_VISIBILITY() [all …]
|
| D | fs_path.h | 566 = std::__detail::_Quoted_string<decltype(__tmp)&, _CharT>; in _GLIBCXX_VISIBILITY() 578 = std::__detail::_Quoted_string<decltype(__tmp)&, _CharT>; in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | iomanip | 464 return __detail::_Quoted_string<const _CharT*, _CharT>(__string, __delim, 473 return __detail::_Quoted_string< 483 return __detail::_Quoted_string< 496 return __detail::_Quoted_string<
|