Lines Matching refs:content
1053 content: ::protobuf::SingularField<::std::vec::Vec<u8>>, field
1074 match self.content.as_ref() { in get_content()
1080 self.content.clear(); in clear_content()
1084 self.content.is_some() in has_content()
1089 self.content = ::protobuf::SingularField::some(v); in set_content()
1095 if self.content.is_none() { in mut_content()
1096 self.content.set_default(); in mut_content()
1098 self.content.as_mut().unwrap() in mut_content()
1103 self.content.take().unwrap_or_else(|| ::std::vec::Vec::new()) in take_content()
1109 if self.content.is_none() { in is_initialized()
1120 ::protobuf::rt::read_singular_bytes_into(wire_type, is, &mut self.content)?; in merge_from()
1134 if let Some(ref v) = self.content.as_ref() { in compute_size()
1143 if let Some(ref v) = self.content.as_ref() { in write_to_with_cached_sizes()
1186 |m: &AttestationCert| { &m.content }, in descriptor_static()
1187 |m: &mut AttestationCert| { &mut m.content }, in descriptor_static()
1205 self.content.clear(); in clear()