Searched defs:SimpleEntryCreationResults (Results 1 – 2 of 2) sorted by relevance
104 struct SimpleEntryCreationResults { struct108 raw_ptr<SimpleSynchronousEntry> sync_entry;110 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations;113 SimpleStreamPrefetchData stream_prefetch_data[2];115 SimpleEntryStat entry_stat;116 int32_t computed_trailer_prefetch_size = -1;117 int result = net::OK;118 bool created = false;
302 SimpleEntryCreationResults::SimpleEntryCreationResults( in SimpleEntryCreationResults() function in disk_cache::SimpleEntryCreationResults