Home | History | Annotate | Download | only in protozero

Lines Matching refs:AppendVarInt

114       msg->AppendVarInt(i, 42);
142 msg->AppendVarInt(1 /* field_id */, 0);
143 msg->AppendVarInt(2 /* field_id */, std::numeric_limits<uint32_t>::max());
144 msg->AppendVarInt(3 /* field_id */, 42);
145 msg->AppendVarInt(4 /* field_id */, std::numeric_limits<uint64_t>::max());
172 root_msg->AppendVarInt(1 /* field_id */, 1);
177 nested_msg->AppendVarInt(2 /* field_id */, 2);
181 nested_msg->AppendVarInt(4 /* field_id */, 2);
183 root_msg->AppendVarInt(5 /* field_id */, 3);
216 root_msg->AppendVarInt(1, 0x42);
220 nested_msg_1->AppendVarInt(3, 0x43);
349 child_handle_1->AppendVarInt(1, 0x11);
355 child_handle_2->AppendVarInt(2, 0xFF);