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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 162 static _Rep_empty _S_empty_rep;
297 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
306 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
353 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
501 return _S_empty_rep._M_refcopy();
546 return _S_empty_rep._M_refcopy();
574 return _S_empty_rep._M_refcopy();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 164 static _Rep_empty _S_empty_rep;
311 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
320 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
367 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
515 return _S_empty_rep._M_refcopy();
560 return _S_empty_rep._M_refcopy();
588 return _S_empty_rep._M_refcopy();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 164 static _Rep_empty _S_empty_rep;
311 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
320 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
367 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
515 return _S_empty_rep._M_refcopy();
560 return _S_empty_rep._M_refcopy();
588 return _S_empty_rep._M_refcopy();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 162 static _Rep_empty _S_empty_rep;
297 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
306 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
353 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
501 return _S_empty_rep._M_refcopy();
546 return _S_empty_rep._M_refcopy();
574 return _S_empty_rep._M_refcopy();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 162 static _Rep_empty _S_empty_rep;
297 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
306 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
353 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
501 return _S_empty_rep._M_refcopy();
546 return _S_empty_rep._M_refcopy();
574 return _S_empty_rep._M_refcopy();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 162 static _Rep_empty _S_empty_rep;
297 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
306 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
353 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
501 return _S_empty_rep._M_refcopy();
546 return _S_empty_rep._M_refcopy();
574 return _S_empty_rep._M_refcopy();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 162 static _Rep_empty _S_empty_rep;
297 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
306 { __rcs._M_data(_S_empty_rep._M_refcopy()); }
353 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
501 return _S_empty_rep._M_refcopy();
546 return _S_empty_rep._M_refcopy();
574 return _S_empty_rep._M_refcopy();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 176 _S_empty_rep()
205 if (__builtin_expect(this != &_S_empty_rep(), false))
235 if (__builtin_expect(this != &_S_empty_rep(), false))
256 if (__builtin_expect(this != &_S_empty_rep(), false))
421 _S_empty_rep()
422 { return _Rep::_S_empty_rep(); }
434 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }
506 __str._M_data(_S_empty_rep()._M_refdata());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 176 _S_empty_rep()
205 if (__builtin_expect(this != &_S_empty_rep(), false))
235 if (__builtin_expect(this != &_S_empty_rep(), false))
256 if (__builtin_expect(this != &_S_empty_rep(), false))
421 _S_empty_rep()
422 { return _Rep::_S_empty_rep(); }
434 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }
506 __str._M_data(_S_empty_rep()._M_refdata());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 173 _S_empty_rep()
227 if (__builtin_expect(this != &_S_empty_rep(), false))
241 if (__builtin_expect(this != &_S_empty_rep(), false))
406 _S_empty_rep()
407 { return _Rep::_S_empty_rep(); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 173 _S_empty_rep()
227 if (__builtin_expect(this != &_S_empty_rep(), false))
241 if (__builtin_expect(this != &_S_empty_rep(), false))
406 _S_empty_rep()
407 { return _Rep::_S_empty_rep(); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 173 _S_empty_rep()
227 if (__builtin_expect(this != &_S_empty_rep(), false))
241 if (__builtin_expect(this != &_S_empty_rep(), false))
406 _S_empty_rep()
407 { return _Rep::_S_empty_rep(); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 173 _S_empty_rep()
227 if (__builtin_expect(this != &_S_empty_rep(), false))
241 if (__builtin_expect(this != &_S_empty_rep(), false))
406 _S_empty_rep()
407 { return _Rep::_S_empty_rep(); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 173 _S_empty_rep()
227 if (__builtin_expect(this != &_S_empty_rep(), false))
241 if (__builtin_expect(this != &_S_empty_rep(), false))
406 _S_empty_rep()
407 { return _Rep::_S_empty_rep(); }
    [all...]

Completed in 442 milliseconds