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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 23 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashEntryFactory
26 entry_type* produce(const key_type& pKey)
StringEntry.h 29 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
33 key_type key()
34 { return key_type(m_Key, m_KeyLen); }
36 const key_type key() const
37 { return key_type(m_Key, m_KeyLen); }
62 StringEntry(const key_type& pKey);
79 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
83 key_type key()
84 { return key_type(m_Key, m_KeyLen); }
86 const key_type key() cons
133 typedef typename StringEntry<DataType>::key_type key_type; typedef in class:mcld::StringEntryFactory
    [all...]
HashTable.h 44 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTable
73 entry_type* insert(const key_type& pKey, bool& pExist);
76 size_type erase(const key_type& pKey);
81 iterator find(const key_type& pKey);
85 const_iterator find(const key_type& pKey) const;
87 size_type count(const key_type& pKey) const;
107 chain_iterator begin(const key_type& pKey);
108 chain_iterator end(const key_type& pKey);
109 const_chain_iterator begin(const key_type& pKey) const
    [all...]
HashEntry.h 36 typedef KeyType key_type; typedef in class:mcld::HashEntry
64 bool compare(const key_type& pKey);
76 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::EntryFactory
83 HashEntryTy* produce(const key_type& pKey);
  /external/chromium_org/net/data/ssl/scripts/
generate-weak-test-chains.sh 38 for key_type in $key_types
40 try /bin/sh -c "echo 01 > out/$key_type-intermediate-serial"
73 for key_type in $key_types
75 key_size=$(echo "$key_type" | sed -E 's/-.+//')
76 algo=$(echo "$key_type" | sed -E 's/.+-//')
84 -out out/$key_type-intermediate.key $key_size
87 for key_type in $key_types
89 key_size=$(echo "$key_type" | sed -E 's/-.+//')
90 algo=$(echo "$key_type" | sed -E 's/.+-//')
100 -out out/$key_type-ee-by-$signer_key_type-intermediate.key $key_siz
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 52 typedef typename HT_Map::key_type key_type; typedef in class:__gnu_pbds::detail::cond_dealtor
86 m_p_e->m_value.first.~key_type();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 52 typedef typename HT_Map::key_type key_type; typedef in class:__gnu_pbds::detail::cond_dealtor
86 m_p_e->m_value.first.~key_type();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 52 typedef typename HT_Map::key_type key_type; typedef in class:__gnu_pbds::detail::cond_dealtor
86 m_p_e->m_value.first.~key_type();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 52 typedef typename HT_Map::key_type key_type; typedef in class:__gnu_pbds::detail::cond_dealtor
86 m_p_e->m_value.first.~key_type();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 52 typedef typename HT_Map::key_type key_type; typedef in class:__gnu_pbds::detail::cond_dealtor
86 m_p_e->m_value.first.~key_type();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 52 typedef typename HT_Map::key_type key_type; typedef in class:__gnu_pbds::detail::cond_dealtor
86 m_p_e->m_value.first.~key_type();
  /external/chromium_org/ui/wm/core/
accelerator_delegate.h 28 KeyType key_type) = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 50 typedef std::string key_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
52 typedef typename _Alloc::template rebind<key_type> __rebind_k;
  /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/
sample_trie_access_traits.hpp 50 typedef std::string key_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
52 typedef typename _Alloc::template rebind<key_type> __rebind_k;
  /prebuilts/ndk/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 50 typedef std::string key_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
52 typedef typename _Alloc::template rebind<key_type> __rebind_k;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 50 typedef std::string key_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
52 typedef typename _Alloc::template rebind<key_type> __rebind_k;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 50 typedef std::string key_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
52 typedef typename _Alloc::template rebind<key_type> __rebind_k;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 50 typedef std::string key_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
52 typedef typename _Alloc::template rebind<key_type> __rebind_k;

Completed in 2492 milliseconds

1 2 3 4 5 6 7 8 91011>>