Searched refs:ec (Results 1 – 3 of 3) sorted by relevance
77 for ec in &self.error_causes { in marshal_to()78 buf.extend(ec.marshal()); in marshal_to()90 .fold(0, |length, ec| length + ec.length()) in value_length()
75 for ec in &self.error_causes { in marshal_to()76 buf.extend(ec.marshal()); in marshal_to()88 .fold(0, |length, ec| length + ec.length()) in value_length()
131 let ec = &c.error_causes[0]; in test_chunk_error_unrecognized_chunk_type_unmarshal() localVariable133 ec.error_cause_code(), in test_chunk_error_unrecognized_chunk_type_unmarshal()138 ec.raw, ORG_UNRECOGNIZED_CHUNK, in test_chunk_error_unrecognized_chunk_type_unmarshal()152 let ec = ChunkError { in test_chunk_error_unrecognized_chunk_type_marshal() localVariable156 let raw = ec.marshal()?; in test_chunk_error_unrecognized_chunk_type_marshal()171 let ec = ChunkError { in test_chunk_error_unrecognized_chunk_type_marshal_with_cause_value_being_nil() localVariable175 let raw = ec.marshal()?; in test_chunk_error_unrecognized_chunk_type_marshal_with_cause_value_being_nil()