Searched defs:EntryInfo (Results 1 – 3 of 3) sorted by relevance
241 struct EntryInfo { struct242 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size) in EntryInfo() argument244 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) in EntryInfo() function260 List<EntryInfo> entries_; argument
142 struct FakeDriveService::EntryInfo { struct in drive::FakeDriveService143 google_apis::ChangeResource change_resource;144 GURL share_url;145 std::string content_data;
29 ZipReader::EntryInfo::EntryInfo(const std::string& file_name_in_zip, in EntryInfo() function in zip::ZipReader::EntryInfo