#include "sms_fetch_message_test_proto3_optional.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 components_sharing_message {
PROTOBUF_CONSTEXPR SmsFetchRequest::SmsFetchRequest(
::_pbi::ConstantInitialized): … { … }
struct SmsFetchRequestDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SmsFetchRequestDefaultTypeInternal _SmsFetchRequest_default_instance_;
PROTOBUF_CONSTEXPR SmsFetchResponse::SmsFetchResponse(
::_pbi::ConstantInitialized): … { … }
struct SmsFetchResponseDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SmsFetchResponseDefaultTypeInternal _SmsFetchResponse_default_instance_;
}
namespace components_sharing_message {
bool SmsFetchResponse_FailureType_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> SmsFetchResponse_FailureType_strings[7] = …;
static const char SmsFetchResponse_FailureType_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry SmsFetchResponse_FailureType_entries[] = …;
static const int SmsFetchResponse_FailureType_entries_by_number[] = …;
const std::string& SmsFetchResponse_FailureType_Name(
SmsFetchResponse_FailureType value) { … }
bool SmsFetchResponse_FailureType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SmsFetchResponse_FailureType* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr SmsFetchResponse_FailureType SmsFetchResponse::FAILURE_TYPE_UNSPECIFIED;
constexpr SmsFetchResponse_FailureType SmsFetchResponse::SMS_NOT_PARSED_OTP_FORMAT_REGEX_NOT_MATCH;
constexpr SmsFetchResponse_FailureType SmsFetchResponse::SMS_NOT_PARSED_HOST_AND_PORT_NOT_PARSED;
constexpr SmsFetchResponse_FailureType SmsFetchResponse::SMS_NOT_PARSED_GURL_NOT_VALID;
constexpr SmsFetchResponse_FailureType SmsFetchResponse::PROMPT_TIMEOUT;
constexpr SmsFetchResponse_FailureType SmsFetchResponse::PROMPT_CANCELLED;
constexpr SmsFetchResponse_FailureType SmsFetchResponse::BACKEND_NOT_AVAILABLE;
constexpr SmsFetchResponse_FailureType SmsFetchResponse::FailureType_MIN;
constexpr SmsFetchResponse_FailureType SmsFetchResponse::FailureType_MAX;
constexpr int SmsFetchResponse::FailureType_ARRAYSIZE;
#endif
class SmsFetchRequest::_Internal { … };
SmsFetchRequest::SmsFetchRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
SmsFetchRequest::SmsFetchRequest(const SmsFetchRequest& from)
: … { … }
inline void SmsFetchRequest::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
SmsFetchRequest::~SmsFetchRequest() { … }
inline void SmsFetchRequest::SharedDtor() { … }
void SmsFetchRequest::SetCachedSize(int size) const { … }
void SmsFetchRequest::Clear() { … }
const char* SmsFetchRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* SmsFetchRequest::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t SmsFetchRequest::ByteSizeLong() const { … }
void SmsFetchRequest::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void SmsFetchRequest::MergeFrom(const SmsFetchRequest& from) { … }
void SmsFetchRequest::CopyFrom(const SmsFetchRequest& from) { … }
bool SmsFetchRequest::IsInitialized() const { … }
void SmsFetchRequest::InternalSwap(SmsFetchRequest* other) { … }
std::string SmsFetchRequest::GetTypeName() const { … }
class SmsFetchResponse::_Internal { … };
SmsFetchResponse::SmsFetchResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
SmsFetchResponse::SmsFetchResponse(const SmsFetchResponse& from)
: … { … }
inline void SmsFetchResponse::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
SmsFetchResponse::~SmsFetchResponse() { … }
inline void SmsFetchResponse::SharedDtor() { … }
void SmsFetchResponse::SetCachedSize(int size) const { … }
void SmsFetchResponse::Clear() { … }
const char* SmsFetchResponse::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* SmsFetchResponse::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t SmsFetchResponse::ByteSizeLong() const { … }
void SmsFetchResponse::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void SmsFetchResponse::MergeFrom(const SmsFetchResponse& from) { … }
void SmsFetchResponse::CopyFrom(const SmsFetchResponse& from) { … }
bool SmsFetchResponse::IsInitialized() const { … }
void SmsFetchResponse::InternalSwap(SmsFetchResponse* other) { … }
std::string SmsFetchResponse::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::components_sharing_message::SmsFetchRequest*
Arena::CreateMaybeMessage< ::components_sharing_message::SmsFetchRequest >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::components_sharing_message::SmsFetchResponse*
Arena::CreateMaybeMessage< ::components_sharing_message::SmsFetchResponse >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>