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

1 2 3 4

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/
sample_trie_e_access_traits.hpp 54 typedef std::string key_type; typedef in class:sample_trie_e_access_traits
59 key_type>::other::const_reference
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 58 typedef typename HT_Map::key_type key_type; typedef in class:__gnu_pbds::detail::PB_DS_CKDED_CLASS_NAME
108 m_p_e->m_value.first.~key_type();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 65 typedef typename value_type::first_type key_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
70 key_type>::type>::other::const_reference
122 typedef value_type key_type; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
127 key_type>::type>::other::const_reference
  /external/kernel-headers/original/linux/
key.h 74 struct key_type;
123 struct key_type *type; /* type of key */
183 struct key_type { struct
243 extern struct key_type key_type_keyring;
245 extern int register_key_type(struct key_type *ktype);
246 extern void unregister_key_type(struct key_type *ktype);
248 extern struct key *key_alloc(struct key_type *type,
285 extern struct key *request_key(struct key_type *type,
289 extern struct key *request_key_with_auxdata(struct key_type *type,
321 struct key_type *type
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_multiset.h 74 * keys). For a @c multiset<Key> the key_type and value_type are Key.
95 typedef _Key key_type; typedef in class:multiset
105 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
478 erase(const key_type& __x)
514 count(const key_type& __x) const
532 find(const key_type& __x)
536 find(const key_type& __x) const
553 lower_bound(const key_type& __x)
557 lower_bound(const key_type& __x) const
569 upper_bound(const key_type& __x
    [all...]
stl_set.h 100 typedef _Key key_type; typedef in class:set
110 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
490 erase(const key_type& __x)
529 count(const key_type& __x) const
547 find(const key_type& __x)
551 find(const key_type& __x) const
568 lower_bound(const key_type& __x)
572 lower_bound(const key_type& __x) const
584 upper_bound(const key_type& __x)
588 upper_bound(const key_type& __x) cons
    [all...]
stl_map.h 75 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
89 typedef _Key key_type; typedef in class:map
124 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
442 operator[](const key_type& __k)
464 at(const key_type& __k)
473 at(const key_type& __k) const
581 erase(const key_type& __x)
658 find(const key_type& __x)
673 find(const key_type& __x) const
685 count(const key_type& __x) cons
    [all...]
stl_multimap.h 74 * keys). For a @c multimap<Key,T> the key_type is Key, the mapped_type
89 typedef _Key key_type; typedef in class:multimap
124 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
517 erase(const key_type& __x)
594 find(const key_type& __x)
609 find(const key_type& __x) const
618 count(const key_type& __x) const
633 lower_bound(const key_type& __x)
648 lower_bound(const key_type& __x) const
658 upper_bound(const key_type& __x
    [all...]
  /external/astl/include/
set 59 typedef _Key key_type;
98 size_type count(const key_type& elt) const {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
tree_policy.hpp 79 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
trie_policy.hpp 74 typedef String key_type; typedef in struct:__gnu_pbds::string_trie_e_access_traits
75 typedef typename Allocator::template rebind<key_type>::other key_rebind;
154 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
255 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 52 typedef _Key key_type; typedef in class:std::__debug::map
239 erase(const key_type& __x)
283 find(const key_type& __x)
287 find(const key_type& __x) const
293 lower_bound(const key_type& __x)
297 lower_bound(const key_type& __x) const
301 upper_bound(const key_type& __x)
305 upper_bound(const key_type& __x) const
309 equal_range(const key_type& __x)
319 equal_range(const key_type& __x) cons
    [all...]
multimap.h 53 typedef _Key key_type; typedef in class:std::__debug::multimap
226 erase(const key_type& __x)
271 find(const key_type& __x)
275 find(const key_type& __x) const
281 lower_bound(const key_type& __x)
285 lower_bound(const key_type& __x) const
289 upper_bound(const key_type& __x)
293 upper_bound(const key_type& __x) const
297 equal_range(const key_type& __x)
307 equal_range(const key_type& __x) cons
    [all...]