(self, in_bytes, string,
object_queue, parent_addr)
| 116 | return in_bytes |
| 117 | |
| 118 | def string_info_to_bytes(self, in_bytes, string, |
| 119 | object_queue, parent_addr): |
| 120 | return self.bs_info_to_bytes(in_bytes, string, object_queue, |
| 121 | parent_addr, FieldDescriptor.TYPE_STRING) |
| 122 | |
| 123 | def bytes_info_to_bytes(self, in_bytes, bytes, object_queue, parent_addr): |
| 124 | return self.bs_info_to_bytes(in_bytes, bytes, object_queue, |
no test coverage detected