Searched refs:sub_table (Results 1 – 2 of 2) sorted by relevance
115 auto sub_table = CreateSubTable(val); in CreateStruct() local118 builder.add_sub_table(sub_table); in CreateStruct()357 ASSERT_EQ(456, test_table->sub_table()->placeholder()); in TEST_F()367 ASSERT_EQ(456, test_table->sub_table()->placeholder()); in TEST_F()372 ASSERT_EQ(456, test_table->sub_table()->placeholder()); in TEST_F()383 ASSERT_EQ(nullptr, test_table->sub_table()); in TEST_F()388 ASSERT_EQ(456, test_table->sub_table()->placeholder()); in TEST_F()398 ASSERT_EQ(nullptr, test_table->sub_table()); in TEST_F()403 ASSERT_EQ(456, test_table->sub_table()->placeholder()); in TEST_F()413 ASSERT_EQ(nullptr, test_table->sub_table()); in TEST_F()
8 sub_table:TestSubTable;