#include "components/optimization_guide/proto/features/text_safety.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace optimization_guide {
namespace proto {
PROTOBUF_CONSTEXPR TextSafetyRequest::TextSafetyRequest(
::_pbi::ConstantInitialized): … { … }
struct TextSafetyRequestDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TextSafetyRequestDefaultTypeInternal _TextSafetyRequest_default_instance_;
PROTOBUF_CONSTEXPR TextSafetyResponse::TextSafetyResponse(
::_pbi::ConstantInitialized): … { … }
struct TextSafetyResponseDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TextSafetyResponseDefaultTypeInternal _TextSafetyResponse_default_instance_;
}
}
namespace optimization_guide {
namespace proto {
class TextSafetyRequest::_Internal { … };
TextSafetyRequest::TextSafetyRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
TextSafetyRequest::TextSafetyRequest(const TextSafetyRequest& from)
: … { … }
inline void TextSafetyRequest::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
TextSafetyRequest::~TextSafetyRequest() { … }
inline void TextSafetyRequest::SharedDtor() { … }
void TextSafetyRequest::SetCachedSize(int size) const { … }
void TextSafetyRequest::Clear() { … }
const char* TextSafetyRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* TextSafetyRequest::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t TextSafetyRequest::ByteSizeLong() const { … }
void TextSafetyRequest::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void TextSafetyRequest::MergeFrom(const TextSafetyRequest& from) { … }
void TextSafetyRequest::CopyFrom(const TextSafetyRequest& from) { … }
bool TextSafetyRequest::IsInitialized() const { … }
void TextSafetyRequest::InternalSwap(TextSafetyRequest* other) { … }
std::string TextSafetyRequest::GetTypeName() const { … }
class TextSafetyResponse::_Internal { … };
TextSafetyResponse::TextSafetyResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
TextSafetyResponse::TextSafetyResponse(const TextSafetyResponse& from)
: … { … }
inline void TextSafetyResponse::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
TextSafetyResponse::~TextSafetyResponse() { … }
inline void TextSafetyResponse::SharedDtor() { … }
void TextSafetyResponse::SetCachedSize(int size) const { … }
void TextSafetyResponse::Clear() { … }
const char* TextSafetyResponse::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* TextSafetyResponse::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t TextSafetyResponse::ByteSizeLong() const { … }
void TextSafetyResponse::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void TextSafetyResponse::MergeFrom(const TextSafetyResponse& from) { … }
void TextSafetyResponse::CopyFrom(const TextSafetyResponse& from) { … }
bool TextSafetyResponse::IsInitialized() const { … }
void TextSafetyResponse::InternalSwap(TextSafetyResponse* other) { … }
std::string TextSafetyResponse::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::optimization_guide::proto::TextSafetyRequest*
Arena::CreateMaybeMessage< ::optimization_guide::proto::TextSafetyRequest >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::optimization_guide::proto::TextSafetyResponse*
Arena::CreateMaybeMessage< ::optimization_guide::proto::TextSafetyResponse >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>