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

12 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/std/
std_set.i 20 size_type erase(const key_type& x);
21 size_type count(const key_type& x) const;
35 iterator find(const key_type& x);
36 iterator lower_bound(const key_type& x);
37 iterator upper_bound(const key_type& x);
38 std::pair<iterator,iterator> equal_range(const key_type& x);
86 typedef _Key key_type;
std_map.i 11 size_type erase(const key_type& x);
12 size_type count(const key_type& x) const;
19 iterator find(const key_type& x);
20 iterator lower_bound(const key_type& x);
21 iterator upper_bound(const key_type& x);
72 typedef _Key key_type;
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
lru_cache_using_std.h 40 typedef K key_type; typedef in class:lru_cache_using_std
44 typedef std::list<key_type> key_tracker_type;
48 key_type,
58 value_type (*f)(const key_type&),
68 value_type operator()(const key_type& k) {
116 void insert(const key_type& k,const value_type& v) {
158 value_type (*_fn)(const key_type&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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();
  /external/libcxx/test/containers/unord/unord.map/
types.pass.cpp 18 // typedef Key key_type;
23 // typedef pair<const key_type, mapped_type> value_type;
40 static_assert((std::is_same<C::key_type, char>::value), "");
42 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
43 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
45 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "");
57 static_assert((std::is_same<C::key_type, char>::value), "");
59 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
60 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
62 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "")
    [all...]
  /external/libcxx/test/containers/unord/unord.multimap/
types.pass.cpp 18 // typedef Key key_type;
23 // typedef pair<const key_type, mapped_type> value_type;
40 static_assert((std::is_same<C::key_type, char>::value), "");
42 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
43 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
45 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "");
57 static_assert((std::is_same<C::key_type, char>::value), "");
59 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
60 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
62 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
types.pass.cpp 18 // typedef Key key_type;
23 // typedef pair<const key_type, mapped_type> value_type;
40 static_assert((std::is_same<C::key_type, char>::value), "");
42 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
43 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
45 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "");
57 static_assert((std::is_same<C::key_type, char>::value), "");
59 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
60 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
62 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
types.pass.cpp 18 // typedef Key key_type;
23 // typedef pair<const key_type, mapped_type> value_type;
40 static_assert((std::is_same<C::key_type, char>::value), "");
42 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
43 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
45 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "");
57 static_assert((std::is_same<C::key_type, char>::value), "");
59 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
60 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
62 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "")
    [all...]
  /bootable/recovery/
verifier.h 35 KeyType key_type; member in struct:__anon1132
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
sort.h 56 // key_type Enum corresponding to the type of the key array.
61 uint32_t size_of_element, Type key_type);
  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 74 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTableImpl
107 unsigned int lookUpBucketFor(const key_type& pKey);
111 int findKey(const key_type& pKey) const;
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
pr_drm_api.h 49 uint32_t key_type; member in struct:pr_drm_video_cipher
81 uint32_t drm_pr_allocate_register(uint32_t key_type,
87 uint32_t drm_pr_free_register(uint32_t key_type,
93 uint32_t drm_pr_register_count(uint32_t key_type,
100 uint32_t drm_pr_get_preloaded_index(uint32_t key_type,
134 uint32_t key_type,
143 uint32_t key_type,
153 uint32_t key_type,
159 uint32_t drm_pr_unwrap_get_keydata_type(uint32_t key_type,
165 uint32_t drm_pr_unwrap_encrypted_key(uint32_t key_type,
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.h 77 PrefetchData(PrefetchKeyType key_type, const std::string& primary_key);
82 bool is_host() const { return key_type == PREFETCH_KEY_TYPE_HOST; }
85 PrefetchKeyType key_type; // Not const to be able to assign. member in struct:predictors::ResourcePrefetchPredictorTables::PrefetchData
111 PrefetchKeyType key_type);
128 void GetAllDataHelper(PrefetchKeyType key_type,
132 void DeleteDataHelper(PrefetchKeyType key_type,
resource_prefetcher_manager.h 49 PrefetchKeyType key_type,
73 PrefetchKeyType key_type,
  /external/libcxx/test/containers/unord/unord.multiset/
types.pass.cpp 19 // typedef value_type key_type;
40 static_assert((std::is_same<C::key_type, short>::value), "");
41 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
42 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
56 static_assert((std::is_same<C::key_type, short>::value), "");
57 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
58 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
  /external/libcxx/test/containers/unord/unord.set/
types.pass.cpp 19 // typedef value_type key_type;
40 static_assert((std::is_same<C::key_type, short>::value), "");
41 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
42 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
56 static_assert((std::is_same<C::key_type, short>::value), "");
57 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
58 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
types.pass.cpp 19 // typedef value_type key_type;
40 static_assert((std::is_same<C::key_type, short>::value), "");
41 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
42 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
56 static_assert((std::is_same<C::key_type, short>::value), "");
57 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
58 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
types.pass.cpp 19 // typedef value_type key_type;
40 static_assert((std::is_same<C::key_type, short>::value), "");
41 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
42 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
56 static_assert((std::is_same<C::key_type, short>::value), "");
57 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
58 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
  /external/chromium_org/ash/accelerators/
accelerator_delegate.h 23 KeyType key_type) OVERRIDE;

Completed in 587 milliseconds

12 3 4 5 6 7 8 91011>>