Lines Matching refs:Contents
330 std::vector<std::string> Contents; in TEST() local
333 Contents.push_back(I->getName()); in TEST()
337 EXPECT_EQ(4U, Contents.size()); in TEST()
339 for (const std::string &Name : Contents) { in TEST()
387 const char *Contents[] = {"/file2", "/file1"}; in TEST() local
388 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents)); in TEST()
397 const char *Contents[] = {"/dir2", "/file2", "/dir1", "/file1"}; in TEST() local
398 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents)); in TEST()
422 const char *Contents[] = {"/dir", "/dir/file2", "/file1"}; in TEST() local
424 makeStringRefVector(Contents)); in TEST()
442 const char *Contents[] = { "/dir", "/dir/file2", "/dir2", "/dir2/foo", in TEST() local
446 makeStringRefVector(Contents)); in TEST()
468 const char *Contents[] = {"/file3", "/file2", "/file1"}; in TEST() local
469 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents)); in TEST()
492 const char *Contents[] = {"/hiddenByUp", "/onlyInUp", "/hiddenByMid", in TEST() local
494 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents)); in TEST()
917 const char *Contents[] = {"//root/file1", "//root/file2", "//root/file3", in TEST_F() local
919 checkContents(O->dir_begin("//root/", EC), makeStringRefVector(Contents)); in TEST_F()
923 const char *Contents[] = {"//root/foo/bar/a", "//root/foo/bar/b"}; in TEST_F() local
925 makeStringRefVector(Contents)); in TEST_F()