#include "components/optimization_guide/proto/string_value.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 StringValue::StringValue(
::_pbi::ConstantInitialized): … { … }
struct StringValueDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StringValueDefaultTypeInternal _StringValue_default_instance_;
}
}
namespace optimization_guide {
namespace proto {
class StringValue::_Internal { … };
StringValue::StringValue(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
StringValue::StringValue(const StringValue& from)
: … { … }
inline void StringValue::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
StringValue::~StringValue() { … }
inline void StringValue::SharedDtor() { … }
void StringValue::SetCachedSize(int size) const { … }
void StringValue::Clear() { … }
const char* StringValue::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* StringValue::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t StringValue::ByteSizeLong() const { … }
void StringValue::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void StringValue::MergeFrom(const StringValue& from) { … }
void StringValue::CopyFrom(const StringValue& from) { … }
bool StringValue::IsInitialized() const { … }
void StringValue::InternalSwap(StringValue* other) { … }
std::string StringValue::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::optimization_guide::proto::StringValue*
Arena::CreateMaybeMessage< ::optimization_guide::proto::StringValue >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>