Searched refs:FileSerdeWrapper (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/base/src/ |
D | descriptor_reflection.rs | 400 pub struct FileSerdeWrapper(#[serde(with = "with_as_descriptor")] pub File); struct 402 impl fmt::Debug for FileSerdeWrapper { implementation 408 impl From<File> for FileSerdeWrapper { implementation 410 FileSerdeWrapper(file) in from() 414 impl From<FileSerdeWrapper> for File { 415 fn from(f: FileSerdeWrapper) -> File { in from() 420 impl Deref for FileSerdeWrapper { implementation 427 impl DerefMut for FileSerdeWrapper { implementation 437 FileSerdeWrapper, FromRawDescriptor, RawDescriptor, SafeDescriptor, SerializeDescriptors, 503 a: Option<FileSerdeWrapper>, in option() [all …]
|
/external/crosvm/common/sys_util/src/ |
D | descriptor_reflection.rs | 398 pub struct FileSerdeWrapper(#[serde(with = "with_as_descriptor")] pub File); struct 400 impl fmt::Debug for FileSerdeWrapper { implementation 406 impl From<File> for FileSerdeWrapper { implementation 408 FileSerdeWrapper(file) in from() 412 impl From<FileSerdeWrapper> for File { 413 fn from(f: FileSerdeWrapper) -> File { in from() 418 impl Deref for FileSerdeWrapper { implementation 425 impl DerefMut for FileSerdeWrapper { implementation 434 deserialize_with_descriptors, with_as_descriptor, with_raw_descriptor, FileSerdeWrapper, 499 a: Option<FileSerdeWrapper>, in option() [all …]
|
D | lib.rs | 60 deserialize_with_descriptors, with_as_descriptor, with_raw_descriptor, FileSerdeWrapper,
|
/external/crosvm/base/src/windows/ |
D | mod.rs | 47 deserialize_with_descriptors, with_as_descriptor, with_raw_descriptor, FileSerdeWrapper,
|
/external/crosvm/base/src/unix/ |
D | mod.rs | 54 deserialize_with_descriptors, with_as_descriptor, with_raw_descriptor, FileSerdeWrapper,
|