/external/webrtc/talk/app/webrtc/ |
dtlsidentitystore.cc | 59 WorkerTask(DtlsIdentityStoreImpl* store, rtc::KeyType key_type) 62 key_type_(key_type) { 142 rtc::KeyType key_type, 147 GenerateIdentity(key_type, observer); 164 rtc::KeyType key_type) const { 166 return request_info_[key_type].free_identity_.get() != nullptr; 170 rtc::KeyType key_type, 174 // Enqueue observer to be informed when generation of |key_type| is completed. 176 request_info_[key_type].request_observers_.push(observer); 179 if (request_info_[key_type].free_identity_.get()) [all...] |
/frameworks/compile/mclinker/include/mcld/ADT/ |
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...] |
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);
|
/external/libbrillo/brillo/ |
map_utils.h | 17 inline std::set<typename T::key_type> GetMapKeys(const T& map) { 18 std::set<typename T::key_type> keys; 27 inline std::vector<typename T::key_type> GetMapKeysAsVector(const T& map) { 28 std::vector<typename T::key_type> keys; 47 inline std::vector<std::pair<typename T::key_type, typename T::mapped_type>> 49 std::vector<std::pair<typename T::key_type, typename T::mapped_type>> vector; 61 typename T::key_type key,
|
/system/iot/attestation/atap/test/ |
fake_atap_ops.cpp | 40 AtapResult FakeAtapOps::get_auth_key_type(AtapKeyType* key_type) { 41 *key_type = ATAP_KEY_TYPE_NONE; 49 AtapResult FakeAtapOps::write_attestation_key(AtapKeyType key_type, 57 AtapKeyType key_type,
|
/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;
|
/external/protobuf/objectivec/Tests/ |
GPBDictionaryTests.pddm | 31 //%PDDM-DEFINE TEST_FOR_POD_KEY(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4) 32 //%TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, , , KEY1, KEY2, KEY3, KEY4) 33 //%TESTS_FOR_POD_KEY_OBJECT_VALUE(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4, Object, NSString*, @"abc", @"def", @"ghi", @"jkl") 35 //%PDDM-DEFINE TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4) 36 //%TEST_HELPERS(KEY_NAME, KEY_TYPE, KisP) 37 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt32, uint32_t, , 100U, 101U, 102U, 103U) 38 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int32, int32_t, , 200, 201, 202, 203) 39 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt64, uint64_t, , 300U, 301U, 302U, 303U) 40 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int64, int64_t, , 400, 401, 402, 403) 41 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Bool, BOOL, , YES, YES, NO, NO [all...] |
/external/libcxx/test/std/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/std/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...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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...] |
/system/iot/attestation/atap/ops/ |
atap_ops_provider.cpp | 38 AtapResult forward_get_auth_key_type(AtapOps* ops, AtapKeyType* key_type) { 41 ->get_auth_key_type(key_type); 52 AtapKeyType key_type, 57 ->write_attestation_key(key_type, key, cert_chain); 61 AtapKeyType key_type, 66 ->read_attestation_public_key(key_type, pubkey, pubkey_len);
|
/external/libcxx/include/ |
set | 27 typedef Key key_type; 28 typedef key_type value_type; 120 size_type erase(const key_type& k); 136 iterator find(const key_type& k); 137 const_iterator find(const key_type& k) const; 145 size_type count(const key_type& k) const; 146 iterator lower_bound(const key_type& k); 147 const_iterator lower_bound(const key_type& k) const; 153 iterator upper_bound(const key_type& k); 154 const_iterator upper_bound(const key_type& k) const [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
set | 27 typedef Key key_type; 28 typedef key_type value_type; 120 size_type erase(const key_type& k); 136 iterator find(const key_type& k); 137 const_iterator find(const key_type& k) const; 145 size_type count(const key_type& k) const; 146 iterator lower_bound(const key_type& k); 147 const_iterator lower_bound(const key_type& k) const; 153 iterator upper_bound(const key_type& k); 154 const_iterator upper_bound(const key_type& k) const [all...] |
/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-4393122/include/c++/v1/ |
set | 27 typedef Key key_type; 28 typedef key_type value_type; 120 size_type erase(const key_type& k); 136 iterator find(const key_type& k); 137 const_iterator find(const key_type& k) const; 145 size_type count(const key_type& k) const; 146 iterator lower_bound(const key_type& k); 147 const_iterator lower_bound(const key_type& k) const; 153 iterator upper_bound(const key_type& k); 154 const_iterator upper_bound(const key_type& k) const [all...] |
/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/c++/v1/ |
set | 27 typedef Key key_type; 28 typedef key_type value_type; 120 size_type erase(const key_type& k); 136 iterator find(const key_type& k); 137 const_iterator find(const key_type& k) const; 145 size_type count(const key_type& k) const; 146 iterator lower_bound(const key_type& k); 147 const_iterator lower_bound(const key_type& k) const; 153 iterator upper_bound(const key_type& k); 154 const_iterator upper_bound(const key_type& k) const [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/c++/v1/ |
set | 27 typedef Key key_type; 28 typedef key_type value_type; 120 size_type erase(const key_type& k); 136 iterator find(const key_type& k); 137 const_iterator find(const key_type& k) const; 145 size_type count(const key_type& k) const; 146 iterator lower_bound(const key_type& k); 147 const_iterator lower_bound(const key_type& k) const; 153 iterator upper_bound(const key_type& k); 154 const_iterator upper_bound(const key_type& k) const [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/c++/v1/ |
set | 27 typedef Key key_type; 28 typedef key_type value_type; 120 size_type erase(const key_type& k); 136 iterator find(const key_type& k); 137 const_iterator find(const key_type& k) const; 145 size_type count(const key_type& k) const; 146 iterator lower_bound(const key_type& k); 147 const_iterator lower_bound(const key_type& k) const; 153 iterator upper_bound(const key_type& k); 154 const_iterator upper_bound(const key_type& k) const [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...] |