Lines Matching refs:unused_variables
66 pub const fn intersects(self, #[allow(unused_variables)] other: Self) -> bool {
72 pub const fn contains(self, #[allow(unused_variables)] other: Self) -> bool {
78 pub const fn union(self, #[allow(unused_variables)] other: Self) -> Self {
84 pub const fn intersection(self, #[allow(unused_variables)] other: Self) -> Self {
90 pub const fn difference(self, #[allow(unused_variables)] other: Self) -> Self {
96 … pub const fn symmetric_difference(self, #[allow(unused_variables)] other: Self) -> Self {
292 pub const fn intersects(self, #[allow(unused_variables)] other: Self) -> bool {
298 pub const fn contains(self, #[allow(unused_variables)] other: Self) -> bool {
304 pub const fn union(self, #[allow(unused_variables)] other: Self) -> Self {
310 pub const fn intersection(self, #[allow(unused_variables)] other: Self) -> Self {
316 pub const fn difference(self, #[allow(unused_variables)] other: Self) -> Self {
322 … pub const fn symmetric_difference(self, #[allow(unused_variables)] other: Self) -> Self {
329 #[allow(unused_variables)] device: &crate::device::Device,
367 … #[allow(unused_variables)] physical_device: &crate::device::physical::PhysicalDevice,
405 #[allow(unused_variables)] instance: &crate::instance::Instance,
631 #[allow(unused_variables)] device: &crate::device::Device,
674 … #[allow(unused_variables)] physical_device: &crate::device::physical::PhysicalDevice,
717 #[allow(unused_variables)] instance: &crate::instance::Instance,