Home
last modified time | relevance | path

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

/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/open-dice/include/dice/
Dtest_utils.h30 enum KeyType { enum
/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 { trait
/external/skia/src/gpu/
DGrProgramDesc.h98 using KeyType = SkSTArray<kPreAllocSize, uint32_t, true>; variable
/external/clang/test/SemaCXX/
DPR11358.cpp30 void MapTest(hash_map<KeyType, ValueType> map) { in MapTest()
/external/perfetto/src/trace_processor/storage/
Dmetadata.h72 enum class KeyType : size_t { enum
/external/webrtc/rtc_base/
Dssl_identity.h32 enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_ECDSA }; enum
/external/tensorflow/tensorflow/core/kernels/
Dmap_stage_op.cc65 using KeyType = Tensor; typedef
73 using KeyType = Tensor; typedef
89 using KeyType = typename MapTraits<Ordered, OptionalTuple>::KeyType; typedef in tensorflow::__anon228d2dbf0111::StagingMap
/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/cros/system_api/dbus/cryptohome/
Dkey.proto107 enum KeyType { enum
/external/google-breakpad/src/processor/
Dstatic_map_unittest.cc42 typedef int KeyType; typedef
/external/pigweed/pw_software_update/
Dtuf.proto302 enum KeyType { enum
/external/vixl/test/
Dtest-invalset.cc36 typedef ptrdiff_t KeyType; typedef
/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c169 int KeyType; local
/external/vixl/src/
Dinvalset-vixl.h252 typedef typename S::_KeyType KeyType; typedef
/external/openscreen/tools/cddl/
Dsema.h245 enum class KeyType { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h960 using KeyType = KeyT; variable
2059 using KeyType = typename MapA::KeyType; variable
/external/llvm/include/llvm/ADT/
DIntervalMap.h959 typedef KeyT KeyType; typedef
2049 typedef typename MapA::KeyType KeyType; typedef
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java410 public enum KeyType { RSA, ECDSA } enum in PeerConnection
/external/rust/crates/libc/src/
Dpsp.rs3738 type_: *mut KeyType, in sceRegGetKeyInfo()
3744 type_: *mut KeyType, in sceRegGetKeyInfoByName()