Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/system_api/src/protos/
H A Dspaced.rs133 pub struct SetProjectInheritanceFlagReply { struct
144 impl<'a> ::std::default::Default for &'a SetProjectInheritanceFlagReply { argument
145 fn default() -> &'a SetProjectInheritanceFlagReply { in default()
146 <SetProjectInheritanceFlagReply as ::protobuf::Message>::default_instance() in default()
150 impl SetProjectInheritanceFlagReply { implementation
151 pub fn new() -> SetProjectInheritanceFlagReply { in new()
156 impl ::protobuf::Message for SetProjectInheritanceFlagReply { implementation
214 fn new() -> SetProjectInheritanceFlagReply { in new()
215 SetProjectInheritanceFlagReply::new() in new()
224 fn default_instance() -> &'static SetProjectInheritanceFlagReply { in default_instance()
[all …]
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs78 use system_api::spaced::SetProjectInheritanceFlagReply;
1537 let r = SetProjectInheritanceFlagReply::parse_from_bytes(&r) in set_flags()