HomeSort by relevance Sort by last modified time
    Searched refs:__k (Results 51 - 75 of 185) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_map.h 445 * @param __k The key for which data should be retrieved.
456 operator[](const key_type& __k)
461 iterator __i = lower_bound(__k);
462 // __i->first is greater than or equivalent to __k.
463 if (__i == end() || key_comp()(__k, (*__i).first))
466 std::tuple<const key_type&>(__k),
469 __i = insert(__i, value_type(__k, mapped_type()));
476 operator[](key_type&& __k)
481 iterator __i = lower_bound(__k);
482 // __i->first is greater than or equivalent to __k
    [all...]
hashtable.h 514 bucket(const key_type& __k) const
515 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
571 find(const key_type& __k);
574 find(const key_type& __k) const;
577 count(const key_type& __k) const;
580 equal_range(const key_type& __k);
583 equal_range(const key_type& __k) const;
592 _M_bucket_index(const key_type& __k, __hash_code __c) const
593 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count);
1261 const key_type& __k = this->_M_extract()(__node->_M_v); local
1376 const key_type& __k = this->_M_extract()(__node->_M_v); local
1417 const key_type& __k = this->_M_extract()(__v); local
    [all...]
hashtable_policy.h 462 operator[](const key_type& __k);
465 operator[](key_type&& __k);
470 at(const key_type& __k);
473 at(const key_type& __k) const;
484 operator[](const key_type& __k)
487 __hash_code __code = __h->_M_hash_code(__k);
488 std::size_t __n = __h->_M_bucket_index(__k, __code);
489 __node_type* __p = __h->_M_find_node(__n, __k, __code);
494 std::tuple<const key_type&>(__k),
510 operator[](key_type&& __k)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_map.h 442 operator[](const key_type& __k)
447 iterator __i = lower_bound(__k);
448 // __i->first is greater than or equivalent to __k.
449 if (__i == end() || key_comp()(__k, (*__i).first))
450 __i = insert(__i, value_type(__k, mapped_type()));
464 at(const key_type& __k)
466 iterator __i = lower_bound(__k);
467 if (__i == end() || key_comp()(__k, (*__i).first))
473 at(const key_type& __k) const
475 const_iterator __i = lower_bound(__k);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 442 operator[](const key_type& __k)
447 iterator __i = lower_bound(__k);
448 // __i->first is greater than or equivalent to __k.
449 if (__i == end() || key_comp()(__k, (*__i).first))
450 __i = insert(__i, value_type(__k, mapped_type()));
464 at(const key_type& __k)
466 iterator __i = lower_bound(__k);
467 if (__i == end() || key_comp()(__k, (*__i).first))
473 at(const key_type& __k) const
475 const_iterator __i = lower_bound(__k);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 442 operator[](const key_type& __k)
447 iterator __i = lower_bound(__k);
448 // __i->first is greater than or equivalent to __k.
449 if (__i == end() || key_comp()(__k, (*__i).first))
450 __i = insert(__i, value_type(__k, mapped_type()));
464 at(const key_type& __k)
466 iterator __i = lower_bound(__k);
467 if (__i == end() || key_comp()(__k, (*__i).first))
473 at(const key_type& __k) const
475 const_iterator __i = lower_bound(__k);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 442 operator[](const key_type& __k)
447 iterator __i = lower_bound(__k);
448 // __i->first is greater than or equivalent to __k.
449 if (__i == end() || key_comp()(__k, (*__i).first))
450 __i = insert(__i, value_type(__k, mapped_type()));
464 at(const key_type& __k)
466 iterator __i = lower_bound(__k);
467 if (__i == end() || key_comp()(__k, (*__i).first))
473 at(const key_type& __k) const
475 const_iterator __i = lower_bound(__k);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_map.h 442 operator[](const key_type& __k)
447 iterator __i = lower_bound(__k);
448 // __i->first is greater than or equivalent to __k.
449 if (__i == end() || key_comp()(__k, (*__i).first))
450 __i = insert(__i, value_type(__k, mapped_type()));
464 at(const key_type& __k)
466 iterator __i = lower_bound(__k);
467 if (__i == end() || key_comp()(__k, (*__i).first))
473 at(const key_type& __k) const
475 const_iterator __i = lower_bound(__k);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 393 bucket(const key_type& __k) const
394 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
443 find(const key_type& __k);
446 find(const key_type& __k) const;
449 count(const key_type& __k) const;
452 equal_range(const key_type& __k);
455 equal_range(const key_type& __k) const;
464 _M_bucket_index(const key_type& __k,
466 { return _HCBase::_M_bucket_index(__k, __c, _M_bucket_count);
1175 const key_type& __k = this->_M_extract()(__new_node->_M_v); local
1233 const key_type& __k = this->_M_extract()(__new_node->_M_v); local
1288 const key_type& __k = this->_M_extract()(__v); local
1330 const key_type& __k = this->_M_extract()(__v); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 393 bucket(const key_type& __k) const
394 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
443 find(const key_type& __k);
446 find(const key_type& __k) const;
449 count(const key_type& __k) const;
452 equal_range(const key_type& __k);
455 equal_range(const key_type& __k) const;
464 _M_bucket_index(const key_type& __k,
466 { return _HCBase::_M_bucket_index(__k, __c, _M_bucket_count);
1175 const key_type& __k = this->_M_extract()(__new_node->_M_v); local
1233 const key_type& __k = this->_M_extract()(__new_node->_M_v); local
1288 const key_type& __k = this->_M_extract()(__v); local
1330 const key_type& __k = this->_M_extract()(__v); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_merge.h 507 _SeqNumber __k = static_cast<_SeqNumber>(__seqs_end - __seqs_begin); local
509 _LT __lt(__k, __comp);
514 for (_SeqNumber __t = 0; __t < __k; ++__t)
521 for (_SeqNumber __t = 0; __t < __k; ++__t)
594 _SeqNumber __k = __seqs_end - __seqs_begin; local
596 _LT __lt(__k, __sentinel, __comp);
598 for (_SeqNumber __t = 0; __t < __k; ++__t)
622 _GLIBCXX_PARALLEL_ASSERT(0 <= __source && __source < __k);
957 _SeqNumber __k = static_cast<_SeqNumber>(__seqs_end - __seqs_begin); local
959 switch (__k)
1051 const _SeqNumber __k local
1136 const _SeqNumber __k = __seqs_end - __seqs_begin; local
1251 _SeqNumber __k = 0; local
    [all...]
base.h 104 _Size __k; local
105 for (__k = 0; __n > 1; __n >>= 1)
106 ++__k;
107 return __k;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
map.h 214 operator[](const key_type& __k)
217 return _Base::operator[](__k);
222 operator[](key_type&& __k)
225 return _Base::operator[](std::move(__k));
230 at(const key_type& __k)
233 return _Base::at(__k);
237 at(const key_type& __k) const
240 return _Base::at(__k);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
map.h 214 operator[](const key_type& __k)
217 return _Base::operator[](__k);
222 operator[](key_type&& __k)
225 return _Base::operator[](std::move(__k));
230 at(const key_type& __k)
233 return _Base::at(__k);
237 at(const key_type& __k) const
240 return _Base::at(__k);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
map.h 214 operator[](const key_type& __k)
217 return _Base::operator[](__k);
222 operator[](key_type&& __k)
225 return _Base::operator[](std::move(__k));
230 at(const key_type& __k)
233 return _Base::at(__k);
237 at(const key_type& __k) const
240 return _Base::at(__k);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
map.h 209 operator[](const key_type& __k)
212 return _Base::operator[](__k);
217 operator[](key_type&& __k)
220 return _Base::operator[](std::move(__k));
225 at(const key_type& __k)
228 return _Base::at(__k);
232 at(const key_type& __k) const
235 return _Base::at(__k);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
map.h 214 operator[](const key_type& __k)
217 return _Base::operator[](__k);
222 operator[](key_type&& __k)
225 return _Base::operator[](std::move(__k));
230 at(const key_type& __k)
233 return _Base::at(__k);
237 at(const key_type& __k) const
240 return _Base::at(__k);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
map.h 209 operator[](const key_type& __k)
212 return _Base::operator[](__k);
217 operator[](key_type&& __k)
220 return _Base::operator[](std::move(__k));
225 at(const key_type& __k)
228 return _Base::at(__k);
232 at(const key_type& __k) const
235 return _Base::at(__k);
  /external/stlport/stlport/stl/
_tree.h 543 iterator find(const _KT& __k) { return iterator(_M_find(__k)); }
545 const_iterator find(const _KT& __k) const { return const_iterator(_M_find(__k)); }
548 _Base_ptr _M_find(const _KT& __k) const {
549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k.
553 if (!_M_key_compare(_S_key(__x), __k))
559 if (_M_key_compare(__k, _S_key(__y))) {
567 _Base_ptr _M_lower_bound(const _KT& __k) const {
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. *
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.h 543 iterator find(const _KT& __k) { return iterator(_M_find(__k)); }
545 const_iterator find(const _KT& __k) const { return const_iterator(_M_find(__k)); }
548 _Base_ptr _M_find(const _KT& __k) const {
549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k.
553 if (!_M_key_compare(_S_key(__x), __k))
559 if (_M_key_compare(__k, _S_key(__y))) {
567 _Base_ptr _M_lower_bound(const _KT& __k) const {
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. *
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_tree.h 543 iterator find(const _KT& __k) { return iterator(_M_find(__k)); }
545 const_iterator find(const _KT& __k) const { return const_iterator(_M_find(__k)); }
548 _Base_ptr _M_find(const _KT& __k) const {
549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k.
553 if (!_M_key_compare(_S_key(__x), __k))
559 if (_M_key_compare(__k, _S_key(__y))) {
567 _Base_ptr _M_lower_bound(const _KT& __k) const {
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. *
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tree.h 543 iterator find(const _KT& __k) { return iterator(_M_find(__k)); }
545 const_iterator find(const _KT& __k) const { return const_iterator(_M_find(__k)); }
548 _Base_ptr _M_find(const _KT& __k) const {
549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k.
553 if (!_M_key_compare(_S_key(__x), __k))
559 if (_M_key_compare(__k, _S_key(__y))) {
567 _Base_ptr _M_lower_bound(const _KT& __k) const {
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. *
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_tree.h 543 iterator find(const _KT& __k) { return iterator(_M_find(__k)); }
545 const_iterator find(const _KT& __k) const { return const_iterator(_M_find(__k)); }
548 _Base_ptr _M_find(const _KT& __k) const {
549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k.
553 if (!_M_key_compare(_S_key(__x), __k))
559 if (_M_key_compare(__k, _S_key(__y))) {
567 _Base_ptr _M_lower_bound(const _KT& __k) const {
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. *
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tree.h 543 iterator find(const _KT& __k) { return iterator(_M_find(__k)); }
545 const_iterator find(const _KT& __k) const { return const_iterator(_M_find(__k)); }
548 _Base_ptr _M_find(const _KT& __k) const {
549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k.
553 if (!_M_key_compare(_S_key(__x), __k))
559 if (_M_key_compare(__k, _S_key(__y))) {
567 _Base_ptr _M_lower_bound(const _KT& __k) const {
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. *
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tree.h 543 iterator find(const _KT& __k) { return iterator(_M_find(__k)); }
545 const_iterator find(const _KT& __k) const { return const_iterator(_M_find(__k)); }
548 _Base_ptr _M_find(const _KT& __k) const {
549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k.
553 if (!_M_key_compare(_S_key(__x), __k))
559 if (_M_key_compare(__k, _S_key(__y))) {
567 _Base_ptr _M_lower_bound(const _KT& __k) const {
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. *
    [all...]

Completed in 668 milliseconds

1 23 4 5 6 7 8