Home
last modified time | relevance | path

Searched defs:KeyType (Results 1 – 25 of 30) sorted by relevance

12

/third_party/rust/crates/clap/src/
Dmkeymap.rs25 pub(crate) enum KeyType { enum
31 impl KeyType { impl
37 impl PartialEq<usize> for KeyType { implementation
46 impl PartialEq<&str> for KeyType { implementation
55 impl PartialEq<str> for KeyType { implementation
64 impl PartialEq<OsStr> for KeyType { implementation
73 impl PartialEq<char> for KeyType { implementation
/third_party/rust/rust/compiler/rustc_hir/src/
Dstable_hash_impls.rs19 type KeyType = (DefPathHash, ItemLocalId); typedef
29 type KeyType = ItemLocalId; typedef
38 type KeyType = (DefPathHash, ItemLocalId); typedef
48 type KeyType = DefPathHash; typedef
57 type KeyType = DefPathHash; typedef
66 type KeyType = DefPathHash; typedef
75 type KeyType = DefPathHash; typedef
Dhir_id.rs58 type KeyType = DefPathHash; typedef
Ddef.rs514 type KeyType = Namespace; typedef
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dimpls_ty.rs47 type KeyType = Fingerprint; typedef
59 type KeyType = Fingerprint; typedef
88 type KeyType = region::Scope; typedef
/third_party/mbedtls/tests/scripts/
Dgenerate_psa_tests.py64 kt: crypto_knowledge.KeyType,
175 kt: crypto_knowledge.KeyType
251 kt: Optional[crypto_knowledge.KeyType] = None,
597 kt: crypto_knowledge.KeyType,
723 key_type: crypto_knowledge.KeyType
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
DnsBaseHashtable.hpp20 typedef typename KeyClass::KeyType KeyType; typedef in nsBaseHashtable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Dascend_native_registration_factory.h50 #define REGISTER_CLASS_CREATOR(KeyType, k, CreatorType, creator) \ argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/
Dop_registration_factory.h50 #define REGISTER_CLASS_CREATOR(KeyType, k, CreatorType, creator) \ argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/
Dauto_registration_factory.h53 #define REGISTER_CLASS_CREATOR(KeyType, k, CreatorType, creator) \ argument
/third_party/skia/m133/src/gpu/ganesh/
DGrProgramDesc.h98 using KeyType = skia_private::STArray<kPreAllocSize, uint32_t, true>; variable
/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Ddep_node.rs251 type KeyType = Fingerprint; typedef
253 fn to_stable_hash_key(&self, _: &HCX) -> Self::KeyType { in to_stable_hash_key()
/third_party/rust/rust/compiler/rustc_data_structures/src/
Dstable_hasher.rs207 type KeyType: Ord + Sized + HashStable<HCX>; typedef
208 fn to_stable_hash_key(&self, hcx: &HCX) -> Self::KeyType; in to_stable_hash_key()
510 type KeyType = String; typedef
512 fn to_stable_hash_key(&self, _: &HCX) -> Self::KeyType { in to_stable_hash_key()
518 type KeyType = (T1::KeyType, T2::KeyType); typedef
520 fn to_stable_hash_key(&self, hcx: &HCX) -> Self::KeyType { in to_stable_hash_key()
/third_party/rust/rust/compiler/rustc_span/src/
Ddef_id.rs463 type KeyType = DefPathHash; typedef
472 type KeyType = DefPathHash; typedef
481 type KeyType = DefPathHash; typedef
Dsymbol.rs1961 type KeyType = String; typedef
/third_party/rust/rust/compiler/rustc_lint_defs/src/
Dlib.rs162 type KeyType = (HirId, u16, u16); typedef
165 fn to_stable_hash_key(&self, _: &HCX) -> Self::KeyType { in to_stable_hash_key()
462 type KeyType = &'static str; typedef
/third_party/skia/src/gpu/
DGrProgramDesc.h179 using KeyType = SkSTArray<kPreAllocSize, uint32_t, true>; variable
/third_party/mindspore/mindspore-src/source/third_party/proto/coreml/
DFeatureTypes.proto185 oneof KeyType { oneof
/third_party/gn/src/gn/
Dstring_atom.cc42 using KeyType = const std::string*; typedef
/third_party/vixl/test/
Dtest-invalset.cc36 typedef ptrdiff_t KeyType; typedef
/third_party/mbedtls/scripts/mbedtls_dev/
Dcrypto_knowledge.py68 class KeyType: class
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c169 int KeyType; local
/third_party/vixl/src/
Dinvalset-vixl.h268 typedef typename S::_KeyType KeyType; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dabstract_object.h268 Type KeyType() const { return k_type_; } in KeyType() function
/third_party/protobuf/php/ext/google/protobuf/
Dmap.c41 static TypeInfo KeyType(MapField_Type type) { in KeyType() function

12