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

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_container_size.h 54 : _M_init(0), _M_max(0), _M_min(0), _M_total(0), _M_item_min(0),
59 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
67 : __object_info_base(__stack), _M_init(__num), _M_max(__num),
78 _M_init, _M_count, _M_cost, _M_resize, _M_min, _M_max,
90 if (_M_init < _M_item_max)
91 __message << "change initial container size from " << _M_init
99 _M_init = std::max(_M_init, __o._M_init);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_container_size.h 54 : _M_init(0), _M_max(0), _M_min(0), _M_total(0), _M_item_min(0),
59 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
67 : __object_info_base(__stack), _M_init(__num), _M_max(__num),
78 _M_init, _M_count, _M_cost, _M_resize, _M_min, _M_max,
90 if (_M_init < _M_item_max)
91 __message << "change initial container size from " << _M_init
99 _M_init = std::max(_M_init, __o._M_init);
    [all...]
  /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();
  /prebuilts/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();
  /prebuilts/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();
  /prebuilts/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();
  /prebuilts/gcc/linux-x86/host/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))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 141 if (!_M_init)
159 : _M_options(_Tune()), _M_binmap(0), _M_init(false) { }
163 : _M_options(__options), _M_binmap(0), _M_init(false) { }
181 bool _M_init;
215 if (__builtin_expect(_M_init == false, false))
326 if (__builtin_expect(_M_init == false, false))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 141 if (!_M_init)
159 : _M_options(_Tune()), _M_binmap(0), _M_init(false) { }
163 : _M_options(__options), _M_binmap(0), _M_init(false) { }
181 bool _M_init;
215 if (__builtin_expect(_M_init == false, false))
326 if (__builtin_expect(_M_init == false, false))
  /prebuilts/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))
  /prebuilts/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))
  /prebuilts/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))
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/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...]
  /prebuilts/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...]
  /prebuilts/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_list.h 374 { _M_init(); }
378 { _M_init(); }
384 _M_init();
398 _M_init()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_list.h 374 { _M_init(); }
378 { _M_init(); }
384 _M_init();
398 _M_init()
    [all...]

Completed in 1406 milliseconds

1 2