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

1 2 3 4 5 6 7

  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 22 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashEntryFactory
25 entry_type* produce(const key_type& pKey) {
HashEntry.h 35 typedef KeyType key_type; typedef in class:mcld::HashEntry
58 bool compare(const key_type& pKey);
69 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::EntryFactory
76 HashEntryTy* produce(const key_type& pKey);
StringEntry.h 29 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
33 key_type key() { return key_type(m_Key, m_KeyLen); }
35 const key_type key() const { return key_type(m_Key, m_KeyLen); }
53 explicit StringEntry(const key_type& pKey);
68 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
72 key_type key() { return key_type(m_Key, m_KeyLen); }
74 const key_type key() const { return key_type(m_Key, m_KeyLen);
112 typedef typename StringEntry<DataType>::key_type key_type; typedef in class:mcld::StringEntryFactory
    [all...]
HashTable.h 43 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTable
71 entry_type* insert(const key_type& pKey, bool& pExist);
74 size_type erase(const key_type& pKey);
79 iterator find(const key_type& pKey);
83 const_iterator find(const key_type& pKey) const;
85 size_type count(const key_type& pKey) const;
105 chain_iterator begin(const key_type& pKey);
106 chain_iterator end(const key_type& pKey);
107 const_chain_iterator begin(const key_type& pKey) const
    [all...]
HashBase.h 72 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTableImpl
100 unsigned int lookUpBucketFor(const key_type& pKey);
104 int findKey(const key_type& pKey) const;
  /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/
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;
  /bootable/recovery/
verifier.h 51 key_type(key_type_),
57 KeyType key_type; member in struct:Certificate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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();
  /external/swiftshader/third_party/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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 57 typedef typename value_type::first_type key_type; typedef in struct:__gnu_pbds::detail::branch_policy
60 typedef typename remove_const<key_type>::type rckey_type;
99 typedef value_type key_type; typedef in struct:__gnu_pbds::detail::branch_policy
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 57 typedef typename value_type::first_type key_type; typedef in struct:__gnu_pbds::detail::branch_policy
60 typedef typename remove_const<key_type>::type rckey_type;
99 typedef value_type key_type; typedef in struct:__gnu_pbds::detail::branch_policy
  /system/core/libutils/include/utils/
KeyedVector.h 39 typedef KEY key_type; typedef in class:android::KeyedVector
  /system/keymaster/android_keymaster/
operation.cpp 68 KeyType key_type = registry_key(); local
70 if (!is_public_key_algorithm(key_type.algorithm))
73 switch (key_type.purpose) {
  /external/boringssl/src/crypto/evp/
evp_test.cc 158 std::string key_type; local
159 if (!t->GetAttribute(&key_type, "Type")) {
162 EXPECT_EQ(GetKeyType(t, key_type), EVP_PKEY_id(pkey.get()));
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
113 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
124 static data_type Add(data_type B, key_type K, context_type F) {
128 static data_type Remove(data_type B, key_type K, context_type F) {
132 static bool Contains(data_type B, key_type K) {
155 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
158 static data_type Add(data_type L, key_type K, context_type F)
    [all...]
  /external/llvm/include/llvm/ADT/
SetVector.h 42 typedef T key_type; typedef in class:llvm::SetVector
160 const key_type &V = *I;
199 size_type count(const key_type &key) const {
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactor_op_queue.hpp 32 typedef Descriptor key_type; typedef in class:asio::detail::reactor_op_queue
41 typedef typename hash_map<key_type, mapped_type>::value_type value_type;
42 typedef typename hash_map<key_type, mapped_type>::iterator iterator;
157 hash_map<key_type, mapped_type> operations_;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
84 static bool Contains(data_type B, key_type K) {
117 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
128 static data_type Add(data_type B, key_type K, context_type F) {
132 static data_type Remove(data_type B, key_type K, context_type F) {
136 static bool Contains(data_type B, key_type K) {
159 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SetVector.h 44 typedef T key_type; typedef in class:llvm::SetVector
173 const key_type &V = *I;
211 size_type count(const key_type &key) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
84 static bool Contains(data_type B, key_type K) {
117 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
128 static data_type Add(data_type B, key_type K, context_type F) {
132 static data_type Remove(data_type B, key_type K, context_type F) {
136 static bool Contains(data_type B, key_type K) {
159 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
84 static bool Contains(data_type B, key_type K) {
117 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
128 static data_type Add(data_type B, key_type K, context_type F) {
132 static data_type Remove(data_type B, key_type K, context_type F) {
136 static bool Contains(data_type B, key_type K) {
159 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
84 static bool Contains(data_type B, key_type K) {
117 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
128 static data_type Add(data_type B, key_type K, context_type F) {
132 static data_type Remove(data_type B, key_type K, context_type F) {
136 static bool Contains(data_type B, key_type K) {
159 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
84 static bool Contains(data_type B, key_type K) {
117 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
128 static data_type Add(data_type B, key_type K, context_type F) {
132 static data_type Remove(data_type B, key_type K, context_type F) {
136 static bool Contains(data_type B, key_type K) {
159 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
    [all...]

Completed in 1062 milliseconds

1 2 3 4 5 6 7