#include "services/device/public/mojom/screen_orientation_lock_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 "services/device/public/mojom/screen_orientation_lock_types.mojom-params-data.h"
namespace device {
namespace mojom {
NOINLINE static const char* ScreenOrientationLockResultToStringHelper(ScreenOrientationLockResult value) { … }
std::string ScreenOrientationLockResultToString(ScreenOrientationLockResult value) { … }
std::ostream& operator<<(std::ostream& os, ScreenOrientationLockResult value) { … }
NOINLINE static const char* ScreenOrientationLockTypeToStringHelper(ScreenOrientationLockType value) { … }
std::string ScreenOrientationLockTypeToString(ScreenOrientationLockType value) { … }
std::ostream& operator<<(std::ostream& os, ScreenOrientationLockType value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::device::mojom::ScreenOrientationLockResult>::WriteIntoTrace(
perfetto::TracedValue context, ::device::mojom::ScreenOrientationLockResult value) { … }
}
namespace perfetto {
void TraceFormatTraits<::device::mojom::ScreenOrientationLockType>::WriteIntoTrace(
perfetto::TracedValue context, ::device::mojom::ScreenOrientationLockType value) { … }
}