Home | History | Annotate | Download | only in content

Lines Matching refs:EXPECT_STREQ

59   EXPECT_STREQ("service", (*shutdown_order())[0].c_str());
71 EXPECT_STREQ("child", (*shutdown_order())[0].c_str());
72 EXPECT_STREQ("parent", (*shutdown_order())[1].c_str());
86 EXPECT_STREQ("child2", (*shutdown_order())[0].c_str());
87 EXPECT_STREQ("child1", (*shutdown_order())[1].c_str());
88 EXPECT_STREQ("parent", (*shutdown_order())[2].c_str());
109 EXPECT_STREQ("child_of_2", (*shutdown_order())[0].c_str());
110 EXPECT_STREQ("child_of_12", (*shutdown_order())[1].c_str());
111 EXPECT_STREQ("child_of_1", (*shutdown_order())[2].c_str());
112 EXPECT_STREQ("parent2", (*shutdown_order())[3].c_str());
113 EXPECT_STREQ("parent1", (*shutdown_order())[4].c_str());
133 EXPECT_STREQ("bottom", (*shutdown_order())[0].c_str());
134 EXPECT_STREQ("middle_row_2", (*shutdown_order())[1].c_str());
135 EXPECT_STREQ("middle_row_1", (*shutdown_order())[2].c_str());
136 EXPECT_STREQ("parent", (*shutdown_order())[3].c_str());
166 EXPECT_STREQ("bottom", (*shutdown_order())[0].c_str());
167 EXPECT_STREQ("specialized_service", (*shutdown_order())[1].c_str());
168 EXPECT_STREQ("other_intermediary", (*shutdown_order())[2].c_str());
169 EXPECT_STREQ("intermediary_service", (*shutdown_order())[3].c_str());
170 EXPECT_STREQ("other_root", (*shutdown_order())[4].c_str());
171 EXPECT_STREQ("everything_depends_on_me", (*shutdown_order())[5].c_str());