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