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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 134 { return _M_options; }
140 _M_options = __t;
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
153 { return _M_options._M_align; }
157 : _M_options(_Tune()), _M_binmap(NULL), _M_init(false) { }
161 : _M_options(__options), _M_binmap(NULL), _M_init(false) { }
172 _Tune _M_options;
176 // Configuration of the pool object via _M_options can happen
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 136 { return _M_options; }
142 _M_options = __t;
147 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
155 { return _M_options._M_align; }
159 : _M_options(_Tune()), _M_binmap(0), _M_init(false) { }
163 : _M_options(__options), _M_binmap(0), _M_init(false) { }
174 _Tune _M_options;
178 // Configuration of the pool object via _M_options can happen
  /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 136 { return _M_options; }
142 _M_options = __t;
147 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
155 { return _M_options._M_align; }
159 : _M_options(_Tune()), _M_binmap(0), _M_init(false) { }
163 : _M_options(__options), _M_binmap(0), _M_init(false) { }
174 _Tune _M_options;
178 // Configuration of the pool object via _M_options can happen
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 134 { return _M_options; }
140 _M_options = __t;
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
153 { return _M_options._M_align; }
157 : _M_options(_Tune()), _M_binmap(NULL), _M_init(false) { }
161 : _M_options(__options), _M_binmap(NULL), _M_init(false) { }
172 _Tune _M_options;
176 // Configuration of the pool object via _M_options can happen
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 134 { return _M_options; }
140 _M_options = __t;
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
153 { return _M_options._M_align; }
157 : _M_options(_Tune()), _M_binmap(NULL), _M_init(false) { }
161 : _M_options(__options), _M_binmap(NULL), _M_init(false) { }
172 _Tune _M_options;
176 // Configuration of the pool object via _M_options can happen
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 134 { return _M_options; }
140 _M_options = __t;
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
153 { return _M_options._M_align; }
157 : _M_options(_Tune()), _M_binmap(NULL), _M_init(false) { }
161 : _M_options(__options), _M_binmap(NULL), _M_init(false) { }
172 _Tune _M_options;
176 // Configuration of the pool object via _M_options can happen
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 272 _M_options() const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 272 _M_options() const

Completed in 563 milliseconds