HomeSort by relevance Sort by last modified time
    Searched refs:__vstring_base (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; typedef in class:__versa_string
60 typedef typename __vstring_base::_CharT_alloc_type _CharT_alloc_type;
135 : __vstring_base() { }
142 : __vstring_base(__a) { }
150 : __vstring_base(__str) { }
162 : __vstring_base(std::move(__str)) { }
171 : __vstring_base(__l.begin(), __l.end(), __a) { }
182 : __vstring_base(__str._M_data()
197 : __vstring_base(__str._M_data()
214 : __vstring_base(__s, __s + __n, __a) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; typedef in class:__versa_string
60 typedef typename __vstring_base::_CharT_alloc_type _CharT_alloc_type;
135 : __vstring_base() { }
142 : __vstring_base(__a) { }
150 : __vstring_base(__str) { }
162 : __vstring_base(std::move(__str)) { }
171 : __vstring_base(__l.begin(), __l.end(), __a) { }
182 : __vstring_base(__str._M_data()
197 : __vstring_base(__str._M_data()
214 : __vstring_base(__s, __s + __n, __a) {
    [all...]

Completed in 99 milliseconds