Home
last modified time | relevance | path

Searched defs:__vstring_utility (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dvstring_util.h51 struct __vstring_utility in _GLIBCXX_VISIBILITY() struct
53 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; in _GLIBCXX_VISIBILITY()
55 typedef _Traits traits_type; in _GLIBCXX_VISIBILITY()
56 typedef typename _Traits::char_type value_type; in _GLIBCXX_VISIBILITY()
57 typedef typename _CharT_alloc_type::size_type size_type; in _GLIBCXX_VISIBILITY()
58 typedef typename _CharT_alloc_type::difference_type difference_type; in _GLIBCXX_VISIBILITY()
59 typedef typename _CharT_alloc_type::pointer pointer; in _GLIBCXX_VISIBILITY()
60 typedef typename _CharT_alloc_type::const_pointer const_pointer; in _GLIBCXX_VISIBILITY()
67 __sso_iterator; in _GLIBCXX_VISIBILITY()
72 __const_sso_iterator; in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dvstring_util.h52 struct __vstring_utility in _GLIBCXX_VISIBILITY() struct
54 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; in _GLIBCXX_VISIBILITY()
56 typedef _Traits traits_type; in _GLIBCXX_VISIBILITY()
57 typedef typename _Traits::char_type value_type; in _GLIBCXX_VISIBILITY()
58 typedef typename _CharT_alloc_type::size_type size_type; in _GLIBCXX_VISIBILITY()
59 typedef typename _CharT_alloc_type::difference_type difference_type; in _GLIBCXX_VISIBILITY()
60 typedef typename _CharT_alloc_type::pointer pointer; in _GLIBCXX_VISIBILITY()
61 typedef typename _CharT_alloc_type::const_pointer const_pointer; in _GLIBCXX_VISIBILITY()
68 __sso_iterator; in _GLIBCXX_VISIBILITY()
73 __const_sso_iterator; in _GLIBCXX_VISIBILITY()
[all …]