Home
last modified time | relevance | path

Searched defs:ProtoKey (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dtest_dex_file_builder.h302 struct ProtoKey { struct
308 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dtest_dex_file_builder.h302 struct ProtoKey { struct
308 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
/aosp_15_r20/art/libdexfile/dex/
H A Dtest_dex_file_builder.h302 struct ProtoKey { struct
308 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dtest_dex_file_builder.h304 struct ProtoKey { struct
310 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dtest_dex_file_builder.h302 struct ProtoKey { struct
308 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dtest_dex_file_builder.h304 struct ProtoKey { struct
310 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dtest_dex_file_builder.h302 struct ProtoKey { struct
308 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dtest_dex_file_builder.h302 struct ProtoKey { struct
308 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/tinkkey/internal/
H A DProtoKey.java31 public final class ProtoKey implements TinkKey { class
40 public ProtoKey(KeyData keyData, OutputPrefixType opt) { in ProtoKey() method in ProtoKey
/aosp_15_r20/external/tink/go/signature/
H A Drsassapss_verifier_key_manager_test.go235 func (t *nistRSAPSSTestVector) ProtoKey() (*rsppb.RsaSsaPssPublicKey, error) { func