Home
last modified time | relevance | path

Searched defs:Entire (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs25 pub struct Entire { struct
26 pub header: DevicePathHeader,
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs58 pub struct Entire { struct
59 pub(super) header: DevicePathHeader,
62 impl Entire {} implementation
64 impl fmt::Debug for Entire { implementation
70 impl TryFrom<&DevicePathNode> for &Entire { implementation
78 let node: *const Entire = node.cast(); in try_from() constant
3366 pub struct Entire; struct
3367 unsafe impl BuildNode for Entire { implementation
/external/angle/src/tests/gl_tests/
DImageTest.cpp1230 Entire, enumerator