/external/skia/src/text/gpu/ |
D | TextBlob.h | 58 struct Key { struct 81 bool operator==(const Key& other) const; argument
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/log-0.4.22/src/kv/ |
D | key.rs | 9 fn to_key(&self) -> Key; in to_key() 16 fn to_key(&self) -> Key { in to_key() 21 impl<'k> ToKey for Key<'k> { implementation 22 fn to_key(&self) -> Key { in to_key() 28 fn to_key(&self) -> Key { in to_key() 37 pub struct Key<'k> { struct 41 impl<'k> Key<'k> { implementation 53 impl<'k> fmt::Display for Key<'k> { implementation 59 impl<'k> AsRef<str> for Key<'k> { implementation 65 impl<'k> Borrow<str> for Key<'k> { implementation [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/log-0.4.22/src/kv/ |
D | key.rs | 9 fn to_key(&self) -> Key; in to_key() 16 fn to_key(&self) -> Key { in to_key() 21 impl<'k> ToKey for Key<'k> { implementation 22 fn to_key(&self) -> Key { in to_key() 28 fn to_key(&self) -> Key { in to_key() 37 pub struct Key<'k> { struct 41 impl<'k> Key<'k> { impl 53 impl<'k> fmt::Display for Key<'k> { implementation 59 impl<'k> AsRef<str> for Key<'k> { implementation 65 impl<'k> Borrow<str> for Key<'k> { implementation [all …]
|
/external/rust/android-crates-io/crates/log/src/kv/ |
D | key.rs | 9 fn to_key(&self) -> Key; in to_key() 16 fn to_key(&self) -> Key { in to_key() 21 impl<'k> ToKey for Key<'k> { implementation 22 fn to_key(&self) -> Key { in to_key() 28 fn to_key(&self) -> Key { in to_key() 37 pub struct Key<'k> { struct 42 impl<'k> Key<'k> { implementation 68 impl<'k> fmt::Display for Key<'k> { implementation 74 impl<'k> AsRef<str> for Key<'k> { implementation 80 impl<'k> Borrow<str> for Key<'k> { implementation [all …]
|
/external/skia/src/pdf/ |
D | SkPDFGradientShader.h | 33 struct Key { struct 45 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
|
/external/skia/src/core/ |
D | SkResourceCache.h | 33 struct Key { struct 53 bool operator==(const Key& other) const { argument 77 typedef SkResourceCache::Key Key; argument
|
/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aes/ |
D | mod.rs | 26 pub fn aes_128_test_encrypt<A: AesEncryptCipher<Key = Aes128Key>>(_marker: marker::PhantomData<A>) { in aes_128_test_encrypt() 50 pub fn aes_128_test_decrypt<A: AesDecryptCipher<Key = Aes128Key>>(_marker: marker::PhantomData<A>) { in aes_128_test_decrypt() 74 pub fn aes_256_test_encrypt<A: AesEncryptCipher<Key = Aes256Key>>(_marker: marker::PhantomData<A>) { in aes_256_test_encrypt() 99 pub fn aes_256_test_decrypt<A: AesDecryptCipher<Key = Aes256Key>>(_marker: marker::PhantomData<A>) { in aes_256_test_decrypt() 140 fn aes_128_encrypt_test_cases<A: AesFactory<Key = Aes128Key>>( in aes_128_encrypt_test_cases() 162 fn aes_128_decrypt_test_cases<F: AesFactory<Key = Aes128Key>>( in aes_128_decrypt_test_cases() 184 fn aes_256_encrypt_test_cases<F: AesFactory<Key = Aes256Key>>( in aes_256_encrypt_test_cases() 206 fn aes_256_decrypt_test_cases<F: AesFactory<Key = Aes256Key>>( in aes_256_decrypt_test_cases()
|
D | ctr.rs | 22 pub fn aes_128_ctr_test_encrypt<A: AesCtr<Key = Aes128Key>>(_marker: marker::PhantomData<A>) { in aes_128_ctr_test_encrypt() 51 pub fn aes_128_ctr_test_decrypt<A: AesCtr<Key = Aes128Key>>(_marker: marker::PhantomData<A>) { in aes_128_ctr_test_decrypt() 80 pub fn aes_256_ctr_test_encrypt<A: AesCtr<Key = Aes256Key>>(_marker: marker::PhantomData<A>) { in aes_256_ctr_test_encrypt() 110 pub fn aes_256_ctr_test_decrypt<A: AesCtr<Key = Aes256Key>>(_marker: marker::PhantomData<A>) { in aes_256_ctr_test_decrypt() 157 fn aes_128_ctr_test_cases<F: AesCtrFactory<Key = Aes128Key>>( in aes_128_ctr_test_cases() 180 fn aes_256_ctr_test_cases<F: AesCtrFactory<Key = Aes256Key>>( in aes_256_ctr_test_cases()
|
/external/cronet/stable/net/ssl/ |
D | ssl_client_session_cache.h | 42 struct NET_EXPORT Key { struct 47 Key& operator=(const Key& other); argument 48 Key& operator=(Key&& other); argument 55 NetworkAnonymizationKey network_anonymization_key; argument 73 bssl::UniquePtr<SSL_SESSION> Lookup(const Key& cache_key); argument
|
/external/cronet/tot/net/ssl/ |
D | ssl_client_session_cache.h | 42 struct NET_EXPORT Key { struct 47 Key& operator=(const Key& other); argument 48 Key& operator=(Key&& other); argument 55 NetworkAnonymizationKey network_anonymization_key; argument 73 bssl::UniquePtr<SSL_SESSION> Lookup(const Key& cache_key); argument
|
/external/rust/android-crates-io/crates/toml_edit/src/ |
D | key.rs | 30 pub struct Key { struct 37 impl Key { impl 173 fn try_parse_simple(s: &str) -> Result<Key, crate::TomlError> { in try_parse_simple() 180 fn try_parse_path(s: &str) -> Result<Vec<Key>, crate::TomlError> { in try_parse_path() 189 impl Clone for Key { implementation 201 impl std::ops::Deref for Key { implementation 209 impl std::hash::Hash for Key { implementation 215 impl Ord for Key { implementation 221 impl PartialOrd for Key { implementation 227 impl Eq for Key {} implementation [all …]
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkSamplerYcbcrConversion.h | 33 struct Key { struct 35 Key(VkFormat vkFormat, uint64_t externalFormat, uint32_t conversionKey) { in Key() function 42 uint32_t fConversionKey = 0; argument 45 bool operator==(const Key& that) const { argument
|
D | GrVkSampler.h | 40 struct Key { struct 41 Key(uint32_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() function 45 GrVkSamplerYcbcrConversion::Key fYcbcrKey; argument 46 uint32_t fSamplerKey; argument 49 bool operator==(const Key& that) const { argument
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | map.h | 18 base::flat_map<Key, Value> MapToFlatMap(const std::map<Key, Value>& input) { in MapToFlatMap() 23 base::flat_map<Key, Value> MapToFlatMap(std::map<Key, Value>&& input) { in MapToFlatMap() 29 std::map<Key, Value> FlatMapToMap(const base::flat_map<Key, Value>& input) { in FlatMapToMap() 34 std::map<Key, Value> FlatMapToMap(base::flat_map<Key, Value>&& input) { in FlatMapToMap()
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | compare.pass.cpp | 22 struct Key { struct 23 template <typename T> Key(const T&) {} in Key() argument 24 bool operator== (const Key&) const { return true; } in operator ==() argument
|
/external/libcxx/test/std/containers/associative/map/ |
D | compare.pass.cpp | 23 struct Key { struct 24 template <typename T> Key(const T&) {} in Key() argument 25 bool operator< (const Key&) const { return false; } in operator <() argument
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.map/ |
D | compare.pass.cpp | 23 struct Key { struct 24 template <typename T> Key(const T&) {} in Key() function 25 bool operator== (const Key&) const { return true; } in operator ==() argument
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.map/ |
D | compare.pass.cpp | 23 struct Key { struct 24 template <typename T> Key(const T&) {} in Key() function 25 bool operator== (const Key&) const { return true; } in operator ==() argument
|
/external/rust/android-crates-io/crates/ring/src/aead/ |
D | poly1305.rs | 22 pub(super) struct Key { struct 30 impl Key { implementation 126 pub(super) fn sign(key: Key, input: &[u8]) -> Tag { in sign()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/associative/map/ |
D | compare.pass.cpp | 24 struct Key { struct 25 template <typename T> Key(const T&) {} in Key() function 26 bool operator< (const Key&) const { return false; } in operator <() argument
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/map/ |
D | compare.pass.cpp | 24 struct Key { struct 25 template <typename T> Key(const T&) {} in Key() argument 26 bool operator< (const Key&) const { return false; } in operator <() argument
|
/external/bcc/examples/networking/http_filter/ |
D | http-parse-complete.c | 8 struct Key { struct 20 //map <Key, Leaf> argument
|
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/ |
D | boost_unordered_set.hpp | 41 const boost::unordered_set<Key, HashFcn, EqualKey, Allocator> &t, in save() 59 boost::unordered_set<Key, HashFcn, EqualKey, Allocator> &t, in load() 83 boost::unordered_set<Key, HashFcn, EqualKey, Allocator> &t, in serialize() 99 const boost::unordered_multiset<Key, HashFcn, EqualKey, Allocator> &t, in save() 117 boost::unordered_multiset<Key, HashFcn, EqualKey, Allocator> &t, in load() 141 boost::unordered_multiset<Key, HashFcn, EqualKey, Allocator> &t, in serialize()
|
D | unordered_set.hpp | 39 inline void save( in save() 68 std::unordered_set<Key, HashFcn, EqualKey, Allocator>, in load() 87 inline void serialize( in serialize() 105 inline void save( in save() 134 std::unordered_multiset<Key, HashFcn, EqualKey, Allocator>, in load() 153 std::unordered_multiset<Key, HashFcn, EqualKey, Allocator> &t, in serialize()
|
/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | stream.rs | 376 fn next(stream: &Stream) -> Option<store::Key> { in next() 380 fn set_next(stream: &mut Stream, key: Option<store::Key>) { in set_next() 384 fn take_next(stream: &mut Stream) -> Option<store::Key> { in take_next() 398 fn next(stream: &Stream) -> Option<store::Key> { in next() 402 fn set_next(stream: &mut Stream, key: Option<store::Key>) { in set_next() 406 fn take_next(stream: &mut Stream) -> Option<store::Key> { in take_next() 425 fn next(stream: &Stream) -> Option<store::Key> { in next() 429 fn set_next(stream: &mut Stream, key: Option<store::Key>) { in set_next() 433 fn take_next(stream: &mut Stream) -> Option<store::Key> { in take_next() 447 fn next(stream: &Stream) -> Option<store::Key> { in next() [all …]
|