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

  /prebuilt/linux-x86/toolchain/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();
  /prebuilt/ndk/android-ndk-r5/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();
  /prebuilt/ndk/android-ndk-r6/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();
  /prebuilt/ndk/android-ndk-r7/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();
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r7/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 3656 milliseconds