#include "components/page_image_service/mojom/page_image_service.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/page_image_service/mojom/page_image_service.mojom-params-data.h"
namespace page_image_service {
namespace mojom {
NOINLINE static const char* ClientIdToStringHelper(ClientId value) { … }
std::string ClientIdToString(ClientId value) { … }
std::ostream& operator<<(std::ostream& os, ClientId value) { … }
namespace internal {
bool Options_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
Options_Data::Options_Data()
: … { … }
bool ImageResult_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ImageResult_Data::ImageResult_Data()
: … { … }
bool PageImageServiceHandler_GetPageImageUrl_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
PageImageServiceHandler_GetPageImageUrl_Params_Data::PageImageServiceHandler_GetPageImageUrl_Params_Data()
: … { … }
bool PageImageServiceHandler_GetPageImageUrl_ResponseParams_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
PageImageServiceHandler_GetPageImageUrl_ResponseParams_Data::PageImageServiceHandler_GetPageImageUrl_ResponseParams_Data()
: … { … }
}
}
}
namespace perfetto {
void TraceFormatTraits<::page_image_service::mojom::ClientId>::WriteIntoTrace(
perfetto::TracedValue context, ::page_image_service::mojom::ClientId value) { … }
}