Lines Matching refs:msg2
74 alltypes_static_AllTypes *msg2 = malloc_with_check(sizeof(alltypes_static_AllTypes)); in do_static_roundtrip() local
76 memset(msg2, 0, sizeof(alltypes_static_AllTypes)); in do_static_roundtrip()
93 status = pb_decode(&stream, alltypes_static_AllTypes_fields, msg2); in do_static_roundtrip()
99 status = pb_encode(&stream, alltypes_static_AllTypes_fields, msg2); in do_static_roundtrip()
108 free_with_check(msg2); in do_static_roundtrip()
121 alltypes_pointer_AllTypes *msg2 = malloc_with_check(sizeof(alltypes_pointer_AllTypes)); in do_pointer_roundtrip() local
123 memset(msg2, 0, sizeof(alltypes_pointer_AllTypes)); in do_pointer_roundtrip()
140 status = pb_decode(&stream, alltypes_pointer_AllTypes_fields, msg2); in do_pointer_roundtrip()
146 status = pb_encode(&stream, alltypes_pointer_AllTypes_fields, msg2); in do_pointer_roundtrip()
155 pb_release(alltypes_pointer_AllTypes_fields, msg2); in do_pointer_roundtrip()
157 free_with_check(msg2); in do_pointer_roundtrip()