Searched refs:pipeline_protected_access (Results 1 – 2 of 2) sorted by relevance
386 pub pipeline_protected_access: bool, field2425 if self.pipeline_protected_access { in check_requirements()2426 if !supported.pipeline_protected_access { in check_requirements()4410 pipeline_protected_access: false, in empty()4786 pipeline_protected_access: true, in all()5211 || (self.pipeline_protected_access && other.pipeline_protected_access) in intersects()5693 && (self.pipeline_protected_access || !other.pipeline_protected_access) in contains()6259 pipeline_protected_access: self.pipeline_protected_access in union()6260 || other.pipeline_protected_access, in union()6919 pipeline_protected_access: self.pipeline_protected_access in intersection()[all …]
55710 pub pipeline_protected_access: Bool32, field55718 pipeline_protected_access: Bool32::default(), in default()55762 pub fn pipeline_protected_access(mut self, pipeline_protected_access: bool) -> Self { in pipeline_protected_access() method55763 self.inner.pipeline_protected_access = pipeline_protected_access.into(); in pipeline_protected_access()