mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
@@ -181,7 +181,7 @@ struct ServiceAddressDefaultTypeInternal {
|
||||
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT ServiceAddressDefaultTypeInternal _ServiceAddress_default_instance_;
|
||||
constexpr BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials(
|
||||
::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
|
||||
: addresse_candidates_()
|
||||
: address_candidates_()
|
||||
, ssid_(&::PROTOBUF_NAMESPACE_ID::internal::fixed_address_empty_string)
|
||||
, password_(&::PROTOBUF_NAMESPACE_ID::internal::fixed_address_empty_string)
|
||||
, gateway_(nullptr)
|
||||
@@ -198,7 +198,7 @@ struct BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentialsDe
|
||||
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentialsDefaultTypeInternal _BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials_default_instance_;
|
||||
constexpr BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket(
|
||||
::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
|
||||
: addresse_candidates_()
|
||||
: address_candidates_()
|
||||
, ip_address_(&::PROTOBUF_NAMESPACE_ID::internal::fixed_address_empty_string)
|
||||
, wifi_port_(0){}
|
||||
struct BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocketDefaultTypeInternal {
|
||||
@@ -5977,7 +5977,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::LazyString BandwidthUpgradeNegotiationF
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials(::PROTOBUF_NAMESPACE_ID::Arena* arena,
|
||||
bool is_message_owned)
|
||||
: ::PROTOBUF_NAMESPACE_ID::MessageLite(arena, is_message_owned),
|
||||
addresse_candidates_(arena) {
|
||||
address_candidates_(arena) {
|
||||
SharedCtor();
|
||||
if (!is_message_owned) {
|
||||
RegisterArenaDtor(arena);
|
||||
@@ -5987,7 +5987,7 @@ BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::Bandwid
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials(const BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials& from)
|
||||
: ::PROTOBUF_NAMESPACE_ID::MessageLite(),
|
||||
_has_bits_(from._has_bits_),
|
||||
addresse_candidates_(from.addresse_candidates_) {
|
||||
address_candidates_(from.address_candidates_) {
|
||||
_internal_metadata_.MergeFrom<std::string>(from._internal_metadata_);
|
||||
ssid_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
|
||||
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
||||
@@ -6060,7 +6060,7 @@ void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::Cl
|
||||
// Prevent compiler warnings about cached_has_bits being unused
|
||||
(void) cached_has_bits;
|
||||
|
||||
addresse_candidates_.Clear();
|
||||
address_candidates_.Clear();
|
||||
cached_has_bits = _has_bits_[0];
|
||||
if (cached_has_bits & 0x00000007u) {
|
||||
if (cached_has_bits & 0x00000001u) {
|
||||
@@ -6133,13 +6133,13 @@ const char* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredenti
|
||||
} else
|
||||
goto handle_unusual;
|
||||
continue;
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 6;
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 6;
|
||||
case 6:
|
||||
if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 50)) {
|
||||
ptr -= 1;
|
||||
do {
|
||||
ptr += 1;
|
||||
ptr = ctx->ParseMessage(_internal_add_addresse_candidates(), ptr);
|
||||
ptr = ctx->ParseMessage(_internal_add_address_candidates(), ptr);
|
||||
CHK_(ptr);
|
||||
if (!ctx->DataAvailable(ptr)) break;
|
||||
} while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<50>(ptr));
|
||||
@@ -6207,12 +6207,12 @@ uint8_t* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials
|
||||
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(5, this->_internal_frequency(), target);
|
||||
}
|
||||
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 6;
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 6;
|
||||
for (unsigned int i = 0,
|
||||
n = static_cast<unsigned int>(this->_internal_addresse_candidates_size()); i < n; i++) {
|
||||
n = static_cast<unsigned int>(this->_internal_address_candidates_size()); i < n; i++) {
|
||||
target = stream->EnsureSpace(target);
|
||||
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
|
||||
InternalWriteMessage(6, this->_internal_addresse_candidates(i), target, stream);
|
||||
InternalWriteMessage(6, this->_internal_address_candidates(i), target, stream);
|
||||
}
|
||||
|
||||
if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
|
||||
@@ -6231,9 +6231,9 @@ size_t BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::
|
||||
// Prevent compiler warnings about cached_has_bits being unused
|
||||
(void) cached_has_bits;
|
||||
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 6;
|
||||
total_size += 1UL * this->_internal_addresse_candidates_size();
|
||||
for (const auto& msg : this->addresse_candidates_) {
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 6;
|
||||
total_size += 1UL * this->_internal_address_candidates_size();
|
||||
for (const auto& msg : this->address_candidates_) {
|
||||
total_size +=
|
||||
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg);
|
||||
}
|
||||
@@ -6292,7 +6292,7 @@ void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::Me
|
||||
uint32_t cached_has_bits = 0;
|
||||
(void) cached_has_bits;
|
||||
|
||||
addresse_candidates_.MergeFrom(from.addresse_candidates_);
|
||||
address_candidates_.MergeFrom(from.address_candidates_);
|
||||
cached_has_bits = from._has_bits_[0];
|
||||
if (cached_has_bits & 0x0000001fu) {
|
||||
if (cached_has_bits & 0x00000001u) {
|
||||
@@ -6332,7 +6332,7 @@ void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::In
|
||||
auto* rhs_arena = other->GetArenaForAllocation();
|
||||
_internal_metadata_.InternalSwap(&other->_internal_metadata_);
|
||||
swap(_has_bits_[0], other->_has_bits_[0]);
|
||||
addresse_candidates_.InternalSwap(&other->addresse_candidates_);
|
||||
address_candidates_.InternalSwap(&other->address_candidates_);
|
||||
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap(
|
||||
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
|
||||
&ssid_, lhs_arena,
|
||||
@@ -6373,7 +6373,7 @@ class BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::_Internal
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket(::PROTOBUF_NAMESPACE_ID::Arena* arena,
|
||||
bool is_message_owned)
|
||||
: ::PROTOBUF_NAMESPACE_ID::MessageLite(arena, is_message_owned),
|
||||
addresse_candidates_(arena) {
|
||||
address_candidates_(arena) {
|
||||
SharedCtor();
|
||||
if (!is_message_owned) {
|
||||
RegisterArenaDtor(arena);
|
||||
@@ -6383,7 +6383,7 @@ BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::BandwidthUpgrade
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket(const BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket& from)
|
||||
: ::PROTOBUF_NAMESPACE_ID::MessageLite(),
|
||||
_has_bits_(from._has_bits_),
|
||||
addresse_candidates_(from.addresse_candidates_) {
|
||||
address_candidates_(from.address_candidates_) {
|
||||
_internal_metadata_.MergeFrom<std::string>(from._internal_metadata_);
|
||||
ip_address_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
|
||||
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
||||
@@ -6433,7 +6433,7 @@ void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::Clear() {
|
||||
// Prevent compiler warnings about cached_has_bits being unused
|
||||
(void) cached_has_bits;
|
||||
|
||||
addresse_candidates_.Clear();
|
||||
address_candidates_.Clear();
|
||||
cached_has_bits = _has_bits_[0];
|
||||
if (cached_has_bits & 0x00000001u) {
|
||||
ip_address_.ClearNonDefaultToEmpty();
|
||||
@@ -6468,13 +6468,13 @@ const char* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::_Int
|
||||
} else
|
||||
goto handle_unusual;
|
||||
continue;
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 3;
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 3;
|
||||
case 3:
|
||||
if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 26)) {
|
||||
ptr -= 1;
|
||||
do {
|
||||
ptr += 1;
|
||||
ptr = ctx->ParseMessage(_internal_add_addresse_candidates(), ptr);
|
||||
ptr = ctx->ParseMessage(_internal_add_address_candidates(), ptr);
|
||||
CHK_(ptr);
|
||||
if (!ctx->DataAvailable(ptr)) break;
|
||||
} while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<26>(ptr));
|
||||
@@ -6524,12 +6524,12 @@ uint8_t* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::_Intern
|
||||
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(2, this->_internal_wifi_port(), target);
|
||||
}
|
||||
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 3;
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 3;
|
||||
for (unsigned int i = 0,
|
||||
n = static_cast<unsigned int>(this->_internal_addresse_candidates_size()); i < n; i++) {
|
||||
n = static_cast<unsigned int>(this->_internal_address_candidates_size()); i < n; i++) {
|
||||
target = stream->EnsureSpace(target);
|
||||
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
|
||||
InternalWriteMessage(3, this->_internal_addresse_candidates(i), target, stream);
|
||||
InternalWriteMessage(3, this->_internal_address_candidates(i), target, stream);
|
||||
}
|
||||
|
||||
if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
|
||||
@@ -6548,9 +6548,9 @@ size_t BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::ByteSizeL
|
||||
// Prevent compiler warnings about cached_has_bits being unused
|
||||
(void) cached_has_bits;
|
||||
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 3;
|
||||
total_size += 1UL * this->_internal_addresse_candidates_size();
|
||||
for (const auto& msg : this->addresse_candidates_) {
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 3;
|
||||
total_size += 1UL * this->_internal_address_candidates_size();
|
||||
for (const auto& msg : this->address_candidates_) {
|
||||
total_size +=
|
||||
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg);
|
||||
}
|
||||
@@ -6590,7 +6590,7 @@ void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::MergeFrom(c
|
||||
uint32_t cached_has_bits = 0;
|
||||
(void) cached_has_bits;
|
||||
|
||||
addresse_candidates_.MergeFrom(from.addresse_candidates_);
|
||||
address_candidates_.MergeFrom(from.address_candidates_);
|
||||
cached_has_bits = from._has_bits_[0];
|
||||
if (cached_has_bits & 0x00000003u) {
|
||||
if (cached_has_bits & 0x00000001u) {
|
||||
@@ -6621,7 +6621,7 @@ void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::InternalSwa
|
||||
auto* rhs_arena = other->GetArenaForAllocation();
|
||||
_internal_metadata_.InternalSwap(&other->_internal_metadata_);
|
||||
swap(_has_bits_[0], other->_has_bits_[0]);
|
||||
addresse_candidates_.InternalSwap(&other->addresse_candidates_);
|
||||
address_candidates_.InternalSwap(&other->address_candidates_);
|
||||
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap(
|
||||
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
|
||||
&ip_address_, lhs_arena,
|
||||
|
||||
@@ -3250,30 +3250,30 @@ class BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials fi
|
||||
// accessors -------------------------------------------------------
|
||||
|
||||
enum : int {
|
||||
kAddresseCandidatesFieldNumber = 6,
|
||||
kAddressCandidatesFieldNumber = 6,
|
||||
kSsidFieldNumber = 1,
|
||||
kPasswordFieldNumber = 2,
|
||||
kGatewayFieldNumber = 4,
|
||||
kPortFieldNumber = 3,
|
||||
kFrequencyFieldNumber = 5,
|
||||
};
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 6;
|
||||
int addresse_candidates_size() const;
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 6;
|
||||
int address_candidates_size() const;
|
||||
private:
|
||||
int _internal_addresse_candidates_size() const;
|
||||
int _internal_address_candidates_size() const;
|
||||
public:
|
||||
void clear_addresse_candidates();
|
||||
::location::nearby::connections::ServiceAddress* mutable_addresse_candidates(int index);
|
||||
void clear_address_candidates();
|
||||
::location::nearby::connections::ServiceAddress* mutable_address_candidates(int index);
|
||||
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress >*
|
||||
mutable_addresse_candidates();
|
||||
mutable_address_candidates();
|
||||
private:
|
||||
const ::location::nearby::connections::ServiceAddress& _internal_addresse_candidates(int index) const;
|
||||
::location::nearby::connections::ServiceAddress* _internal_add_addresse_candidates();
|
||||
const ::location::nearby::connections::ServiceAddress& _internal_address_candidates(int index) const;
|
||||
::location::nearby::connections::ServiceAddress* _internal_add_address_candidates();
|
||||
public:
|
||||
const ::location::nearby::connections::ServiceAddress& addresse_candidates(int index) const;
|
||||
::location::nearby::connections::ServiceAddress* add_addresse_candidates();
|
||||
const ::location::nearby::connections::ServiceAddress& address_candidates(int index) const;
|
||||
::location::nearby::connections::ServiceAddress* add_address_candidates();
|
||||
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress >&
|
||||
addresse_candidates() const;
|
||||
address_candidates() const;
|
||||
|
||||
// optional string ssid = 1;
|
||||
bool has_ssid() const;
|
||||
@@ -3364,7 +3364,7 @@ class BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials fi
|
||||
typedef void DestructorSkippable_;
|
||||
::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
|
||||
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
||||
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress > addresse_candidates_;
|
||||
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress > address_candidates_;
|
||||
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr ssid_;
|
||||
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr password_;
|
||||
static const ::PROTOBUF_NAMESPACE_ID::internal::LazyString _i_give_permission_to_break_this_code_default_gateway_;
|
||||
@@ -3488,27 +3488,27 @@ class BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket final :
|
||||
// accessors -------------------------------------------------------
|
||||
|
||||
enum : int {
|
||||
kAddresseCandidatesFieldNumber = 3,
|
||||
kAddressCandidatesFieldNumber = 3,
|
||||
kIpAddressFieldNumber = 1,
|
||||
kWifiPortFieldNumber = 2,
|
||||
};
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 3;
|
||||
int addresse_candidates_size() const;
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 3;
|
||||
int address_candidates_size() const;
|
||||
private:
|
||||
int _internal_addresse_candidates_size() const;
|
||||
int _internal_address_candidates_size() const;
|
||||
public:
|
||||
void clear_addresse_candidates();
|
||||
::location::nearby::connections::ServiceAddress* mutable_addresse_candidates(int index);
|
||||
void clear_address_candidates();
|
||||
::location::nearby::connections::ServiceAddress* mutable_address_candidates(int index);
|
||||
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress >*
|
||||
mutable_addresse_candidates();
|
||||
mutable_address_candidates();
|
||||
private:
|
||||
const ::location::nearby::connections::ServiceAddress& _internal_addresse_candidates(int index) const;
|
||||
::location::nearby::connections::ServiceAddress* _internal_add_addresse_candidates();
|
||||
const ::location::nearby::connections::ServiceAddress& _internal_address_candidates(int index) const;
|
||||
::location::nearby::connections::ServiceAddress* _internal_add_address_candidates();
|
||||
public:
|
||||
const ::location::nearby::connections::ServiceAddress& addresse_candidates(int index) const;
|
||||
::location::nearby::connections::ServiceAddress* add_addresse_candidates();
|
||||
const ::location::nearby::connections::ServiceAddress& address_candidates(int index) const;
|
||||
::location::nearby::connections::ServiceAddress* add_address_candidates();
|
||||
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress >&
|
||||
addresse_candidates() const;
|
||||
address_candidates() const;
|
||||
|
||||
// optional bytes ip_address = 1;
|
||||
bool has_ip_address() const;
|
||||
@@ -3550,7 +3550,7 @@ class BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket final :
|
||||
typedef void DestructorSkippable_;
|
||||
::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
|
||||
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
||||
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress > addresse_candidates_;
|
||||
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress > address_candidates_;
|
||||
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr ip_address_;
|
||||
int32_t wifi_port_;
|
||||
friend struct ::TableStruct_connections_2fimplementation_2fproto_2foffline_5fwire_5fformats_2eproto;
|
||||
@@ -13253,44 +13253,44 @@ inline void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredenti
|
||||
// @@protoc_insertion_point(field_set:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.frequency)
|
||||
}
|
||||
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 6;
|
||||
inline int BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::_internal_addresse_candidates_size() const {
|
||||
return addresse_candidates_.size();
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 6;
|
||||
inline int BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::_internal_address_candidates_size() const {
|
||||
return address_candidates_.size();
|
||||
}
|
||||
inline int BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::addresse_candidates_size() const {
|
||||
return _internal_addresse_candidates_size();
|
||||
inline int BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::address_candidates_size() const {
|
||||
return _internal_address_candidates_size();
|
||||
}
|
||||
inline void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::clear_addresse_candidates() {
|
||||
addresse_candidates_.Clear();
|
||||
inline void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::clear_address_candidates() {
|
||||
address_candidates_.Clear();
|
||||
}
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::mutable_addresse_candidates(int index) {
|
||||
// @@protoc_insertion_point(field_mutable:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.addresse_candidates)
|
||||
return addresse_candidates_.Mutable(index);
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::mutable_address_candidates(int index) {
|
||||
// @@protoc_insertion_point(field_mutable:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.address_candidates)
|
||||
return address_candidates_.Mutable(index);
|
||||
}
|
||||
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress >*
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::mutable_addresse_candidates() {
|
||||
// @@protoc_insertion_point(field_mutable_list:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.addresse_candidates)
|
||||
return &addresse_candidates_;
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::mutable_address_candidates() {
|
||||
// @@protoc_insertion_point(field_mutable_list:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.address_candidates)
|
||||
return &address_candidates_;
|
||||
}
|
||||
inline const ::location::nearby::connections::ServiceAddress& BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::_internal_addresse_candidates(int index) const {
|
||||
return addresse_candidates_.Get(index);
|
||||
inline const ::location::nearby::connections::ServiceAddress& BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::_internal_address_candidates(int index) const {
|
||||
return address_candidates_.Get(index);
|
||||
}
|
||||
inline const ::location::nearby::connections::ServiceAddress& BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::addresse_candidates(int index) const {
|
||||
// @@protoc_insertion_point(field_get:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.addresse_candidates)
|
||||
return _internal_addresse_candidates(index);
|
||||
inline const ::location::nearby::connections::ServiceAddress& BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::address_candidates(int index) const {
|
||||
// @@protoc_insertion_point(field_get:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.address_candidates)
|
||||
return _internal_address_candidates(index);
|
||||
}
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::_internal_add_addresse_candidates() {
|
||||
return addresse_candidates_.Add();
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::_internal_add_address_candidates() {
|
||||
return address_candidates_.Add();
|
||||
}
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::add_addresse_candidates() {
|
||||
::location::nearby::connections::ServiceAddress* _add = _internal_add_addresse_candidates();
|
||||
// @@protoc_insertion_point(field_add:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.addresse_candidates)
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::add_address_candidates() {
|
||||
::location::nearby::connections::ServiceAddress* _add = _internal_add_address_candidates();
|
||||
// @@protoc_insertion_point(field_add:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.address_candidates)
|
||||
return _add;
|
||||
}
|
||||
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress >&
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::addresse_candidates() const {
|
||||
// @@protoc_insertion_point(field_list:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.addresse_candidates)
|
||||
return addresse_candidates_;
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiHotspotCredentials::address_candidates() const {
|
||||
// @@protoc_insertion_point(field_list:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials.address_candidates)
|
||||
return address_candidates_;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
@@ -13394,44 +13394,44 @@ inline void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::set_
|
||||
// @@protoc_insertion_point(field_set:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.wifi_port)
|
||||
}
|
||||
|
||||
// repeated .location.nearby.connections.ServiceAddress addresse_candidates = 3;
|
||||
inline int BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::_internal_addresse_candidates_size() const {
|
||||
return addresse_candidates_.size();
|
||||
// repeated .location.nearby.connections.ServiceAddress address_candidates = 3;
|
||||
inline int BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::_internal_address_candidates_size() const {
|
||||
return address_candidates_.size();
|
||||
}
|
||||
inline int BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::addresse_candidates_size() const {
|
||||
return _internal_addresse_candidates_size();
|
||||
inline int BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::address_candidates_size() const {
|
||||
return _internal_address_candidates_size();
|
||||
}
|
||||
inline void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::clear_addresse_candidates() {
|
||||
addresse_candidates_.Clear();
|
||||
inline void BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::clear_address_candidates() {
|
||||
address_candidates_.Clear();
|
||||
}
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::mutable_addresse_candidates(int index) {
|
||||
// @@protoc_insertion_point(field_mutable:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.addresse_candidates)
|
||||
return addresse_candidates_.Mutable(index);
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::mutable_address_candidates(int index) {
|
||||
// @@protoc_insertion_point(field_mutable:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.address_candidates)
|
||||
return address_candidates_.Mutable(index);
|
||||
}
|
||||
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress >*
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::mutable_addresse_candidates() {
|
||||
// @@protoc_insertion_point(field_mutable_list:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.addresse_candidates)
|
||||
return &addresse_candidates_;
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::mutable_address_candidates() {
|
||||
// @@protoc_insertion_point(field_mutable_list:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.address_candidates)
|
||||
return &address_candidates_;
|
||||
}
|
||||
inline const ::location::nearby::connections::ServiceAddress& BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::_internal_addresse_candidates(int index) const {
|
||||
return addresse_candidates_.Get(index);
|
||||
inline const ::location::nearby::connections::ServiceAddress& BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::_internal_address_candidates(int index) const {
|
||||
return address_candidates_.Get(index);
|
||||
}
|
||||
inline const ::location::nearby::connections::ServiceAddress& BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::addresse_candidates(int index) const {
|
||||
// @@protoc_insertion_point(field_get:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.addresse_candidates)
|
||||
return _internal_addresse_candidates(index);
|
||||
inline const ::location::nearby::connections::ServiceAddress& BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::address_candidates(int index) const {
|
||||
// @@protoc_insertion_point(field_get:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.address_candidates)
|
||||
return _internal_address_candidates(index);
|
||||
}
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::_internal_add_addresse_candidates() {
|
||||
return addresse_candidates_.Add();
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::_internal_add_address_candidates() {
|
||||
return address_candidates_.Add();
|
||||
}
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::add_addresse_candidates() {
|
||||
::location::nearby::connections::ServiceAddress* _add = _internal_add_addresse_candidates();
|
||||
// @@protoc_insertion_point(field_add:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.addresse_candidates)
|
||||
inline ::location::nearby::connections::ServiceAddress* BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::add_address_candidates() {
|
||||
::location::nearby::connections::ServiceAddress* _add = _internal_add_address_candidates();
|
||||
// @@protoc_insertion_point(field_add:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.address_candidates)
|
||||
return _add;
|
||||
}
|
||||
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::location::nearby::connections::ServiceAddress >&
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::addresse_candidates() const {
|
||||
// @@protoc_insertion_point(field_list:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.addresse_candidates)
|
||||
return addresse_candidates_;
|
||||
BandwidthUpgradeNegotiationFrame_UpgradePathInfo_WifiLanSocket::address_candidates() const {
|
||||
// @@protoc_insertion_point(field_list:location.nearby.connections.BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket.address_candidates)
|
||||
return address_candidates_;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user