reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
187 result.GetDescriptions(descriptions); 194 result.GetDescriptions(descriptions); 198 EXPECT_EQ(1U, descriptions.GetSize()); 200 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(0)); 204 result.GetDescriptions(descriptions); 208 EXPECT_EQ(1U, descriptions.GetSize()); 210 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(0)); 215 result.GetDescriptions(descriptions); 219 EXPECT_EQ(2U, descriptions.GetSize()); 225 result.GetDescriptions(descriptions); 229 EXPECT_EQ(3U, descriptions.GetSize()); 231 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(0)); 233 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(1)); 235 EXPECT_STREQ("another comment", descriptions.GetStringAtIndex(2)); 240 result.GetDescriptions(descriptions); 244 EXPECT_EQ(4U, descriptions.GetSize()); 246 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(0)); 248 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(1)); 250 EXPECT_STREQ("another comment", descriptions.GetStringAtIndex(2)); 252 EXPECT_STREQ("", descriptions.GetStringAtIndex(3));