Home
last modified time | relevance | path

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

/external/crosvm/system_api/src/protos/
Dauth_factor.rs2957 pub enum AuthFactorPreparePurpose { enum
2963 impl ::protobuf::ProtobufEnum for AuthFactorPreparePurpose { implementation
2968 fn from_i32(value: i32) -> ::std::option::Option<AuthFactorPreparePurpose> { in from_i32()
2987 impl ::std::marker::Copy for AuthFactorPreparePurpose { implementation
2990 impl ::std::default::Default for AuthFactorPreparePurpose { implementation
2996 impl ::protobuf::reflect::ProtobufValue for AuthFactorPreparePurpose { implementation
DUserDataAuth.rs23295 pub fn get_purpose(&self) -> super::auth_factor::AuthFactorPreparePurpose { in get_purpose()
23303 pub fn set_purpose(&mut self, v: super::auth_factor::AuthFactorPreparePurpose) { in set_purpose()