Searched refs:UnboundBackendFileOperations (Results 1 – 4 of 4) sorted by relevance
43 class UnboundBackendFileOperations; variable110 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations;197 std::unique_ptr<UnboundBackendFileOperations> file_operations,212 std::unique_ptr<UnboundBackendFileOperations> file_operations,222 std::unique_ptr<UnboundBackendFileOperations> file_operations,233 std::unique_ptr<UnboundBackendFileOperations> file_operations,250 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations);259 std::unique_ptr<UnboundBackendFileOperations> file_operations);267 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations);518 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations_;
349 std::unique_ptr<UnboundBackendFileOperations> file_operations, in OpenEntry()389 std::unique_ptr<UnboundBackendFileOperations> file_operations, in CreateEntry()428 std::unique_ptr<UnboundBackendFileOperations> file_operations, in OpenOrCreateEntry()493 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in DeleteEntryFiles()569 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in TruncateEntryFiles()581 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in DeleteEntrySetFiles()1179 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations, in SimpleSynchronousEntry()
589 class UnboundBackendFileOperations; variable687 virtual std::unique_ptr<UnboundBackendFileOperations> Unbind() = 0;691 class UnboundBackendFileOperations {693 virtual ~UnboundBackendFileOperations() = default;709 virtual std::unique_ptr<UnboundBackendFileOperations> CreateUnbound() = 0;738 std::unique_ptr<UnboundBackendFileOperations> Unbind() override;755 std::unique_ptr<UnboundBackendFileOperations> CreateUnbound() override;
279 : public disk_cache::UnboundBackendFileOperations {649 std::unique_ptr<UnboundBackendFileOperations> TrivialFileOperations::Unbind() { in Unbind()665 std::unique_ptr<UnboundBackendFileOperations>