#include "device/bluetooth/public/mojom/gatt_service_error_code.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 "device/bluetooth/public/mojom/gatt_service_error_code.mojom-params-data.h"
namespace bluetooth {
namespace mojom {
NOINLINE static const char* GattServiceErrorCodeToStringHelper(GattServiceErrorCode value) { … }
std::string GattServiceErrorCodeToString(GattServiceErrorCode value) { … }
std::ostream& operator<<(std::ostream& os, GattServiceErrorCode value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::bluetooth::mojom::GattServiceErrorCode>::WriteIntoTrace(
perfetto::TracedValue context, ::bluetooth::mojom::GattServiceErrorCode value) { … }
}