Searched refs:ProtectionPolicy (Results 1 – 1 of 1) sorted by relevance
2581 pub protection_policy: ProtectionPolicy,2856 pub fn get_protection_policy(&self) -> ProtectionPolicy { in get_protection_policy() argument2860 self.protection_policy = ProtectionPolicy::UNSPECIFIED; in clear_protection_policy()2864 pub fn set_protection_policy(&mut self, v: ProtectionPolicy) { in set_protection_policy() argument3048 if self.protection_policy != ProtectionPolicy::UNSPECIFIED { in compute_size()3105 if self.protection_policy != ProtectionPolicy::UNSPECIFIED { in write_to_with_cached_sizes()3166 self.protection_policy = ProtectionPolicy::UNSPECIFIED; in clear()3668 pub enum ProtectionPolicy { enum3675 impl ::protobuf::ProtobufEnum for ProtectionPolicy { implementation3680 fn from_i32(value: i32) -> ::std::option::Option<ProtectionPolicy> { in from_i32() argument[all …]