Searched refs:nested2 (Results 1 – 1 of 1) sorted by relevance
1432 ProtoEncoder::ExampleMessage* nested2 = nested1->add_repeated_example(); variable1433 ASSERT_TRUE(nested2 != nullptr);1434 ProtoEncoder::ExampleMessage* nested3 = nested2->add_repeated_example();1438 ASSERT_EQ(nested2->Finish(), (int32_t)-1);1575 ExampleMessage* nested2 = nested1->add_repeated_example(); variable1576 ASSERT_TRUE(nested2 != nullptr);1578 nested2->set_vint_int32(static_cast<int32_t>(g_fakeInputSimple[index++]));1579 nested2->set_vint_uint32(static_cast<uint32_t>(g_fakeInputSimple[index++]));1580 nested2->set_vint_int64(static_cast<int64_t>(g_fakeInputSimple[index++]));1581 nested2->set_vint_uint64(static_cast<uint64_t>(g_fakeInputSimple[index++]));[all …]