#include "third_party/blink/public/mojom/content_index/content_index.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 "third_party/blink/public/mojom/content_index/content_index.mojom-params-data.h"
namespace blink {
namespace mojom {
NOINLINE static const char* ContentIndexErrorToStringHelper(ContentIndexError value) { … }
std::string ContentIndexErrorToString(ContentIndexError value) { … }
std::ostream& operator<<(std::ostream& os, ContentIndexError value) { … }
NOINLINE static const char* ContentCategoryToStringHelper(ContentCategory value) { … }
std::string ContentCategoryToString(ContentCategory value) { … }
std::ostream& operator<<(std::ostream& os, ContentCategory value) { … }
namespace internal {
bool ContentIconDefinition_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIconDefinition_Data::ContentIconDefinition_Data()
: … { … }
bool ContentDescription_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentDescription_Data::ContentDescription_Data()
: … { … }
bool ContentIndexService_GetIconSizes_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_GetIconSizes_Params_Data::ContentIndexService_GetIconSizes_Params_Data()
: … { … }
bool ContentIndexService_GetIconSizes_ResponseParams_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_GetIconSizes_ResponseParams_Data::ContentIndexService_GetIconSizes_ResponseParams_Data()
: … { … }
bool ContentIndexService_CheckOfflineCapability_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_CheckOfflineCapability_Params_Data::ContentIndexService_CheckOfflineCapability_Params_Data()
: … { … }
bool ContentIndexService_CheckOfflineCapability_ResponseParams_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_CheckOfflineCapability_ResponseParams_Data::ContentIndexService_CheckOfflineCapability_ResponseParams_Data()
: … { … }
bool ContentIndexService_Add_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_Add_Params_Data::ContentIndexService_Add_Params_Data()
: … { … }
bool ContentIndexService_Add_ResponseParams_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_Add_ResponseParams_Data::ContentIndexService_Add_ResponseParams_Data()
: … { … }
bool ContentIndexService_Delete_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_Delete_Params_Data::ContentIndexService_Delete_Params_Data()
: … { … }
bool ContentIndexService_Delete_ResponseParams_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_Delete_ResponseParams_Data::ContentIndexService_Delete_ResponseParams_Data()
: … { … }
bool ContentIndexService_GetDescriptions_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_GetDescriptions_Params_Data::ContentIndexService_GetDescriptions_Params_Data()
: … { … }
bool ContentIndexService_GetDescriptions_ResponseParams_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentIndexService_GetDescriptions_ResponseParams_Data::ContentIndexService_GetDescriptions_ResponseParams_Data()
: … { … }
}
}
}
namespace perfetto {
void TraceFormatTraits<::blink::mojom::ContentIndexError>::WriteIntoTrace(
perfetto::TracedValue context, ::blink::mojom::ContentIndexError value) { … }
}
namespace perfetto {
void TraceFormatTraits<::blink::mojom::ContentCategory>::WriteIntoTrace(
perfetto::TracedValue context, ::blink::mojom::ContentCategory value) { … }
}