Searched defs:Library (Results 1 – 9 of 9) sorted by relevance
34 struct Library { struct39 Albums albums;40 std::set<Photo> all_photos;
26 Library::Library() {} in Library() function in iphoto::parser::Library28 Library::Library(const Albums& albums, in Library() function in iphoto::parser::Library
30 typedef std::map<std::string /*artist name*/, Albums> Library; typedef
65 typedef std::map<ArtistName, Artist> Library; typedef
279 Getting a Modern Host C++ Toolchain
84 .. _resources:
171 class Library class185 Library::Library (HINSTANCE instance) in Library() function in tcu::wgl::Library
246 std::string Library; member
1710 unsigned Library = llvm::StringSwitch<unsigned>(Name) in ParsePreprocessorArgs() local