chromium/gpu/ipc/common/gpu_disk_cache_type.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "gpu/ipc/common/gpu_disk_cache_type.h"

#include "base/notreached.h"

namespace gpu {

std::ostream& operator<<(std::ostream& s, const GpuDiskCacheType& type) {}

std::ostream& operator<<(std::ostream& s, const GpuDiskCacheHandle& handle) {}

base::FilePath::StringType GetGpuDiskCacheSubdir(GpuDiskCacheType type) {}

GpuDiskCacheType GetHandleType(const GpuDiskCacheHandle& handle) {}

int32_t GetHandleValue(const GpuDiskCacheHandle& handle) {}

bool IsReservedGpuDiskCacheHandle(const GpuDiskCacheHandle& handle) {}

}  // namespace gpu