Home
last modified time | relevance | path

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

/external/crosvm/base/src/
Ddescriptor_reflection.rs400 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/
Ddescriptor_reflection.rs398 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 …]
Dlib.rs60 deserialize_with_descriptors, with_as_descriptor, with_raw_descriptor, FileSerdeWrapper,
/external/crosvm/base/src/windows/
Dmod.rs47 deserialize_with_descriptors, with_as_descriptor, with_raw_descriptor, FileSerdeWrapper,
/external/crosvm/base/src/unix/
Dmod.rs54 deserialize_with_descriptors, with_as_descriptor, with_raw_descriptor, FileSerdeWrapper,