Lines Matching refs:AppendVarInt
121 msg->AppendVarInt(i, 42); in BuildNestedMessages()
149 msg->AppendVarInt(1 /* field_id */, 0); in TEST_F()
150 msg->AppendVarInt(2 /* field_id */, std::numeric_limits<uint32_t>::max()); in TEST_F()
151 msg->AppendVarInt(3 /* field_id */, 42); in TEST_F()
152 msg->AppendVarInt(4 /* field_id */, std::numeric_limits<uint64_t>::max()); in TEST_F()
179 root_msg->AppendVarInt(1 /* field_id */, 1); in TEST_F()
184 nested_msg->AppendVarInt(2 /* field_id */, 2); in TEST_F()
188 nested_msg->AppendVarInt(4 /* field_id */, 2); in TEST_F()
190 root_msg->AppendVarInt(5 /* field_id */, 3); in TEST_F()
245 root_msg->AppendVarInt(1, 0x42); in TEST_F()
249 nested_msg_1->AppendVarInt(3, 0x43); in TEST_F()
388 child_handle_1->AppendVarInt(1, 0x11); in TEST_F()
394 child_handle_2->AppendVarInt(2, 0xFF); in TEST_F()