// Generated by the protocol buffer compiler. DO NOT EDIT!
|
// source: app.proto
|
|
#ifndef GOOGLE_PROTOBUF_INCLUDED_app_2eproto
|
#define GOOGLE_PROTOBUF_INCLUDED_app_2eproto
|
|
#include <limits>
|
#include <string>
|
|
#include <google/protobuf/port_def.inc>
|
#if PROTOBUF_VERSION < 3017000
|
#error This file was generated by a newer version of protoc which is
|
#error incompatible with your Protocol Buffer headers. Please update
|
#error your headers.
|
#endif
|
#if 3017003 < PROTOBUF_MIN_PROTOC_VERSION
|
#error This file was generated by an older version of protoc which is
|
#error incompatible with your Protocol Buffer headers. Please
|
#error regenerate this file with a newer version of protoc.
|
#endif
|
|
#include <google/protobuf/port_undef.inc>
|
#include <google/protobuf/io/coded_stream.h>
|
#include <google/protobuf/arena.h>
|
#include <google/protobuf/arenastring.h>
|
#include <google/protobuf/generated_message_table_driven.h>
|
#include <google/protobuf/generated_message_util.h>
|
#include <google/protobuf/metadata_lite.h>
|
#include <google/protobuf/generated_message_reflection.h>
|
#include <google/protobuf/message.h>
|
#include <google/protobuf/repeated_field.h> // IWYU pragma: export
|
#include <google/protobuf/extension_set.h> // IWYU pragma: export
|
#include <google/protobuf/unknown_field_set.h>
|
// @@protoc_insertion_point(includes)
|
#include <google/protobuf/port_def.inc>
|
#define PROTOBUF_INTERNAL_EXPORT_app_2eproto
|
PROTOBUF_NAMESPACE_OPEN
|
namespace internal {
|
class AnyMetadata;
|
} // namespace internal
|
PROTOBUF_NAMESPACE_CLOSE
|
|
// Internal implementation detail -- do not use these members.
|
struct TableStruct_app_2eproto {
|
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
|
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
|
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
|
};
|
extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_app_2eproto;
|
namespace protomsg {
|
class App;
|
struct AppDefaultTypeInternal;
|
extern AppDefaultTypeInternal _App_default_instance_;
|
} // namespace protomsg
|
PROTOBUF_NAMESPACE_OPEN
|
template<> ::protomsg::App* Arena::CreateMaybeMessage<::protomsg::App>(Arena*);
|
PROTOBUF_NAMESPACE_CLOSE
|
namespace protomsg {
|
|
// ===================================================================
|
|
class App final :
|
public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protomsg.App) */ {
|
public:
|
inline App() : App(nullptr) {}
|
~App() override;
|
explicit constexpr App(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
|
|
App(const App& from);
|
App(App&& from) noexcept
|
: App() {
|
*this = ::std::move(from);
|
}
|
|
inline App& operator=(const App& from) {
|
CopyFrom(from);
|
return *this;
|
}
|
inline App& operator=(App&& from) noexcept {
|
if (this == &from) return *this;
|
if (GetOwningArena() == from.GetOwningArena()) {
|
InternalSwap(&from);
|
} else {
|
CopyFrom(from);
|
}
|
return *this;
|
}
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
|
return GetDescriptor();
|
}
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
|
return default_instance().GetMetadata().descriptor;
|
}
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
|
return default_instance().GetMetadata().reflection;
|
}
|
static const App& default_instance() {
|
return *internal_default_instance();
|
}
|
static inline const App* internal_default_instance() {
|
return reinterpret_cast<const App*>(
|
&_App_default_instance_);
|
}
|
static constexpr int kIndexInFileMessages =
|
0;
|
|
friend void swap(App& a, App& b) {
|
a.Swap(&b);
|
}
|
inline void Swap(App* other) {
|
if (other == this) return;
|
if (GetOwningArena() == other->GetOwningArena()) {
|
InternalSwap(other);
|
} else {
|
::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
|
}
|
}
|
void UnsafeArenaSwap(App* other) {
|
if (other == this) return;
|
GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
|
InternalSwap(other);
|
}
|
|
// implements Message ----------------------------------------------
|
|
inline App* New() const final {
|
return new App();
|
}
|
|
App* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
|
return CreateMaybeMessage<App>(arena);
|
}
|
using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
|
void CopyFrom(const App& from);
|
using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
|
void MergeFrom(const App& from);
|
private:
|
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message*to, const ::PROTOBUF_NAMESPACE_ID::Message&from);
|
public:
|
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
|
bool IsInitialized() const final;
|
|
size_t ByteSizeLong() const final;
|
const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
|
::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
|
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
int GetCachedSize() const final { return _cached_size_.Get(); }
|
|
private:
|
void SharedCtor();
|
void SharedDtor();
|
void SetCachedSize(int size) const final;
|
void InternalSwap(App* other);
|
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
|
static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
|
return "protomsg.App";
|
}
|
protected:
|
explicit App(::PROTOBUF_NAMESPACE_ID::Arena* arena,
|
bool is_message_owned = false);
|
private:
|
static void ArenaDtor(void* object);
|
inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
public:
|
|
static const ClassData _class_data_;
|
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
|
|
// nested types ----------------------------------------------------
|
|
// accessors -------------------------------------------------------
|
|
enum : int {
|
kIdFieldNumber = 1,
|
kNameFieldNumber = 2,
|
kPackageFieldNumber = 3,
|
kTypeFieldNumber = 4,
|
kUrlFieldNumber = 5,
|
kTitleFieldNumber = 6,
|
kIconBlobFieldNumber = 9,
|
kIconFieldNumber = 10,
|
kVersionFieldNumber = 11,
|
kCreateTimeFieldNumber = 12,
|
kCreateByFieldNumber = 13,
|
kUpdateTimeFieldNumber = 14,
|
kUpdateByFieldNumber = 15,
|
kIconBlob2FieldNumber = 17,
|
kProcNameFieldNumber = 18,
|
kActivateCodeFieldNumber = 19,
|
kWidthFieldNumber = 7,
|
kHeightFieldNumber = 8,
|
kIsDefaultFieldNumber = 16,
|
};
|
// string id = 1;
|
void clear_id();
|
const std::string& id() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_id(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_id();
|
PROTOBUF_MUST_USE_RESULT std::string* release_id();
|
void set_allocated_id(std::string* id);
|
private:
|
const std::string& _internal_id() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_id(const std::string& value);
|
std::string* _internal_mutable_id();
|
public:
|
|
// string name = 2;
|
void clear_name();
|
const std::string& name() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_name(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_name();
|
PROTOBUF_MUST_USE_RESULT std::string* release_name();
|
void set_allocated_name(std::string* name);
|
private:
|
const std::string& _internal_name() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
|
std::string* _internal_mutable_name();
|
public:
|
|
// string package = 3;
|
void clear_package();
|
const std::string& package() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_package(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_package();
|
PROTOBUF_MUST_USE_RESULT std::string* release_package();
|
void set_allocated_package(std::string* package);
|
private:
|
const std::string& _internal_package() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_package(const std::string& value);
|
std::string* _internal_mutable_package();
|
public:
|
|
// string type = 4;
|
void clear_type();
|
const std::string& type() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_type(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_type();
|
PROTOBUF_MUST_USE_RESULT std::string* release_type();
|
void set_allocated_type(std::string* type);
|
private:
|
const std::string& _internal_type() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_type(const std::string& value);
|
std::string* _internal_mutable_type();
|
public:
|
|
// string url = 5;
|
void clear_url();
|
const std::string& url() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_url(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_url();
|
PROTOBUF_MUST_USE_RESULT std::string* release_url();
|
void set_allocated_url(std::string* url);
|
private:
|
const std::string& _internal_url() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_url(const std::string& value);
|
std::string* _internal_mutable_url();
|
public:
|
|
// string title = 6;
|
void clear_title();
|
const std::string& title() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_title(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_title();
|
PROTOBUF_MUST_USE_RESULT std::string* release_title();
|
void set_allocated_title(std::string* title);
|
private:
|
const std::string& _internal_title() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_title(const std::string& value);
|
std::string* _internal_mutable_title();
|
public:
|
|
// string iconBlob = 9;
|
void clear_iconblob();
|
const std::string& iconblob() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_iconblob(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_iconblob();
|
PROTOBUF_MUST_USE_RESULT std::string* release_iconblob();
|
void set_allocated_iconblob(std::string* iconblob);
|
private:
|
const std::string& _internal_iconblob() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_iconblob(const std::string& value);
|
std::string* _internal_mutable_iconblob();
|
public:
|
|
// string icon = 10;
|
void clear_icon();
|
const std::string& icon() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_icon(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_icon();
|
PROTOBUF_MUST_USE_RESULT std::string* release_icon();
|
void set_allocated_icon(std::string* icon);
|
private:
|
const std::string& _internal_icon() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_icon(const std::string& value);
|
std::string* _internal_mutable_icon();
|
public:
|
|
// string version = 11;
|
void clear_version();
|
const std::string& version() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_version(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_version();
|
PROTOBUF_MUST_USE_RESULT std::string* release_version();
|
void set_allocated_version(std::string* version);
|
private:
|
const std::string& _internal_version() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_version(const std::string& value);
|
std::string* _internal_mutable_version();
|
public:
|
|
// string create_time = 12;
|
void clear_create_time();
|
const std::string& create_time() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_create_time(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_create_time();
|
PROTOBUF_MUST_USE_RESULT std::string* release_create_time();
|
void set_allocated_create_time(std::string* create_time);
|
private:
|
const std::string& _internal_create_time() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_create_time(const std::string& value);
|
std::string* _internal_mutable_create_time();
|
public:
|
|
// string create_by = 13;
|
void clear_create_by();
|
const std::string& create_by() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_create_by(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_create_by();
|
PROTOBUF_MUST_USE_RESULT std::string* release_create_by();
|
void set_allocated_create_by(std::string* create_by);
|
private:
|
const std::string& _internal_create_by() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_create_by(const std::string& value);
|
std::string* _internal_mutable_create_by();
|
public:
|
|
// string update_time = 14;
|
void clear_update_time();
|
const std::string& update_time() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_update_time(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_update_time();
|
PROTOBUF_MUST_USE_RESULT std::string* release_update_time();
|
void set_allocated_update_time(std::string* update_time);
|
private:
|
const std::string& _internal_update_time() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_update_time(const std::string& value);
|
std::string* _internal_mutable_update_time();
|
public:
|
|
// string update_by = 15;
|
void clear_update_by();
|
const std::string& update_by() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_update_by(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_update_by();
|
PROTOBUF_MUST_USE_RESULT std::string* release_update_by();
|
void set_allocated_update_by(std::string* update_by);
|
private:
|
const std::string& _internal_update_by() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_update_by(const std::string& value);
|
std::string* _internal_mutable_update_by();
|
public:
|
|
// string iconBlob2 = 17;
|
void clear_iconblob2();
|
const std::string& iconblob2() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_iconblob2(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_iconblob2();
|
PROTOBUF_MUST_USE_RESULT std::string* release_iconblob2();
|
void set_allocated_iconblob2(std::string* iconblob2);
|
private:
|
const std::string& _internal_iconblob2() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_iconblob2(const std::string& value);
|
std::string* _internal_mutable_iconblob2();
|
public:
|
|
// string procName = 18;
|
void clear_procname();
|
const std::string& procname() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_procname(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_procname();
|
PROTOBUF_MUST_USE_RESULT std::string* release_procname();
|
void set_allocated_procname(std::string* procname);
|
private:
|
const std::string& _internal_procname() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_procname(const std::string& value);
|
std::string* _internal_mutable_procname();
|
public:
|
|
// string activateCode = 19;
|
void clear_activatecode();
|
const std::string& activatecode() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_activatecode(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_activatecode();
|
PROTOBUF_MUST_USE_RESULT std::string* release_activatecode();
|
void set_allocated_activatecode(std::string* activatecode);
|
private:
|
const std::string& _internal_activatecode() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_activatecode(const std::string& value);
|
std::string* _internal_mutable_activatecode();
|
public:
|
|
// int32 width = 7;
|
void clear_width();
|
::PROTOBUF_NAMESPACE_ID::int32 width() const;
|
void set_width(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_width() const;
|
void _internal_set_width(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int32 height = 8;
|
void clear_height();
|
::PROTOBUF_NAMESPACE_ID::int32 height() const;
|
void set_height(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_height() const;
|
void _internal_set_height(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// bool isDefault = 16;
|
void clear_isdefault();
|
bool isdefault() const;
|
void set_isdefault(bool value);
|
private:
|
bool _internal_isdefault() const;
|
void _internal_set_isdefault(bool value);
|
public:
|
|
// @@protoc_insertion_point(class_scope:protomsg.App)
|
private:
|
class _Internal;
|
|
template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
|
typedef void InternalArenaConstructable_;
|
typedef void DestructorSkippable_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr id_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr package_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr iconblob_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr icon_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr version_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr create_time_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr create_by_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr update_time_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr update_by_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr iconblob2_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr procname_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr activatecode_;
|
::PROTOBUF_NAMESPACE_ID::int32 width_;
|
::PROTOBUF_NAMESPACE_ID::int32 height_;
|
bool isdefault_;
|
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
friend struct ::TableStruct_app_2eproto;
|
};
|
// ===================================================================
|
|
|
// ===================================================================
|
|
#ifdef __GNUC__
|
#pragma GCC diagnostic push
|
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
#endif // __GNUC__
|
// App
|
|
// string id = 1;
|
inline void App::clear_id() {
|
id_.ClearToEmpty();
|
}
|
inline const std::string& App::id() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.id)
|
return _internal_id();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_id(ArgT0&& arg0, ArgT... args) {
|
|
id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.id)
|
}
|
inline std::string* App::mutable_id() {
|
std::string* _s = _internal_mutable_id();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.id)
|
return _s;
|
}
|
inline const std::string& App::_internal_id() const {
|
return id_.Get();
|
}
|
inline void App::_internal_set_id(const std::string& value) {
|
|
id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_id() {
|
|
return id_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_id() {
|
// @@protoc_insertion_point(field_release:protomsg.App.id)
|
return id_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_id(std::string* id) {
|
if (id != nullptr) {
|
|
} else {
|
|
}
|
id_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), id,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.id)
|
}
|
|
// string name = 2;
|
inline void App::clear_name() {
|
name_.ClearToEmpty();
|
}
|
inline const std::string& App::name() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.name)
|
return _internal_name();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_name(ArgT0&& arg0, ArgT... args) {
|
|
name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.name)
|
}
|
inline std::string* App::mutable_name() {
|
std::string* _s = _internal_mutable_name();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.name)
|
return _s;
|
}
|
inline const std::string& App::_internal_name() const {
|
return name_.Get();
|
}
|
inline void App::_internal_set_name(const std::string& value) {
|
|
name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_name() {
|
|
return name_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_name() {
|
// @@protoc_insertion_point(field_release:protomsg.App.name)
|
return name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_name(std::string* name) {
|
if (name != nullptr) {
|
|
} else {
|
|
}
|
name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.name)
|
}
|
|
// string package = 3;
|
inline void App::clear_package() {
|
package_.ClearToEmpty();
|
}
|
inline const std::string& App::package() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.package)
|
return _internal_package();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_package(ArgT0&& arg0, ArgT... args) {
|
|
package_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.package)
|
}
|
inline std::string* App::mutable_package() {
|
std::string* _s = _internal_mutable_package();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.package)
|
return _s;
|
}
|
inline const std::string& App::_internal_package() const {
|
return package_.Get();
|
}
|
inline void App::_internal_set_package(const std::string& value) {
|
|
package_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_package() {
|
|
return package_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_package() {
|
// @@protoc_insertion_point(field_release:protomsg.App.package)
|
return package_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_package(std::string* package) {
|
if (package != nullptr) {
|
|
} else {
|
|
}
|
package_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), package,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.package)
|
}
|
|
// string type = 4;
|
inline void App::clear_type() {
|
type_.ClearToEmpty();
|
}
|
inline const std::string& App::type() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.type)
|
return _internal_type();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_type(ArgT0&& arg0, ArgT... args) {
|
|
type_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.type)
|
}
|
inline std::string* App::mutable_type() {
|
std::string* _s = _internal_mutable_type();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.type)
|
return _s;
|
}
|
inline const std::string& App::_internal_type() const {
|
return type_.Get();
|
}
|
inline void App::_internal_set_type(const std::string& value) {
|
|
type_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_type() {
|
|
return type_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_type() {
|
// @@protoc_insertion_point(field_release:protomsg.App.type)
|
return type_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_type(std::string* type) {
|
if (type != nullptr) {
|
|
} else {
|
|
}
|
type_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), type,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.type)
|
}
|
|
// string url = 5;
|
inline void App::clear_url() {
|
url_.ClearToEmpty();
|
}
|
inline const std::string& App::url() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.url)
|
return _internal_url();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_url(ArgT0&& arg0, ArgT... args) {
|
|
url_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.url)
|
}
|
inline std::string* App::mutable_url() {
|
std::string* _s = _internal_mutable_url();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.url)
|
return _s;
|
}
|
inline const std::string& App::_internal_url() const {
|
return url_.Get();
|
}
|
inline void App::_internal_set_url(const std::string& value) {
|
|
url_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_url() {
|
|
return url_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_url() {
|
// @@protoc_insertion_point(field_release:protomsg.App.url)
|
return url_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_url(std::string* url) {
|
if (url != nullptr) {
|
|
} else {
|
|
}
|
url_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), url,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.url)
|
}
|
|
// string title = 6;
|
inline void App::clear_title() {
|
title_.ClearToEmpty();
|
}
|
inline const std::string& App::title() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.title)
|
return _internal_title();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_title(ArgT0&& arg0, ArgT... args) {
|
|
title_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.title)
|
}
|
inline std::string* App::mutable_title() {
|
std::string* _s = _internal_mutable_title();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.title)
|
return _s;
|
}
|
inline const std::string& App::_internal_title() const {
|
return title_.Get();
|
}
|
inline void App::_internal_set_title(const std::string& value) {
|
|
title_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_title() {
|
|
return title_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_title() {
|
// @@protoc_insertion_point(field_release:protomsg.App.title)
|
return title_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_title(std::string* title) {
|
if (title != nullptr) {
|
|
} else {
|
|
}
|
title_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), title,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.title)
|
}
|
|
// int32 width = 7;
|
inline void App::clear_width() {
|
width_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 App::_internal_width() const {
|
return width_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 App::width() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.width)
|
return _internal_width();
|
}
|
inline void App::_internal_set_width(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
width_ = value;
|
}
|
inline void App::set_width(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_width(value);
|
// @@protoc_insertion_point(field_set:protomsg.App.width)
|
}
|
|
// int32 height = 8;
|
inline void App::clear_height() {
|
height_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 App::_internal_height() const {
|
return height_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 App::height() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.height)
|
return _internal_height();
|
}
|
inline void App::_internal_set_height(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
height_ = value;
|
}
|
inline void App::set_height(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_height(value);
|
// @@protoc_insertion_point(field_set:protomsg.App.height)
|
}
|
|
// string iconBlob = 9;
|
inline void App::clear_iconblob() {
|
iconblob_.ClearToEmpty();
|
}
|
inline const std::string& App::iconblob() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.iconBlob)
|
return _internal_iconblob();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_iconblob(ArgT0&& arg0, ArgT... args) {
|
|
iconblob_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.iconBlob)
|
}
|
inline std::string* App::mutable_iconblob() {
|
std::string* _s = _internal_mutable_iconblob();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.iconBlob)
|
return _s;
|
}
|
inline const std::string& App::_internal_iconblob() const {
|
return iconblob_.Get();
|
}
|
inline void App::_internal_set_iconblob(const std::string& value) {
|
|
iconblob_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_iconblob() {
|
|
return iconblob_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_iconblob() {
|
// @@protoc_insertion_point(field_release:protomsg.App.iconBlob)
|
return iconblob_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_iconblob(std::string* iconblob) {
|
if (iconblob != nullptr) {
|
|
} else {
|
|
}
|
iconblob_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), iconblob,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.iconBlob)
|
}
|
|
// string icon = 10;
|
inline void App::clear_icon() {
|
icon_.ClearToEmpty();
|
}
|
inline const std::string& App::icon() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.icon)
|
return _internal_icon();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_icon(ArgT0&& arg0, ArgT... args) {
|
|
icon_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.icon)
|
}
|
inline std::string* App::mutable_icon() {
|
std::string* _s = _internal_mutable_icon();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.icon)
|
return _s;
|
}
|
inline const std::string& App::_internal_icon() const {
|
return icon_.Get();
|
}
|
inline void App::_internal_set_icon(const std::string& value) {
|
|
icon_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_icon() {
|
|
return icon_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_icon() {
|
// @@protoc_insertion_point(field_release:protomsg.App.icon)
|
return icon_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_icon(std::string* icon) {
|
if (icon != nullptr) {
|
|
} else {
|
|
}
|
icon_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), icon,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.icon)
|
}
|
|
// string version = 11;
|
inline void App::clear_version() {
|
version_.ClearToEmpty();
|
}
|
inline const std::string& App::version() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.version)
|
return _internal_version();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_version(ArgT0&& arg0, ArgT... args) {
|
|
version_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.version)
|
}
|
inline std::string* App::mutable_version() {
|
std::string* _s = _internal_mutable_version();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.version)
|
return _s;
|
}
|
inline const std::string& App::_internal_version() const {
|
return version_.Get();
|
}
|
inline void App::_internal_set_version(const std::string& value) {
|
|
version_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_version() {
|
|
return version_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_version() {
|
// @@protoc_insertion_point(field_release:protomsg.App.version)
|
return version_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_version(std::string* version) {
|
if (version != nullptr) {
|
|
} else {
|
|
}
|
version_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), version,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.version)
|
}
|
|
// string create_time = 12;
|
inline void App::clear_create_time() {
|
create_time_.ClearToEmpty();
|
}
|
inline const std::string& App::create_time() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.create_time)
|
return _internal_create_time();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_create_time(ArgT0&& arg0, ArgT... args) {
|
|
create_time_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.create_time)
|
}
|
inline std::string* App::mutable_create_time() {
|
std::string* _s = _internal_mutable_create_time();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.create_time)
|
return _s;
|
}
|
inline const std::string& App::_internal_create_time() const {
|
return create_time_.Get();
|
}
|
inline void App::_internal_set_create_time(const std::string& value) {
|
|
create_time_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_create_time() {
|
|
return create_time_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_create_time() {
|
// @@protoc_insertion_point(field_release:protomsg.App.create_time)
|
return create_time_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_create_time(std::string* create_time) {
|
if (create_time != nullptr) {
|
|
} else {
|
|
}
|
create_time_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), create_time,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.create_time)
|
}
|
|
// string create_by = 13;
|
inline void App::clear_create_by() {
|
create_by_.ClearToEmpty();
|
}
|
inline const std::string& App::create_by() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.create_by)
|
return _internal_create_by();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_create_by(ArgT0&& arg0, ArgT... args) {
|
|
create_by_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.create_by)
|
}
|
inline std::string* App::mutable_create_by() {
|
std::string* _s = _internal_mutable_create_by();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.create_by)
|
return _s;
|
}
|
inline const std::string& App::_internal_create_by() const {
|
return create_by_.Get();
|
}
|
inline void App::_internal_set_create_by(const std::string& value) {
|
|
create_by_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_create_by() {
|
|
return create_by_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_create_by() {
|
// @@protoc_insertion_point(field_release:protomsg.App.create_by)
|
return create_by_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_create_by(std::string* create_by) {
|
if (create_by != nullptr) {
|
|
} else {
|
|
}
|
create_by_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), create_by,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.create_by)
|
}
|
|
// string update_time = 14;
|
inline void App::clear_update_time() {
|
update_time_.ClearToEmpty();
|
}
|
inline const std::string& App::update_time() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.update_time)
|
return _internal_update_time();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_update_time(ArgT0&& arg0, ArgT... args) {
|
|
update_time_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.update_time)
|
}
|
inline std::string* App::mutable_update_time() {
|
std::string* _s = _internal_mutable_update_time();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.update_time)
|
return _s;
|
}
|
inline const std::string& App::_internal_update_time() const {
|
return update_time_.Get();
|
}
|
inline void App::_internal_set_update_time(const std::string& value) {
|
|
update_time_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_update_time() {
|
|
return update_time_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_update_time() {
|
// @@protoc_insertion_point(field_release:protomsg.App.update_time)
|
return update_time_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_update_time(std::string* update_time) {
|
if (update_time != nullptr) {
|
|
} else {
|
|
}
|
update_time_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), update_time,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.update_time)
|
}
|
|
// string update_by = 15;
|
inline void App::clear_update_by() {
|
update_by_.ClearToEmpty();
|
}
|
inline const std::string& App::update_by() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.update_by)
|
return _internal_update_by();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_update_by(ArgT0&& arg0, ArgT... args) {
|
|
update_by_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.update_by)
|
}
|
inline std::string* App::mutable_update_by() {
|
std::string* _s = _internal_mutable_update_by();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.update_by)
|
return _s;
|
}
|
inline const std::string& App::_internal_update_by() const {
|
return update_by_.Get();
|
}
|
inline void App::_internal_set_update_by(const std::string& value) {
|
|
update_by_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_update_by() {
|
|
return update_by_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_update_by() {
|
// @@protoc_insertion_point(field_release:protomsg.App.update_by)
|
return update_by_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_update_by(std::string* update_by) {
|
if (update_by != nullptr) {
|
|
} else {
|
|
}
|
update_by_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), update_by,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.update_by)
|
}
|
|
// bool isDefault = 16;
|
inline void App::clear_isdefault() {
|
isdefault_ = false;
|
}
|
inline bool App::_internal_isdefault() const {
|
return isdefault_;
|
}
|
inline bool App::isdefault() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.isDefault)
|
return _internal_isdefault();
|
}
|
inline void App::_internal_set_isdefault(bool value) {
|
|
isdefault_ = value;
|
}
|
inline void App::set_isdefault(bool value) {
|
_internal_set_isdefault(value);
|
// @@protoc_insertion_point(field_set:protomsg.App.isDefault)
|
}
|
|
// string iconBlob2 = 17;
|
inline void App::clear_iconblob2() {
|
iconblob2_.ClearToEmpty();
|
}
|
inline const std::string& App::iconblob2() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.iconBlob2)
|
return _internal_iconblob2();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_iconblob2(ArgT0&& arg0, ArgT... args) {
|
|
iconblob2_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.iconBlob2)
|
}
|
inline std::string* App::mutable_iconblob2() {
|
std::string* _s = _internal_mutable_iconblob2();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.iconBlob2)
|
return _s;
|
}
|
inline const std::string& App::_internal_iconblob2() const {
|
return iconblob2_.Get();
|
}
|
inline void App::_internal_set_iconblob2(const std::string& value) {
|
|
iconblob2_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_iconblob2() {
|
|
return iconblob2_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_iconblob2() {
|
// @@protoc_insertion_point(field_release:protomsg.App.iconBlob2)
|
return iconblob2_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_iconblob2(std::string* iconblob2) {
|
if (iconblob2 != nullptr) {
|
|
} else {
|
|
}
|
iconblob2_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), iconblob2,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.iconBlob2)
|
}
|
|
// string procName = 18;
|
inline void App::clear_procname() {
|
procname_.ClearToEmpty();
|
}
|
inline const std::string& App::procname() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.procName)
|
return _internal_procname();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_procname(ArgT0&& arg0, ArgT... args) {
|
|
procname_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.procName)
|
}
|
inline std::string* App::mutable_procname() {
|
std::string* _s = _internal_mutable_procname();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.procName)
|
return _s;
|
}
|
inline const std::string& App::_internal_procname() const {
|
return procname_.Get();
|
}
|
inline void App::_internal_set_procname(const std::string& value) {
|
|
procname_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_procname() {
|
|
return procname_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_procname() {
|
// @@protoc_insertion_point(field_release:protomsg.App.procName)
|
return procname_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_procname(std::string* procname) {
|
if (procname != nullptr) {
|
|
} else {
|
|
}
|
procname_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), procname,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.procName)
|
}
|
|
// string activateCode = 19;
|
inline void App::clear_activatecode() {
|
activatecode_.ClearToEmpty();
|
}
|
inline const std::string& App::activatecode() const {
|
// @@protoc_insertion_point(field_get:protomsg.App.activateCode)
|
return _internal_activatecode();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void App::set_activatecode(ArgT0&& arg0, ArgT... args) {
|
|
activatecode_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.App.activateCode)
|
}
|
inline std::string* App::mutable_activatecode() {
|
std::string* _s = _internal_mutable_activatecode();
|
// @@protoc_insertion_point(field_mutable:protomsg.App.activateCode)
|
return _s;
|
}
|
inline const std::string& App::_internal_activatecode() const {
|
return activatecode_.Get();
|
}
|
inline void App::_internal_set_activatecode(const std::string& value) {
|
|
activatecode_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* App::_internal_mutable_activatecode() {
|
|
return activatecode_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* App::release_activatecode() {
|
// @@protoc_insertion_point(field_release:protomsg.App.activateCode)
|
return activatecode_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void App::set_allocated_activatecode(std::string* activatecode) {
|
if (activatecode != nullptr) {
|
|
} else {
|
|
}
|
activatecode_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), activatecode,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.App.activateCode)
|
}
|
|
#ifdef __GNUC__
|
#pragma GCC diagnostic pop
|
#endif // __GNUC__
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
} // namespace protomsg
|
|
// @@protoc_insertion_point(global_scope)
|
|
#include <google/protobuf/port_undef.inc>
|
#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_app_2eproto
|