Home
last modified time | relevance | path

Searched defs:is_within (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/pvmfw/src/
Dhelpers.rs172 fn is_within(&self, other: &Self) -> bool; in is_within() method
176 fn is_within(&self, other: &Self) -> bool { in is_within() method
Dmemory.rs72 pub fn is_within(&self, range: &MemoryRange) -> bool { in is_within() method