Searched refs:all_photos (Results 1 – 6 of 6) sorted by relevance
29 const std::set<Photo>& all_photos) in Library() argument31 all_photos(all_photos) {} in Library()
36 Library(const Albums& albums, const std::set<Photo>& all_photos);40 std::set<Photo> all_photos; member
143 for (a_it = a.all_photos.begin(), b_it = b.all_photos.begin(); in CompareLibrary()144 a_it != a.all_photos.end() && b_it != b.all_photos.end(); in CompareLibrary()171 expected_library_.all_photos.insert(photo); in AddExpectedPhoto()
142 std::set<iphoto::parser::Photo>* all_photos) { in ParseAllPhotos() argument185 all_photos->insert(photo); in ParseAllPhotos()226 if (!ParseAllPhotos(reader_, &library_->all_photos)) { in HandleKeyImpl()
54 library.all_photos.begin(); in BuildIndices()55 photo_it != library.all_photos.end(); photo_it++) { in BuildIndices()
34 IPC_STRUCT_TRAITS_MEMBER(all_photos)