HomeSort by relevance Sort by last modified time
    Searched refs:__obj (Results 76 - 100 of 170) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 183 ::_M_insert_noresize(size_type __n, const value_type& __obj) {
190 _M_elems.insert_after(__pos, __obj)._M_node);
199 ::insert_unique_noresize(const value_type& __obj) {
200 const size_type __n = _M_bkt_num(__obj);
206 if (_M_equals(_M_get_key(*__cur), _M_get_key(__obj))) {
209 _STLP_ASSERT(_M_hash(_M_get_key(*__cur)) == _M_hash(_M_get_key(__obj)))
218 __cur = _M_elems.insert_after(_ElemsIte(_M_buckets[__n]), __obj);
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
230 ::insert_equal_noresize(const value_type& __obj) {
231 const size_type __n = _M_bkt_num(__obj);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 183 ::_M_insert_noresize(size_type __n, const value_type& __obj) {
190 _M_elems.insert_after(__pos, __obj)._M_node);
199 ::insert_unique_noresize(const value_type& __obj) {
200 const size_type __n = _M_bkt_num(__obj);
206 if (_M_equals(_M_get_key(*__cur), _M_get_key(__obj))) {
209 _STLP_ASSERT(_M_hash(_M_get_key(*__cur)) == _M_hash(_M_get_key(__obj)))
218 __cur = _M_elems.insert_after(_ElemsIte(_M_buckets[__n]), __obj);
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
230 ::insert_equal_noresize(const value_type& __obj) {
231 const size_type __n = _M_bkt_num(__obj);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.c 183 ::_M_insert_noresize(size_type __n, const value_type& __obj) {
190 _M_elems.insert_after(__pos, __obj)._M_node);
199 ::insert_unique_noresize(const value_type& __obj) {
200 const size_type __n = _M_bkt_num(__obj);
206 if (_M_equals(_M_get_key(*__cur), _M_get_key(__obj))) {
209 _STLP_ASSERT(_M_hash(_M_get_key(*__cur)) == _M_hash(_M_get_key(__obj)))
218 __cur = _M_elems.insert_after(_ElemsIte(_M_buckets[__n]), __obj);
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
230 ::insert_equal_noresize(const value_type& __obj) {
231 const size_type __n = _M_bkt_num(__obj);
    [all...]
  /external/stlport/stlport/stl/debug/
_hashtable.h 209 pair<iterator, bool> insert_unique(const value_type& __obj) {
210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj);
214 iterator insert_equal(const value_type& __obj)
215 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__obj)); }
217 pair<iterator, bool> insert_unique_noresize(const value_type& __obj) {
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj);
222 iterator insert_equal_noresize(const value_type& __obj)
223 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal_noresize(__obj)); }
313 reference _M_insert(const value_type& __obj) { return _M_non_dbg_impl._M_insert(__obj); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 209 pair<iterator, bool> insert_unique(const value_type& __obj) {
210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj);
214 iterator insert_equal(const value_type& __obj)
215 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__obj)); }
217 pair<iterator, bool> insert_unique_noresize(const value_type& __obj) {
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj);
222 iterator insert_equal_noresize(const value_type& __obj)
223 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal_noresize(__obj)); }
313 reference _M_insert(const value_type& __obj) { return _M_non_dbg_impl._M_insert(__obj); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 102 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
103 { construct(__obj); }
107 operator=(const encoding_state& __obj)
109 construct(__obj);
176 construct(const encoding_state& __obj)
179 _M_int_enc = __obj._M_int_enc;
180 _M_ext_enc = __obj._M_ext_enc;
181 _M_ext_bom = __obj._M_ext_bom;
182 _M_int_bom = __obj._M_int_bom;
183 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 105 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
106 { construct(__obj); }
110 operator=(const encoding_state& __obj)
112 construct(__obj);
179 construct(const encoding_state& __obj)
182 _M_int_enc = __obj._M_int_enc;
183 _M_ext_enc = __obj._M_ext_enc;
184 _M_ext_bom = __obj._M_ext_bom;
185 _M_int_bom = __obj._M_int_bom;
186 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 105 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
106 { construct(__obj); }
110 operator=(const encoding_state& __obj)
112 construct(__obj);
179 construct(const encoding_state& __obj)
182 _M_int_enc = __obj._M_int_enc;
183 _M_ext_enc = __obj._M_ext_enc;
184 _M_ext_bom = __obj._M_ext_bom;
185 _M_int_bom = __obj._M_int_bom;
186 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 102 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
103 { construct(__obj); }
107 operator=(const encoding_state& __obj)
109 construct(__obj);
176 construct(const encoding_state& __obj)
179 _M_int_enc = __obj._M_int_enc;
180 _M_ext_enc = __obj._M_ext_enc;
181 _M_ext_bom = __obj._M_ext_bom;
182 _M_int_bom = __obj._M_int_bom;
183 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 209 pair<iterator, bool> insert_unique(const value_type& __obj) {
210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj);
214 iterator insert_equal(const value_type& __obj)
215 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__obj)); }
217 pair<iterator, bool> insert_unique_noresize(const value_type& __obj) {
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj);
222 iterator insert_equal_noresize(const value_type& __obj)
223 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal_noresize(__obj)); }
313 reference _M_insert(const value_type& __obj) { return _M_non_dbg_impl._M_insert(__obj); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 102 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
103 { construct(__obj); }
107 operator=(const encoding_state& __obj)
109 construct(__obj);
176 construct(const encoding_state& __obj)
179 _M_int_enc = __obj._M_int_enc;
180 _M_ext_enc = __obj._M_ext_enc;
181 _M_ext_bom = __obj._M_ext_bom;
182 _M_int_bom = __obj._M_int_bom;
183 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 209 pair<iterator, bool> insert_unique(const value_type& __obj) {
210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj);
214 iterator insert_equal(const value_type& __obj)
215 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__obj)); }
217 pair<iterator, bool> insert_unique_noresize(const value_type& __obj) {
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj);
222 iterator insert_equal_noresize(const value_type& __obj)
223 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal_noresize(__obj)); }
313 reference _M_insert(const value_type& __obj) { return _M_non_dbg_impl._M_insert(__obj); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 102 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
103 { construct(__obj); }
107 operator=(const encoding_state& __obj)
109 construct(__obj);
176 construct(const encoding_state& __obj)
179 _M_int_enc = __obj._M_int_enc;
180 _M_ext_enc = __obj._M_ext_enc;
181 _M_ext_bom = __obj._M_ext_bom;
182 _M_int_bom = __obj._M_int_bom;
183 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 209 pair<iterator, bool> insert_unique(const value_type& __obj) {
210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj);
214 iterator insert_equal(const value_type& __obj)
215 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__obj)); }
217 pair<iterator, bool> insert_unique_noresize(const value_type& __obj) {
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj);
222 iterator insert_equal_noresize(const value_type& __obj)
223 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal_noresize(__obj)); }
313 reference _M_insert(const value_type& __obj) { return _M_non_dbg_impl._M_insert(__obj); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
codecvt_specializations.h 102 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
103 { construct(__obj); }
107 operator=(const encoding_state& __obj)
109 construct(__obj);
176 construct(const encoding_state& __obj)
179 _M_int_enc = __obj._M_int_enc;
180 _M_ext_enc = __obj._M_ext_enc;
181 _M_ext_bom = __obj._M_ext_bom;
182 _M_int_bom = __obj._M_int_bom;
183 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 105 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
106 { construct(__obj); }
110 operator=(const encoding_state& __obj)
112 construct(__obj);
179 construct(const encoding_state& __obj)
182 _M_int_enc = __obj._M_int_enc;
183 _M_ext_enc = __obj._M_ext_enc;
184 _M_ext_bom = __obj._M_ext_bom;
185 _M_int_bom = __obj._M_int_bom;
186 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 105 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
106 { construct(__obj); }
110 operator=(const encoding_state& __obj)
112 construct(__obj);
179 construct(const encoding_state& __obj)
182 _M_int_enc = __obj._M_int_enc;
183 _M_ext_enc = __obj._M_ext_enc;
184 _M_ext_bom = __obj._M_ext_bom;
185 _M_int_bom = __obj._M_int_bom;
186 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 209 pair<iterator, bool> insert_unique(const value_type& __obj) {
210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj);
214 iterator insert_equal(const value_type& __obj)
215 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__obj)); }
217 pair<iterator, bool> insert_unique_noresize(const value_type& __obj) {
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj);
222 iterator insert_equal_noresize(const value_type& __obj)
223 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal_noresize(__obj)); }
313 reference _M_insert(const value_type& __obj) { return _M_non_dbg_impl._M_insert(__obj); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_hashtable.h 209 pair<iterator, bool> insert_unique(const value_type& __obj) {
210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj);
214 iterator insert_equal(const value_type& __obj)
215 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__obj)); }
217 pair<iterator, bool> insert_unique_noresize(const value_type& __obj) {
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj);
222 iterator insert_equal_noresize(const value_type& __obj)
223 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal_noresize(__obj)); }
313 reference _M_insert(const value_type& __obj) { return _M_non_dbg_impl._M_insert(__obj); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 105 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
106 { construct(__obj); }
110 operator=(const encoding_state& __obj)
112 construct(__obj);
179 construct(const encoding_state& __obj)
182 _M_int_enc = __obj._M_int_enc;
183 _M_ext_enc = __obj._M_ext_enc;
184 _M_ext_bom = __obj._M_ext_bom;
185 _M_int_bom = __obj._M_int_bom;
186 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 105 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
106 { construct(__obj); }
110 operator=(const encoding_state& __obj)
112 construct(__obj);
179 construct(const encoding_state& __obj)
182 _M_int_enc = __obj._M_int_enc;
183 _M_ext_enc = __obj._M_ext_enc;
184 _M_ext_bom = __obj._M_ext_bom;
185 _M_int_bom = __obj._M_int_bom;
186 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
codecvt_specializations.h 103 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0)
104 { construct(__obj); }
108 operator=(const encoding_state& __obj)
110 construct(__obj);
177 construct(const encoding_state& __obj)
180 _M_int_enc = __obj._M_int_enc;
181 _M_ext_enc = __obj._M_ext_enc;
182 _M_ext_bom = __obj._M_ext_bom;
183 _M_int_bom = __obj._M_int_bom;
184 _M_bytes = __obj._M_bytes
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 431 insert_unique(const value_type& __obj)
434 return insert_unique_noresize(__obj);
438 insert_equal(const value_type& __obj)
441 return insert_equal_noresize(__obj);
445 insert_unique_noresize(const value_type& __obj);
448 insert_equal_noresize(const value_type& __obj);
501 find_or_insert(const value_type& __obj);
586 _M_bkt_num(const value_type& __obj) const
587 { return _M_bkt_num_key(_M_get_key(__obj)); }
594 _M_bkt_num(const value_type& __obj, size_t __n) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hashtable.h 451 insert_unique(const value_type& __obj)
454 return insert_unique_noresize(__obj);
458 insert_equal(const value_type& __obj)
461 return insert_equal_noresize(__obj);
465 insert_unique_noresize(const value_type& __obj);
468 insert_equal_noresize(const value_type& __obj);
521 find_or_insert(const value_type& __obj);
606 _M_bkt_num(const value_type& __obj) const
607 { return _M_bkt_num_key(_M_get_key(__obj)); }
614 _M_bkt_num(const value_type& __obj, size_t __n) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hashtable.h 451 insert_unique(const value_type& __obj)
454 return insert_unique_noresize(__obj);
458 insert_equal(const value_type& __obj)
461 return insert_equal_noresize(__obj);
465 insert_unique_noresize(const value_type& __obj);
468 insert_equal_noresize(const value_type& __obj);
521 find_or_insert(const value_type& __obj);
606 _M_bkt_num(const value_type& __obj) const
607 { return _M_bkt_num_key(_M_get_key(__obj)); }
614 _M_bkt_num(const value_type& __obj, size_t __n) cons
    [all...]

Completed in 792 milliseconds

1 2 34 5 6 7