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

1 2 3 4 5 67 8 91011>>

  /external/libchrome/base/containers/
scoped_ptr_hash_map.h 29 typedef typename Container::key_type key_type; typedef in class:base::ScopedPtrHashMap
  /external/llvm/include/llvm/ADT/
SetVector.h 41 typedef T key_type; typedef in class:llvm::SetVector
180 size_type count(const key_type &key) const {
  /external/v8/src/
type-info.cc 140 IcCheckType* key_type) {
146 *key_type = nexus.GetKeyType();
149 *key_type = ELEMENT;
295 IcCheckType* key_type) {
299 *key_type = ELEMENT;
304 *key_type = nexus.FindFirstName() != NULL ? PROPERTY : ELEMENT;
320 KeyedAccessStoreMode* store_mode, IcCheckType* key_type) {
323 GetStoreModeAndKeyType(slot, store_mode, key_type);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/
types.pass.cpp 18 // typedef Key key_type;
20 // typedef pair<const key_type, mapped_type> value_type;
40 static_assert((std::is_same<std::map<int, double>::key_type, int>::value), "");
54 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_type, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/
types.pass.cpp 18 // typedef Key key_type;
20 // typedef pair<const key_type, mapped_type> value_type;
40 static_assert((std::is_same<std::multimap<int, double>::key_type, int>::value), "");
54 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_type, int>::value), "");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_map.h 54 typedef _Key key_type; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
95 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
204 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); }
247 typedef _Key key_type; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
288 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
379 size_type erase(const key_type& __x) { return _M_t.erase(__x); }
_set.h 54 typedef _Key key_type; typedef in class:set
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
83 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
183 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); }
225 typedef _Key key_type; typedef in class:multiset
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
254 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
355 size_type erase(const key_type& __x) { return _M_t.erase(__x); }
_unordered_set.h 49 typedef typename _Ht::key_type key_type; typedef in class:unordered_set
74 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
156 size_type erase(const key_type& __key) {return _M_ht.erase(__key); }
199 typedef typename _Ht::key_type key_type; typedef in class:unordered_multiset
224 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
306 size_type erase(const key_type& __key) {return _M_ht.erase(__key); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 67 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::detail::trie_policy_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 67 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::detail::trie_policy_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 67 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::detail::trie_policy_base
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_map.i 28 typedef K key_type;
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_map.i 27 typedef K key_type;
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
std_map.i 28 typedef K key_type;
  /prebuilts/misc/common/swig/include/2.0.11/php/
std_map.i 28 typedef K key_type;
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_map.i 29 typedef K key_type;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 67 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::detail::trie_policy_base
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_map.h 54 typedef _Key key_type; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
95 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
204 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); }
247 typedef _Key key_type; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
288 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
379 size_type erase(const key_type& __x) { return _M_t.erase(__x); }
_set.h 54 typedef _Key key_type; typedef in class:set
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
83 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
183 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); }
225 typedef _Key key_type; typedef in class:multiset
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
254 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
355 size_type erase(const key_type& __x) { return _M_t.erase(__x); }
_unordered_set.h 49 typedef typename _Ht::key_type key_type; typedef in class:unordered_set
74 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
156 size_type erase(const key_type& __key) {return _M_ht.erase(__key); }
199 typedef typename _Ht::key_type key_type; typedef in class:unordered_multiset
224 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
306 size_type erase(const key_type& __key) {return _M_ht.erase(__key); }
  /system/tpm/trunks/
tpm_utility.h 175 // This method imports an external RSA key of |key_type| into the TPM.
179 virtual TPM_RC ImportRSAKey(AsymmetricKeyUsage key_type,
187 // This method uses the TPM to generates an RSA key of type |key_type|.
202 virtual TPM_RC CreateRSAKeyPair(AsymmetricKeyUsage key_type,
  /frameworks/av/drm/mediadrm/plugins/clearkey/
Session.cpp 54 const KeyMap::key_type& keyId = keys.keyAt(i);
  /hardware/qcom/keymaster/
keymaster_qcom.h 86 * key_type : Currently on RSA_TYPE is supported
91 keymaster_keypair_t key_type; member in struct:keymaster_gen_keypair_cmd
  /system/tpm/attestation/server/
pkcs11_key_store.h 63 KeyType key_type,
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 195 typedef void key_type; typedef in class:__gnu_cxx::hashtable
221 typedef typename _Ht::key_type key_type; typedef in class:__gnu_cxx::hash_map

Completed in 404 milliseconds

1 2 3 4 5 67 8 91011>>