Searched defs:FilePath (Results 1 - 1 of 1) sorted by relevance

/openjdk9/test/fmw/gtest/include/gtest/internal/
H A Dgtest-filepath.h59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
[all...]

Completed in 57 milliseconds