Home | History | Annotate | Download | only in protozero

Lines Matching refs:AppendBytes

105       msg->AppendBytes(i, kTestBytes, sizeof(kTestBytes));
129 msg->AppendBytes(1 /* field_id */, nullptr, 0);
148 msg->AppendBytes(7 /* field_id */, kTestBytes, sizeof(kTestBytes));
226 nested_msg_2->AppendBytes(5, buf200, sizeof(buf200));
297 handle1->AppendBytes(1 /* field_id */, kTestBytes, 1 /* size */);
305 handle2->AppendBytes(1 /* field_id */, kTestBytes, 2 /* size */);
313 handle_swp->AppendBytes(2 /* field_id */, kTestBytes, 3 /* size */);
316 handle3->AppendBytes(1 /* field_id */, kTestBytes, 4 /* size */);
326 handle_swp->AppendBytes(2 /* field_id */, kTestBytes, 8 /* size */);
379 handle1->AppendBytes(1 /* field_id */, kTestBytes, 1 /* size */);