Searched defs:EntryInfo (Results 1 – 3 of 3) sorted by relevance
238 struct EntryInfo { struct239 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size) in EntryInfo() argument241 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) in EntryInfo() function257 List<EntryInfo> entries_; argument
152 struct FakeDriveService::EntryInfo { struct in drive::FakeDriveService153 EntryInfo() : user_permission(google_apis::drive::PERMISSION_ROLE_OWNER) {} in EntryInfo() function155 google_apis::ChangeResource change_resource;156 GURL share_url;157 std::string content_data;161 google_apis::drive::PermissionRole user_permission;
29 ZipReader::EntryInfo::EntryInfo(const std::string& file_name_in_zip, in EntryInfo() function in zip::ZipReader::EntryInfo