#include "ui/base/mojom/ui_base_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/mojom/ui_base_types.mojom-params-data.h"
namespace ui {
namespace mojom {
NOINLINE static const char* ModalTypeToStringHelper(ModalType value) { … }
std::string ModalTypeToString(ModalType value) { … }
std::ostream& operator<<(std::ostream& os, ModalType value) { … }
NOINLINE static const char* MenuSourceTypeToStringHelper(MenuSourceType value) { … }
std::string MenuSourceTypeToString(MenuSourceType value) { … }
std::ostream& operator<<(std::ostream& os, MenuSourceType value) { … }
NOINLINE static const char* WindowShowStateToStringHelper(WindowShowState value) { … }
std::string WindowShowStateToString(WindowShowState value) { … }
std::ostream& operator<<(std::ostream& os, WindowShowState value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::ui::mojom::ModalType>::WriteIntoTrace(
perfetto::TracedValue context, ::ui::mojom::ModalType value) { … }
}
namespace perfetto {
void TraceFormatTraits<::ui::mojom::MenuSourceType>::WriteIntoTrace(
perfetto::TracedValue context, ::ui::mojom::MenuSourceType value) { … }
}
namespace perfetto {
void TraceFormatTraits<::ui::mojom::WindowShowState>::WriteIntoTrace(
perfetto::TracedValue context, ::ui::mojom::WindowShowState value) { … }
}