#include "quiche/quic/core/proto/cached_network_parameters.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 quic {
PROTOBUF_CONSTEXPR CachedNetworkParameters::CachedNetworkParameters(
::_pbi::ConstantInitialized): … { … }
struct CachedNetworkParametersDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CachedNetworkParametersDefaultTypeInternal _CachedNetworkParameters_default_instance_;
}
namespace quic {
bool CachedNetworkParameters_PreviousConnectionState_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> CachedNetworkParameters_PreviousConnectionState_strings[2] = …;
static const char CachedNetworkParameters_PreviousConnectionState_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry CachedNetworkParameters_PreviousConnectionState_entries[] = …;
static const int CachedNetworkParameters_PreviousConnectionState_entries_by_number[] = …;
const std::string& CachedNetworkParameters_PreviousConnectionState_Name(
CachedNetworkParameters_PreviousConnectionState value) { … }
bool CachedNetworkParameters_PreviousConnectionState_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CachedNetworkParameters_PreviousConnectionState* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr CachedNetworkParameters_PreviousConnectionState CachedNetworkParameters::SLOW_START;
constexpr CachedNetworkParameters_PreviousConnectionState CachedNetworkParameters::CONGESTION_AVOIDANCE;
constexpr CachedNetworkParameters_PreviousConnectionState CachedNetworkParameters::PreviousConnectionState_MIN;
constexpr CachedNetworkParameters_PreviousConnectionState CachedNetworkParameters::PreviousConnectionState_MAX;
constexpr int CachedNetworkParameters::PreviousConnectionState_ARRAYSIZE;
#endif
class CachedNetworkParameters::_Internal { … };
CachedNetworkParameters::CachedNetworkParameters(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
CachedNetworkParameters::CachedNetworkParameters(const CachedNetworkParameters& from)
: … { … }
inline void CachedNetworkParameters::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
CachedNetworkParameters::~CachedNetworkParameters() { … }
inline void CachedNetworkParameters::SharedDtor() { … }
void CachedNetworkParameters::SetCachedSize(int size) const { … }
void CachedNetworkParameters::Clear() { … }
const char* CachedNetworkParameters::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* CachedNetworkParameters::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t CachedNetworkParameters::ByteSizeLong() const { … }
void CachedNetworkParameters::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void CachedNetworkParameters::MergeFrom(const CachedNetworkParameters& from) { … }
void CachedNetworkParameters::CopyFrom(const CachedNetworkParameters& from) { … }
bool CachedNetworkParameters::IsInitialized() const { … }
void CachedNetworkParameters::InternalSwap(CachedNetworkParameters* other) { … }
std::string CachedNetworkParameters::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::quic::CachedNetworkParameters*
Arena::CreateMaybeMessage< ::quic::CachedNetworkParameters >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>