HomeSort by relevance Sort by last modified time
    Searched refs:_M_init (Results 1 - 25 of 34) sorted by null

1 2

  /external/stlport/stlport/stl/
_istreambuf_iterator.h 62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }
63 // istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->_M_init(_M_get_istreambuf(__is)); }
83 void _M_init(streambuf_type* __p) {
107 { this->_M_init(_M_get_istreambuf(__is)); }
_ctype.h 162 { _M_init(); }
164 void _M_init();
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
380 void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
381 if (!_M_init) {
383 _STLP_MUTABLE(_Self, _M_init) = true;
391 _M_Init(__ref);
397 _M_Init(__ref);
406 mutable bool _M_init;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }
63 // istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->_M_init(_M_get_istreambuf(__is)); }
83 void _M_init(streambuf_type* __p) {
107 { this->_M_init(_M_get_istreambuf(__is)); }
_ctype.h 162 { _M_init(); }
164 void _M_init();
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
380 void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
381 if (!_M_init) {
383 _STLP_MUTABLE(_Self, _M_init) = true;
391 _M_Init(__ref);
397 _M_Init(__ref);
406 mutable bool _M_init;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }
63 // istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->_M_init(_M_get_istreambuf(__is)); }
83 void _M_init(streambuf_type* __p) {
107 { this->_M_init(_M_get_istreambuf(__is)); }
_ctype.h 162 { _M_init(); }
164 void _M_init();
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
380 void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
381 if (!_M_init) {
383 _STLP_MUTABLE(_Self, _M_init) = true;
391 _M_Init(__ref);
397 _M_Init(__ref);
406 mutable bool _M_init;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }
63 // istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->_M_init(_M_get_istreambuf(__is)); }
83 void _M_init(streambuf_type* __p) {
107 { this->_M_init(_M_get_istreambuf(__is)); }
_ctype.h 162 { _M_init(); }
164 void _M_init();
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
380 void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
381 if (!_M_init) {
383 _STLP_MUTABLE(_Self, _M_init) = true;
391 _M_Init(__ref);
397 _M_Init(__ref);
406 mutable bool _M_init;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }
63 // istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->_M_init(_M_get_istreambuf(__is)); }
83 void _M_init(streambuf_type* __p) {
107 { this->_M_init(_M_get_istreambuf(__is)); }
_ctype.h 162 { _M_init(); }
164 void _M_init();
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
380 void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
381 if (!_M_init) {
383 _STLP_MUTABLE(_Self, _M_init) = true;
391 _M_Init(__ref);
397 _M_Init(__ref);
406 mutable bool _M_init;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 139 if (!_M_init)
157 : _M_options(_Tune()), _M_binmap(NULL), _M_init(false) { }
161 : _M_options(__options), _M_binmap(NULL), _M_init(false) { }
179 bool _M_init;
213 if (__builtin_expect(_M_init == false, false))
324 if (__builtin_expect(_M_init == false, false))
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 139 if (!_M_init)
157 : _M_options(_Tune()), _M_binmap(NULL), _M_init(false) { }
161 : _M_options(__options), _M_binmap(NULL), _M_init(false) { }
179 bool _M_init;
213 if (__builtin_expect(_M_init == false, false))
324 if (__builtin_expect(_M_init == false, false))
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 139 if (!_M_init)
157 : _M_options(_Tune()), _M_binmap(NULL), _M_init(false) { }
161 : _M_options(__options), _M_binmap(NULL), _M_init(false) { }
179 bool _M_init;
213 if (__builtin_expect(_M_init == false, false))
324 if (__builtin_expect(_M_init == false, false))
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 139 if (!_M_init)
157 : _M_options(_Tune()), _M_binmap(NULL), _M_init(false) { }
161 : _M_options(__options), _M_binmap(NULL), _M_init(false) { }
179 bool _M_init;
213 if (__builtin_expect(_M_init == false, false))
324 if (__builtin_expect(_M_init == false, false))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_list.h 343 { _M_init(); }
347 { _M_init(); }
353 _M_init();
366 _M_init()
    [all...]
ios_base.h 529 _M_init();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 343 { _M_init(); }
347 { _M_init(); }
353 _M_init();
366 _M_init()
    [all...]
ios_base.h 529 _M_init();
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 343 { _M_init(); }
347 { _M_init(); }
353 _M_init();
366 _M_init()
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 343 { _M_init(); }
347 { _M_init(); }
353 _M_init();
366 _M_init()
    [all...]

Completed in 1082 milliseconds

1 2