#include "ui/base/dragdrop/mojom/drag_drop_types.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 "ui/base/dragdrop/mojom/drag_drop_types.mojom-params-data.h"
namespace ui {
namespace mojom {
NOINLINE static const char* DragEventSourceToStringHelper(DragEventSource value) { … }
std::string DragEventSourceToString(DragEventSource value) { … }
std::ostream& operator<<(std::ostream& os, DragEventSource value) { … }
NOINLINE static const char* DragOperationToStringHelper(DragOperation value) { … }
std::string DragOperationToString(DragOperation value) { … }
std::ostream& operator<<(std::ostream& os, DragOperation value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::ui::mojom::DragEventSource>::WriteIntoTrace(
perfetto::TracedValue context, ::ui::mojom::DragEventSource value) { … }
}
namespace perfetto {
void TraceFormatTraits<::ui::mojom::DragOperation>::WriteIntoTrace(
perfetto::TracedValue context, ::ui::mojom::DragOperation value) { … }
}