Searched refs:UnboundBackendFileOperations (Results 1 – 4 of 4) sorted by relevance
42 class UnboundBackendFileOperations; variable109 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations;196 std::unique_ptr<UnboundBackendFileOperations> file_operations,211 std::unique_ptr<UnboundBackendFileOperations> file_operations,221 std::unique_ptr<UnboundBackendFileOperations> file_operations,232 std::unique_ptr<UnboundBackendFileOperations> file_operations,249 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations);258 std::unique_ptr<UnboundBackendFileOperations> file_operations);266 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations);517 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations_;
346 std::unique_ptr<UnboundBackendFileOperations> file_operations, in OpenEntry()386 std::unique_ptr<UnboundBackendFileOperations> file_operations, in CreateEntry()425 std::unique_ptr<UnboundBackendFileOperations> file_operations, in OpenOrCreateEntry()490 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in DeleteEntryFiles()566 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in TruncateEntryFiles()578 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in DeleteEntrySetFiles()1174 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations, in SimpleSynchronousEntry()
584 class UnboundBackendFileOperations; variable682 virtual std::unique_ptr<UnboundBackendFileOperations> Unbind() = 0;686 class UnboundBackendFileOperations {688 virtual ~UnboundBackendFileOperations() = default;704 virtual std::unique_ptr<UnboundBackendFileOperations> CreateUnbound() = 0;733 std::unique_ptr<UnboundBackendFileOperations> Unbind() override;750 std::unique_ptr<UnboundBackendFileOperations> CreateUnbound() override;
276 : public disk_cache::UnboundBackendFileOperations {646 std::unique_ptr<UnboundBackendFileOperations> TrivialFileOperations::Unbind() { in Unbind()662 std::unique_ptr<UnboundBackendFileOperations>