Home
last modified time | relevance | path

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

/external/crosvm/system_api/src/protos/
Dfido.rs1489 pub fn get_field_type(&self) -> PublicKeyCredentialType { in get_field_type()
1497 pub fn set_field_type(&mut self, v: PublicKeyCredentialType) { in set_field_type()
3204 pub fn get_field_type(&self) -> PublicKeyCredentialType { in get_field_type()
3212 pub fn set_field_type(&mut self, v: PublicKeyCredentialType) { in set_field_type()
3717 pub enum PublicKeyCredentialType { enum
3721 impl ::protobuf::ProtobufEnum for PublicKeyCredentialType { implementation
3726 fn from_i32(value: i32) -> ::std::option::Option<PublicKeyCredentialType> { in from_i32()
3741 impl ::std::marker::Copy for PublicKeyCredentialType { implementation
3744 impl ::std::default::Default for PublicKeyCredentialType { implementation
3750 impl ::protobuf::reflect::ProtobufValue for PublicKeyCredentialType { implementation