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

1 2 3 4 5 6 7 8 91011

  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfoFactory.h 26 typedef ResolveInfo::key_type key_type; typedef in class:mcld::ResolveInfoFactory
29 entry_type* produce(const key_type& pKey);
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/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
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 39 typedef KeyType key_type; typedef in class:mcld::HashEntry
67 bool compare(const key_type& pKey);
79 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::EntryFactory
86 HashEntryTy* produce(const key_type& pKey);
HashTable.h 48 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTable
77 entry_type* insert(const key_type& pKey, bool& pExist);
80 size_type erase(const key_type& pKey);
85 iterator find(const key_type& pKey);
89 const_iterator find(const key_type& pKey) const;
91 size_type count(const key_type& pKey) const;
111 chain_iterator begin(const key_type& pKey);
112 chain_iterator end(const key_type& pKey);
113 const_chain_iterator begin(const key_type& pKey) const
    [all...]
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/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();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/android-ndk-r5/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/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/android-ndk-r6/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/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/android-ndk-r7/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();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 40 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
50 static lookup_type Lookup(data_type B, key_type K) {
53 static data_type Set(data_type B, key_type K, value_type E,context_type F){
57 static data_type Remove(data_type B, key_type K, context_type F) {
81 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
91 static data_type Add(data_type B, key_type K, context_type F) {
95 static data_type Remove(data_type B, key_type K, context_type F) {
99 static bool Contains(data_type B, key_type K) {
121 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
124 static data_type Add(data_type L, key_type K, context_type F)
    [all...]
  /external/llvm/include/llvm/ADT/
SetVector.h 39 typedef T key_type; typedef in class:llvm::SetVector
131 size_type count(const key_type &key) const {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
types_traits.hpp 63 typedef typename key_allocator::value_type key_type; typedef in struct:__gnu_pbds::detail::types_traits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
types_traits.hpp 63 typedef typename key_allocator::value_type key_type; typedef in struct:__gnu_pbds::detail::types_traits

Completed in 1157 milliseconds

1 2 3 4 5 6 7 8 91011