#include "components/services/storage/public/mojom/cache_storage_control.mojom-shared.h"
#include <ostream>
#include <utility>
#include "base/strings/stringprintf.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/lib/validation_util.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"
#include "components/services/storage/public/mojom/cache_storage_control.mojom-params-data.h"
namespace storage {
namespace mojom {
NOINLINE static const char* CacheStorageOwnerToStringHelper(CacheStorageOwner value) { … }
std::string CacheStorageOwnerToString(CacheStorageOwner value) { … }
std::ostream& operator<<(std::ostream& os, CacheStorageOwner value) { … }
namespace internal {
bool CacheStorageObserver_OnCacheListChanged_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
CacheStorageObserver_OnCacheListChanged_Params_Data::CacheStorageObserver_OnCacheListChanged_Params_Data()
: … { … }
bool CacheStorageObserver_OnCacheContentChanged_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
CacheStorageObserver_OnCacheContentChanged_Params_Data::CacheStorageObserver_OnCacheContentChanged_Params_Data()
: … { … }
bool CacheStorageControl_AddReceiver_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
CacheStorageControl_AddReceiver_Params_Data::CacheStorageControl_AddReceiver_Params_Data()
: … { … }
bool CacheStorageControl_AddObserver_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
CacheStorageControl_AddObserver_Params_Data::CacheStorageControl_AddObserver_Params_Data()
: … { … }
bool CacheStorageControl_ApplyPolicyUpdates_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
CacheStorageControl_ApplyPolicyUpdates_Params_Data::CacheStorageControl_ApplyPolicyUpdates_Params_Data()
: … { … }
}
}
}
namespace perfetto {
void TraceFormatTraits<::storage::mojom::CacheStorageOwner>::WriteIntoTrace(
perfetto::TracedValue context, ::storage::mojom::CacheStorageOwner value) { … }
}