Searched defs:_Raw_bytes_alloc (Results 1 – 7 of 7) sorted by relevance
158 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_VISIBILITY() typedef
170 rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_VISIBILITY() typedef
154 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; typedef
1169 alias _Raw_bytes_alloc = Alloc.rebind!char; in version() local