HomeSort by relevance Sort by last modified time
    Searched refs:key_type (Results 151 - 175 of 709) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_multimap.h 83 * keys). For a @c multimap<Key,T> the key_type is Key, the mapped_type
98 typedef _Key key_type; typedef in class:multimap
133 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
667 erase(const key_type& __x)
769 find(const key_type& __x)
784 find(const key_type& __x) const
793 count(const key_type& __x) const
808 lower_bound(const key_type& __x)
823 lower_bound(const key_type& __x) const
833 upper_bound(const key_type& __x
    [all...]
stl_multiset.h 82 * keys). For a @c multiset<Key> the key_type and value_type are Key.
103 typedef _Key key_type; typedef in class:multiset
114 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
605 erase(const key_type& __x)
665 count(const key_type& __x) const
683 find(const key_type& __x)
687 find(const key_type& __x) const
704 lower_bound(const key_type& __x)
708 lower_bound(const key_type& __x) const
720 upper_bound(const key_type& __x
    [all...]
stl_set.h 103 typedef _Key key_type; typedef in class:set
114 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
620 erase(const key_type& __x)
683 count(const key_type& __x) const
701 find(const key_type& __x)
705 find(const key_type& __x) const
722 lower_bound(const key_type& __x)
726 lower_bound(const key_type& __x) const
738 upper_bound(const key_type& __x)
742 upper_bound(const key_type& __x) cons
    [all...]
stl_map.h 85 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
99 typedef _Key key_type; typedef in class:map
134 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
491 operator[](const key_type& __k)
501 std::tuple<const key_type&>(__k),
511 operator[](key_type&& __k)
536 at(const key_type& __k)
545 at(const key_type& __k) const
761 erase(const key_type& __x)
859 find(const key_type& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_map.h 85 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
99 typedef _Key key_type; typedef in class:map
134 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
456 operator[](const key_type& __k)
466 std::tuple<const key_type&>(__k),
476 operator[](key_type&& __k)
501 at(const key_type& __k)
510 at(const key_type& __k) const
726 erase(const key_type& __x)
821 find(const key_type& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_map.h 85 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
99 typedef _Key key_type; typedef in class:map
134 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
456 operator[](const key_type& __k)
466 std::tuple<const key_type&>(__k),
476 operator[](key_type&& __k)
501 at(const key_type& __k)
510 at(const key_type& __k) const
726 erase(const key_type& __x)
821 find(const key_type& __x
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_map.h 85 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
99 typedef _Key key_type; typedef in class:map
134 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
456 operator[](const key_type& __k)
466 std::tuple<const key_type&>(__k),
476 operator[](key_type&& __k)
501 at(const key_type& __k)
510 at(const key_type& __k) const
726 erase(const key_type& __x)
821 find(const key_type& __x
    [all...]
  /external/chromium_org/chromeos/login/auth/
key.h 35 Key(KeyType key_type, const std::string& salt, const std::string& secret);
key.cc 39 Key::Key(KeyType key_type, const std::string& salt, const std::string& secret)
40 : key_type_(key_type), salt_(salt), secret_(secret) {
  /frameworks/compile/mclinker/lib/ADT/
StringEntry.cpp 20 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_multimap.i 92 VALUE __getitem__(const key_type& key) const {
110 void __setitem__(const key_type& key, const mapped_type& x) throw (std::out_of_range) {
124 const MultiMap::key_type& key = i->first;
125 const MultiMap::key_type& oldkey = key;
159 const MultiMap::key_type& key = i->first;
160 const MultiMap::key_type& oldkey = key;
192 const MultiMap::key_type& key = i->first;
193 const MultiMap::key_type& oldkey = key;
  /system/security/softkeymaster/include/keymaster/
softkeymaster.h 22 int openssl_generate_keypair(const keymaster_device_t* dev, const keymaster_keypair_t key_type,
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 153 ** key_type - LE SMP key type.
158 BOOLEAN BTM_SecAddBleKey (BD_ADDR bd_addr, tBTM_LE_KEY_VALUE *p_le_key, tBTM_LE_KEY_TYPE key_type)
165 (key_type != BTM_LE_KEY_PENC && key_type != BTM_LE_KEY_PID &&
166 key_type != BTM_LE_KEY_PCSRK && key_type != BTM_LE_KEY_LENC &&
167 key_type != BTM_LE_KEY_LCSRK))
172 (bd_addr[4]<<8)+bd_addr[5], key_type);
178 (bd_addr[4]<<8)+bd_addr[5], key_type);
180 if (key_type == BTM_LE_KEY_PENC || key_type == BTM_LE_KEY_PID |
    [all...]
  /external/chromium_org/chromeos/cryptohome/
async_method_caller.cc 158 chromeos::attestation::AttestationKeyType key_type,
165 key_type,
176 chromeos::attestation::AttestationKeyType key_type,
182 key_type,
193 chromeos::attestation::AttestationKeyType key_type,
203 key_type,
218 chromeos::attestation::AttestationKeyType key_type,
225 key_type,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/
tree_policy.hpp 80 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
tree_policy.hpp 73 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
tree_policy.hpp 73 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_multiset.i 50 typedef _Key key_type;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tree_policy.hpp 80 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
tree_policy.hpp 73 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tree_policy.hpp 80 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update

Completed in 674 milliseconds

1 2 3 4 5 67 8 91011>>