Home
last modified time | relevance | path

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

123

/external/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
/external/rust/crates/clap/3.2.23/src/
Dmkeymap.rs26 pub(crate) enum KeyType { enum
32 impl KeyType { impl
38 impl PartialEq<usize> for KeyType { implementation
47 impl PartialEq<&str> for KeyType { implementation
56 impl PartialEq<str> for KeyType { implementation
65 impl PartialEq<OsStr> for KeyType { implementation
74 impl PartialEq<char> for KeyType { implementation
/external/pigweed/pw_protobuf/size_report/
Doneof_codegen_comparison.cc54 volatile enum KeyType : uint32_t { in BasicEncode() enum
119 volatile enum KeyType : uint32_t { in BasicDecode() enum
184 volatile enum KeyType : uint32_t { in BasicEncode() enum
254 volatile enum KeyType : uint32_t { in BasicDecode() enum
327 volatile enum KeyType : uint32_t { in BasicEncode() enum
358 volatile enum KeyType : uint32_t { in BasicDecode() enum
/external/bazelbuild-rules_rust/examples/crate_universe/multi_package/sub_pkgs/pkg_b/src/
Dlib.rs54 pub enum KeyType { enum
62 impl KeyType { impl
147 kt: KeyType, in server_config_with_verifier()
181 kt: KeyType, in finish_client_config_with_creds()
195 kt: KeyType, in make_client_config_with_versions_with_auth()
/external/eigen/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h27 typedef int KeyType; typedef
55 typedef int KeyType; typedef
91 typedef int KeyType; typedef
107 typedef int KeyType; typedef
186 typedef typename MapTraits<ScalarWrapper>::KeyType KeyType; typedef
/external/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
/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/proto/
Dkey_services.proto22 enum KeyType { enum
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dgenerate_psa_tests.py154 kt: crypto_knowledge.KeyType,
249 kt: crypto_knowledge.KeyType
315 kt: Optional[crypto_knowledge.KeyType] = None,
661 kt: crypto_knowledge.KeyType,
787 key_type: crypto_knowledge.KeyType
/external/googleapis/google/devtools/containeranalysis/v1beta1/build/
Dbuild.proto65 enum KeyType { enum
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/proto/google/devtools/containeranalysis/v1beta1/build/
Dbuild.proto65 enum KeyType { enum
/external/open-dice/include/dice/
Dtest_utils.h33 enum KeyType { enum
/external/tink/python/tink/cc/
Dcc_key_manager.h118 std::string KeyType() const { return key_manager_->get_key_type(); } in KeyType() function
/external/aws-sdk-java-v2/services/dynamodb/src/main/resources/codegen-resources/dynamodb/
Dexamples-1.json153 "KeyType": "HASH" string
157 "KeyType": "RANGE" string
183 "KeyType": "HASH" string
187 "KeyType": "RANGE" string
312 "KeyType": "HASH" string
316 "KeyType": "RANGE" string
601 "KeyType": "HASH" string
605 "KeyType": "RANGE" string
/external/rust/crates/coset/src/key/
Dmod.rs33 pub type KeyType = crate::RegisteredLabel<iana::KeyType>; typedef
35 impl Default for KeyType { implementation
/external/rust/crates/ring/src/
Dhkdf.rs102 pub trait KeyType { interface
/external/skia/src/gpu/ganesh/
DGrProgramDesc.h99 using KeyType = skia_private::STArray<kPreAllocSize, uint32_t, true>; variable
/external/clang/test/SemaCXX/
DPR11358.cpp30 void MapTest(hash_map<KeyType, ValueType> map) { in MapTest()
/external/rust/crates/mls-rs/src/group/
Dsecret_tree.rs167 key_type: KeyType, in message_key_generation()
187 key_type: KeyType, in next_message_key()
276 key_type: KeyType, in next_message_key()
292 key_type: KeyType, in message_key_generation()
309 pub enum KeyType { enum
438 key_type: KeyType, in new()
Dciphertext_processor.rs71 key_type: KeyType, in next_encryption_key()
86 key_type: KeyType, in decryption_key()
/external/perfetto/src/trace_processor/storage/
Dmetadata.h78 enum class KeyType : size_t { enum
/external/webrtc/rtc_base/
Dssl_identity.h33 enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_ECDSA }; enum
/external/tensorflow/tensorflow/core/kernels/
Dmap_stage_op.cc67 using KeyType = Tensor; typedef
75 using KeyType = Tensor; typedef
91 using KeyType = typename MapTraits<Ordered, OptionalTuple>::KeyType; typedef in tensorflow::__anon731f96270111::StagingMap
/external/tink/go/monitoring/
Dmonitoring.go52 KeyType string member
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DMapDeserializationTest.java47 static class KeyType { class in MapDeserializationTest
50 private KeyType(String v, boolean bogus) { in KeyType() method in MapDeserializationTest.KeyType
/external/aws-sdk-java-v2/services/dynamodb/src/main/resources/codegen-resources/dynamodbstreams/
Dexamples-1.json15 "KeyType": "HASH" string
19 "KeyType": "RANGE" string

123