Searched refs:second_child (Results 1 – 3 of 3) sorted by relevance
174 const SimpleMessage* second_child = message.children[1].get(); in TEST() local175 ASSERT_TRUE(second_child); in TEST()176 EXPECT_EQ(3, second_child->foo); in TEST()177 EXPECT_EQ("barbaz", second_child->bar); in TEST()178 EXPECT_FALSE(second_child->baz); in TEST()179 EXPECT_FALSE(second_child->bstruct); in TEST()180 EXPECT_EQ(0U, second_child->string_values.size()); in TEST()
194 second_child = os.fork()195 if second_child != 0:197 print second_child
209 size_t second_child = child_pos + 1; in MoveHoleDownAndFillWithLeafElement() local210 if (nodes_[second_child] <= nodes_[child_pos]) in MoveHoleDownAndFillWithLeafElement()211 child_pos = second_child; in MoveHoleDownAndFillWithLeafElement()