Searched defs:generic_path (Results 1 – 4 of 4) sorted by relevance
103 struct generic_path { struct104 unsigned int id;105 unsigned int subid;
167 BOOST_FILESYSTEM_DECL path path::generic_path() const in generic_path() function in boost::filesystem::path
486 path generic_path() const { return path(*this); } in generic_path() function in boost::filesystem::path
184 const std::string generic_path = GetURIForPath("some_path"); in TEST_P() local