Home
last modified time | relevance | path

Searched defs:V1MatchableCredential (Results 1 – 4 of 4) sorted by relevance

/external/rust/beto-rust/nearby/presence/np_c_ffi/src/
Dcredentials.rs148 pub struct V1MatchableCredential { struct
149 discovery_cred: V1DiscoveryCredential,
150 matched_cred: FfiMatchedCredential,
193 v1_cred: V1MatchableCredential, in np_ffi_CredentialSlab_add_v1_credential()
/external/rust/beto-rust/nearby/presence/np_cpp_ffi/include/
Dnearby_protocol.h100 class V1MatchableCredential; variable
232 friend class V1MatchableCredential; variable
/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/
Dnp_cpp_ffi_types.h486 struct V1MatchableCredential { struct
487 V1DiscoveryCredential discovery_cred;
488 FfiMatchedCredential matched_cred;
/external/rust/beto-rust/nearby/presence/np_cpp_ffi/
Dnearby_protocol.cc725 V1MatchableCredential::V1MatchableCredential( in V1MatchableCredential() function in nearby_protocol::V1MatchableCredential