Home
last modified time | relevance | path

Searched refs:appid_exclude (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/system_api/src/protos/
Dfido.rs2583 pub appid_exclude: ::std::string::String, field
2887 &self.appid_exclude in get_appid_exclude()
2890 self.appid_exclude.clear(); in clear_appid_exclude()
2895 self.appid_exclude = v; in set_appid_exclude()
2901 &mut self.appid_exclude in mut_appid_exclude()
2906 ::std::mem::replace(&mut self.appid_exclude, ::std::string::String::new()) in take_appid_exclude()
2998 … ::protobuf::rt::read_singular_proto3_string_into(wire_type, is, &mut self.appid_exclude)?; in merge_from()
3054 if !self.appid_exclude.is_empty() { in compute_size()
3055 my_size += ::protobuf::rt::string_size(13, &self.appid_exclude); in compute_size()
3111 if !self.appid_exclude.is_empty() { in write_to_with_cached_sizes()
[all …]