Searched defs:_S_empty_rep (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Drc_string_base.h163 static _Rep_empty _S_empty_rep; member in class:__rc_string_base
310 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
319 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; member in class:__rc_string_base
514 return _S_empty_rep._M_refcopy();
559 return _S_empty_rep._M_refcopy();
587 return _S_empty_rep._M_refcopy();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Drc_string_base.h163 static _Rep_empty _S_empty_rep; member in class:__rc_string_base
310 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
319 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; member in class:__rc_string_base
514 return _S_empty_rep._M_refcopy();
559 return _S_empty_rep._M_refcopy();
587 return _S_empty_rep._M_refcopy();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Drc_string_base.h163 static _Rep_empty _S_empty_rep; member in class:__rc_string_base
310 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
319 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; member in class:__rc_string_base
514 return _S_empty_rep._M_refcopy();
559 return _S_empty_rep._M_refcopy();
587 return _S_empty_rep._M_refcopy();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Drc_string_base.h163 static _Rep_empty _S_empty_rep; member in class:__rc_string_base
310 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
319 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; member in class:__rc_string_base
514 return _S_empty_rep._M_refcopy();
559 return _S_empty_rep._M_refcopy();
587 return _S_empty_rep._M_refcopy();
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Drc_string_base.h163 static _Rep_empty _S_empty_rep; member in class:__rc_string_base
310 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
319 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; member in class:__rc_string_base
514 return _S_empty_rep._M_refcopy();
559 return _S_empty_rep._M_refcopy();
587 return _S_empty_rep._M_refcopy();
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Drc_string_base.h163 static _Rep_empty _S_empty_rep; member in class:__rc_string_base
310 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
319 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; member in class:__rc_string_base
514 return _S_empty_rep._M_refcopy();
559 return _S_empty_rep._M_refcopy();
587 return _S_empty_rep._M_refcopy();
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Drc_string_base.h163 static _Rep_empty _S_empty_rep; member in class:__rc_string_base
310 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
319 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; member in class:__rc_string_base
514 return _S_empty_rep._M_refcopy();
559 return _S_empty_rep._M_refcopy();
587 return _S_empty_rep._M_refcopy();
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Drc_string_base.h163 static _Rep_empty _S_empty_rep; member in class:__rc_string_base
310 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
319 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; member in class:__rc_string_base
514 return _S_empty_rep._M_refcopy();
559 return _S_empty_rep._M_refcopy();
587 return _S_empty_rep._M_refcopy();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dbasic_string.h181 _S_empty_rep() function in struct:basic_string::_Rep
210 if (__builtin_expect(this != &_S_empty_rep(), false))
240 if (__builtin_expect(this != &_S_empty_rep(), false))
261 if (__builtin_expect(this != &_S_empty_rep(), false))
426 _S_empty_rep() function in class:basic_string
427 { return _Rep::_S_empty_rep(); }
439 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }
511 __str._M_data(_S_empty_rep()._M_refdata());
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dbasic_string.h181 _S_empty_rep() function in struct:basic_string::_Rep
210 if (__builtin_expect(this != &_S_empty_rep(), false))
240 if (__builtin_expect(this != &_S_empty_rep(), false))
261 if (__builtin_expect(this != &_S_empty_rep(), false))
426 _S_empty_rep() function in class:basic_string
427 { return _Rep::_S_empty_rep(); }
439 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }
511 __str._M_data(_S_empty_rep()._M_refdata());
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dbasic_string.h181 _S_empty_rep() function in struct:basic_string::_Rep
210 if (__builtin_expect(this != &_S_empty_rep(), false))
240 if (__builtin_expect(this != &_S_empty_rep(), false))
261 if (__builtin_expect(this != &_S_empty_rep(), false))
426 _S_empty_rep() function in class:basic_string
427 { return _Rep::_S_empty_rep(); }
439 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }
511 __str._M_data(_S_empty_rep()._M_refdata());
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dbasic_string.h181 _S_empty_rep() function in struct:basic_string::_Rep
210 if (__builtin_expect(this != &_S_empty_rep(), false))
240 if (__builtin_expect(this != &_S_empty_rep(), false))
261 if (__builtin_expect(this != &_S_empty_rep(), false))
426 _S_empty_rep() function in class:basic_string
427 { return _Rep::_S_empty_rep(); }
439 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }
511 __str._M_data(_S_empty_rep()._M_refdata());

Completed in 74 milliseconds