Lines Matching refs:AppendVarInt
115 msg->AppendVarInt(i, 42); in BuildNestedMessages()
143 msg->AppendVarInt(1 /* field_id */, 0); in TEST_F()
144 msg->AppendVarInt(2 /* field_id */, std::numeric_limits<uint32_t>::max()); in TEST_F()
145 msg->AppendVarInt(3 /* field_id */, 42); in TEST_F()
146 msg->AppendVarInt(4 /* field_id */, std::numeric_limits<uint64_t>::max()); in TEST_F()
173 root_msg->AppendVarInt(1 /* field_id */, 1); in TEST_F()
178 nested_msg->AppendVarInt(2 /* field_id */, 2); in TEST_F()
182 nested_msg->AppendVarInt(4 /* field_id */, 2); in TEST_F()
184 root_msg->AppendVarInt(5 /* field_id */, 3); in TEST_F()
239 root_msg->AppendVarInt(1, 0x42); in TEST_F()
243 nested_msg_1->AppendVarInt(3, 0x43); in TEST_F()
371 child_handle_1->AppendVarInt(1, 0x11); in TEST_F()
377 child_handle_2->AppendVarInt(2, 0xFF); in TEST_F()