Home
last modified time | relevance | path

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

/external/crosvm/system_api/src/protos/
Dauth_factor.rs2245 pub struct AuthFactor { struct
2247 pub field_type: AuthFactorType, argument
2251 pub metadata: ::std::option::Option<AuthFactor_oneof_metadata>, argument
2257 impl<'a> ::std::default::Default for &'a AuthFactor { implementation
2273 impl AuthFactor { implementation
2647 impl ::protobuf::Message for AuthFactor { implementation
2877 impl ::protobuf::Clear for AuthFactor { implementation
2892 impl ::protobuf::reflect::ProtobufValue for AuthFactor { implementation
DUserDataAuth.rs8012 pub fn get_auth_factor(&self) -> &super::auth_factor::AuthFactor { in get_auth_factor()
8024 pub fn set_auth_factor(&mut self, v: super::auth_factor::AuthFactor) { in set_auth_factor()
8030 pub fn mut_auth_factor(&mut self) -> &mut super::auth_factor::AuthFactor { in mut_auth_factor()
8038 pub fn take_auth_factor(&mut self) -> super::auth_factor::AuthFactor { in take_auth_factor()
8284 pub fn get_auth_factors(&self) -> &[super::auth_factor::AuthFactor] { in get_auth_factors()
8292 … pub fn set_auth_factors(&mut self, v: ::protobuf::RepeatedField<super::auth_factor::AuthFactor>) { in set_auth_factors()
8297 …pub fn mut_auth_factors(&mut self) -> &mut ::protobuf::RepeatedField<super::auth_factor::AuthFacto… in mut_auth_factors()
8302 … pub fn take_auth_factors(&mut self) -> ::protobuf::RepeatedField<super::auth_factor::AuthFactor> { in take_auth_factors()
20526 pub fn get_auth_factor(&self) -> &super::auth_factor::AuthFactor { in get_auth_factor()
20538 pub fn set_auth_factor(&mut self, v: super::auth_factor::AuthFactor) { in set_auth_factor()
[all …]