Home | History | Annotate | Download | only in base

Lines Matching defs:observed

135     FilePath observed = input.DirName();
136 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
222 FilePath observed = input.BaseName();
223 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
378 FilePath observed = input.StripTrailingSeparators();
379 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
446 bool observed = input.IsAbsolute();
447 EXPECT_EQ(cases[i].expected, observed) <<
495 FilePath::StringType observed;
497 observed.append(FILE_PATH_LITERAL("|"), 1);
498 observed.append(comps[j]);
500 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed) <<
1041 bool observed = input.ReferencesParent();
1042 EXPECT_EQ(cases[i].expected, observed) <<
1084 FilePath observed = input.NormalizeWindowsPathSeparators();
1085 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<