#include <nanopb.pb.h>
Public Types | |
enum | : int { kIncludeFieldNumber = 24 , kExcludeFieldNumber = 26 , kCallbackDatatypeFieldNumber = 18 , kCallbackFunctionFieldNumber = 19 , kPackageFieldNumber = 25 , kMaxSizeFieldNumber = 1 , kMaxCountFieldNumber = 2 , kTypeFieldNumber = 3 , kIntSizeFieldNumber = 7 , kPackedStructFieldNumber = 5 , kPackedEnumFieldNumber = 10 , kSkipMessageFieldNumber = 6 , kNoUnionsFieldNumber = 8 , kMsgidFieldNumber = 9 , kMaxLengthFieldNumber = 14 , kAnonymousOneofFieldNumber = 11 , kProto3FieldNumber = 12 , kProto3SingularMsgsFieldNumber = 21 , kEnumToStringFieldNumber = 13 , kMangleNamesFieldNumber = 17 , kFixedLengthFieldNumber = 15 , kFixedCountFieldNumber = 16 , kSubmsgCallbackFieldNumber = 22 , kDefaultHasFieldNumber = 23 , kDescriptorsizeFieldNumber = 20 , kLongNamesFieldNumber = 4 , kSortByTagFieldNumber = 28 , kTypeOverrideFieldNumber = 27 } |
Public Member Functions | |
NanoPBOptions () | |
virtual | ~NanoPBOptions () |
NanoPBOptions (const NanoPBOptions &from) | |
NanoPBOptions (NanoPBOptions &&from) noexcept | |
NanoPBOptions & | operator= (const NanoPBOptions &from) |
NanoPBOptions & | operator= (NanoPBOptions &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (NanoPBOptions *other) |
void | UnsafeArenaSwap (NanoPBOptions *other) |
NanoPBOptions * | New () const final |
NanoPBOptions * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const NanoPBOptions &from) |
void | MergeFrom (const NanoPBOptions &from) |
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 |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
int | include_size () const |
void | clear_include () |
const std::string & | include (int index) const |
std::string * | mutable_include (int index) |
void | set_include (int index, const std::string &value) |
void | set_include (int index, std::string &&value) |
void | set_include (int index, const char *value) |
void | set_include (int index, const char *value, size_t size) |
std::string * | add_include () |
void | add_include (const std::string &value) |
void | add_include (std::string &&value) |
void | add_include (const char *value) |
void | add_include (const char *value, size_t size) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | include () const |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_include () |
int | exclude_size () const |
void | clear_exclude () |
const std::string & | exclude (int index) const |
std::string * | mutable_exclude (int index) |
void | set_exclude (int index, const std::string &value) |
void | set_exclude (int index, std::string &&value) |
void | set_exclude (int index, const char *value) |
void | set_exclude (int index, const char *value, size_t size) |
std::string * | add_exclude () |
void | add_exclude (const std::string &value) |
void | add_exclude (std::string &&value) |
void | add_exclude (const char *value) |
void | add_exclude (const char *value, size_t size) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | exclude () const |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_exclude () |
bool | has_callback_datatype () const |
void | clear_callback_datatype () |
const std::string & | callback_datatype () const |
void | set_callback_datatype (const std::string &value) |
void | set_callback_datatype (std::string &&value) |
void | set_callback_datatype (const char *value) |
void | set_callback_datatype (const char *value, size_t size) |
std::string * | mutable_callback_datatype () |
std::string * | release_callback_datatype () |
void | set_allocated_callback_datatype (std::string *callback_datatype) |
bool | has_callback_function () const |
void | clear_callback_function () |
const std::string & | callback_function () const |
void | set_callback_function (const std::string &value) |
void | set_callback_function (std::string &&value) |
void | set_callback_function (const char *value) |
void | set_callback_function (const char *value, size_t size) |
std::string * | mutable_callback_function () |
std::string * | release_callback_function () |
void | set_allocated_callback_function (std::string *callback_function) |
bool | has_package () const |
void | clear_package () |
const std::string & | package () const |
void | set_package (const std::string &value) |
void | set_package (std::string &&value) |
void | set_package (const char *value) |
void | set_package (const char *value, size_t size) |
std::string * | mutable_package () |
std::string * | release_package () |
void | set_allocated_package (std::string *package) |
bool | has_max_size () const |
void | clear_max_size () |
::PROTOBUF_NAMESPACE_ID::int32 | max_size () const |
void | set_max_size (::PROTOBUF_NAMESPACE_ID::int32 value) |
bool | has_max_count () const |
void | clear_max_count () |
::PROTOBUF_NAMESPACE_ID::int32 | max_count () const |
void | set_max_count (::PROTOBUF_NAMESPACE_ID::int32 value) |
bool | has_type () const |
void | clear_type () |
::FieldType | type () const |
void | set_type (::FieldType value) |
bool | has_int_size () const |
void | clear_int_size () |
::IntSize | int_size () const |
void | set_int_size (::IntSize value) |
bool | has_packed_struct () const |
void | clear_packed_struct () |
bool | packed_struct () const |
void | set_packed_struct (bool value) |
bool | has_packed_enum () const |
void | clear_packed_enum () |
bool | packed_enum () const |
void | set_packed_enum (bool value) |
bool | has_skip_message () const |
void | clear_skip_message () |
bool | skip_message () const |
void | set_skip_message (bool value) |
bool | has_no_unions () const |
void | clear_no_unions () |
bool | no_unions () const |
void | set_no_unions (bool value) |
bool | has_msgid () const |
void | clear_msgid () |
::PROTOBUF_NAMESPACE_ID::uint32 | msgid () const |
void | set_msgid (::PROTOBUF_NAMESPACE_ID::uint32 value) |
bool | has_max_length () const |
void | clear_max_length () |
::PROTOBUF_NAMESPACE_ID::int32 | max_length () const |
void | set_max_length (::PROTOBUF_NAMESPACE_ID::int32 value) |
bool | has_anonymous_oneof () const |
void | clear_anonymous_oneof () |
bool | anonymous_oneof () const |
void | set_anonymous_oneof (bool value) |
bool | has_proto3 () const |
void | clear_proto3 () |
bool | proto3 () const |
void | set_proto3 (bool value) |
bool | has_proto3_singular_msgs () const |
void | clear_proto3_singular_msgs () |
bool | proto3_singular_msgs () const |
void | set_proto3_singular_msgs (bool value) |
bool | has_enum_to_string () const |
void | clear_enum_to_string () |
bool | enum_to_string () const |
void | set_enum_to_string (bool value) |
bool | has_mangle_names () const |
void | clear_mangle_names () |
::TypenameMangling | mangle_names () const |
void | set_mangle_names (::TypenameMangling value) |
bool | has_fixed_length () const |
void | clear_fixed_length () |
bool | fixed_length () const |
void | set_fixed_length (bool value) |
bool | has_fixed_count () const |
void | clear_fixed_count () |
bool | fixed_count () const |
void | set_fixed_count (bool value) |
bool | has_submsg_callback () const |
void | clear_submsg_callback () |
bool | submsg_callback () const |
void | set_submsg_callback (bool value) |
bool | has_default_has () const |
void | clear_default_has () |
bool | default_has () const |
void | set_default_has (bool value) |
bool | has_descriptorsize () const |
void | clear_descriptorsize () |
::DescriptorSize | descriptorsize () const |
void | set_descriptorsize (::DescriptorSize value) |
bool | has_long_names () const |
void | clear_long_names () |
bool | long_names () const |
void | set_long_names (bool value) |
bool | has_sort_by_tag () const |
void | clear_sort_by_tag () |
bool | sort_by_tag () const |
void | set_sort_by_tag (bool value) |
bool | has_type_override () const |
void | clear_type_override () |
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type | type_override () const |
void | set_type_override (PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type value) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const NanoPBOptions & | default_instance () |
static void | InitAsDefaultInstance () |
static const NanoPBOptions * | internal_default_instance () |
Public Attributes | |
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > | _i_give_permission_to_break_this_code_default_callback_datatype_ |
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > | _i_give_permission_to_break_this_code_default_callback_function_ |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
NanoPBOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_nanopb_2eproto |
void | swap (NanoPBOptions &a, NanoPBOptions &b) |
Definition at line 176 of file nanopb.pb.h.
anonymous enum : int |
Definition at line 295 of file nanopb.pb.h.
|
virtual |
|
final |
|
final |
std::string* PROTOBUF_FINAL::add_exclude | ( | ) |
void PROTOBUF_FINAL::add_exclude | ( | const char * | value | ) |
void PROTOBUF_FINAL::add_exclude | ( | const char * | value, |
size_t | size | ||
) |
void PROTOBUF_FINAL::add_exclude | ( | const std::string & | value | ) |
void PROTOBUF_FINAL::add_exclude | ( | std::string && | value | ) |
std::string* PROTOBUF_FINAL::add_include | ( | ) |
void PROTOBUF_FINAL::add_include | ( | const char * | value | ) |
void PROTOBUF_FINAL::add_include | ( | const char * | value, |
size_t | size | ||
) |
void PROTOBUF_FINAL::add_include | ( | const std::string & | value | ) |
void PROTOBUF_FINAL::add_include | ( | std::string && | value | ) |
bool PROTOBUF_FINAL::anonymous_oneof | ( | ) | const |
|
final |
const std::string& PROTOBUF_FINAL::callback_datatype | ( | ) | const |
const std::string& PROTOBUF_FINAL::callback_function | ( | ) | const |
|
final |
void PROTOBUF_FINAL::clear_anonymous_oneof | ( | ) |
void PROTOBUF_FINAL::clear_callback_datatype | ( | ) |
void PROTOBUF_FINAL::clear_callback_function | ( | ) |
void PROTOBUF_FINAL::clear_default_has | ( | ) |
void PROTOBUF_FINAL::clear_descriptorsize | ( | ) |
void PROTOBUF_FINAL::clear_enum_to_string | ( | ) |
void PROTOBUF_FINAL::clear_exclude | ( | ) |
void PROTOBUF_FINAL::clear_fixed_count | ( | ) |
void PROTOBUF_FINAL::clear_fixed_length | ( | ) |
void PROTOBUF_FINAL::clear_include | ( | ) |
void PROTOBUF_FINAL::clear_int_size | ( | ) |
void PROTOBUF_FINAL::clear_long_names | ( | ) |
void PROTOBUF_FINAL::clear_mangle_names | ( | ) |
void PROTOBUF_FINAL::clear_max_count | ( | ) |
void PROTOBUF_FINAL::clear_max_length | ( | ) |
void PROTOBUF_FINAL::clear_max_size | ( | ) |
void PROTOBUF_FINAL::clear_msgid | ( | ) |
void PROTOBUF_FINAL::clear_no_unions | ( | ) |
void PROTOBUF_FINAL::clear_package | ( | ) |
void PROTOBUF_FINAL::clear_packed_enum | ( | ) |
void PROTOBUF_FINAL::clear_packed_struct | ( | ) |
void PROTOBUF_FINAL::clear_proto3 | ( | ) |
void PROTOBUF_FINAL::clear_proto3_singular_msgs | ( | ) |
void PROTOBUF_FINAL::clear_skip_message | ( | ) |
void PROTOBUF_FINAL::clear_sort_by_tag | ( | ) |
void PROTOBUF_FINAL::clear_submsg_callback | ( | ) |
void PROTOBUF_FINAL::clear_type | ( | ) |
void PROTOBUF_FINAL::clear_type_override | ( | ) |
|
final |
void PROTOBUF_FINAL::CopyFrom | ( | const NanoPBOptions & | from | ) |
bool PROTOBUF_FINAL::default_has | ( | ) | const |
|
static |
|
inlinestatic |
Definition at line 208 of file nanopb.pb.h.
::DescriptorSize PROTOBUF_FINAL::descriptorsize | ( | ) | const |
bool PROTOBUF_FINAL::enum_to_string | ( | ) | const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& PROTOBUF_FINAL::exclude | ( | ) | const |
const std::string& PROTOBUF_FINAL::exclude | ( | int | index | ) | const |
int PROTOBUF_FINAL::exclude_size | ( | ) | const |
bool PROTOBUF_FINAL::fixed_count | ( | ) | const |
bool PROTOBUF_FINAL::fixed_length | ( | ) | const |
|
inlinefinal |
Definition at line 264 of file nanopb.pb.h.
|
inlinestatic |
Definition at line 211 of file nanopb.pb.h.
|
final |
|
inlinestatic |
Definition at line 214 of file nanopb.pb.h.
bool PROTOBUF_FINAL::has_anonymous_oneof | ( | ) | const |
bool PROTOBUF_FINAL::has_callback_datatype | ( | ) | const |
bool PROTOBUF_FINAL::has_callback_function | ( | ) | const |
bool PROTOBUF_FINAL::has_default_has | ( | ) | const |
bool PROTOBUF_FINAL::has_descriptorsize | ( | ) | const |
bool PROTOBUF_FINAL::has_enum_to_string | ( | ) | const |
bool PROTOBUF_FINAL::has_fixed_count | ( | ) | const |
bool PROTOBUF_FINAL::has_fixed_length | ( | ) | const |
bool PROTOBUF_FINAL::has_int_size | ( | ) | const |
bool PROTOBUF_FINAL::has_long_names | ( | ) | const |
bool PROTOBUF_FINAL::has_mangle_names | ( | ) | const |
bool PROTOBUF_FINAL::has_max_count | ( | ) | const |
bool PROTOBUF_FINAL::has_max_length | ( | ) | const |
bool PROTOBUF_FINAL::has_max_size | ( | ) | const |
bool PROTOBUF_FINAL::has_msgid | ( | ) | const |
bool PROTOBUF_FINAL::has_no_unions | ( | ) | const |
bool PROTOBUF_FINAL::has_package | ( | ) | const |
bool PROTOBUF_FINAL::has_packed_enum | ( | ) | const |
bool PROTOBUF_FINAL::has_packed_struct | ( | ) | const |
bool PROTOBUF_FINAL::has_proto3 | ( | ) | const |
bool PROTOBUF_FINAL::has_proto3_singular_msgs | ( | ) | const |
bool PROTOBUF_FINAL::has_skip_message | ( | ) | const |
bool PROTOBUF_FINAL::has_sort_by_tag | ( | ) | const |
bool PROTOBUF_FINAL::has_submsg_callback | ( | ) | const |
bool PROTOBUF_FINAL::has_type | ( | ) | const |
bool PROTOBUF_FINAL::has_type_override | ( | ) | const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& PROTOBUF_FINAL::include | ( | ) | const |
const std::string& PROTOBUF_FINAL::include | ( | int | index | ) | const |
int PROTOBUF_FINAL::include_size | ( | ) | const |
|
static |
::IntSize PROTOBUF_FINAL::int_size | ( | ) | const |
|
inlinestatic |
Definition at line 220 of file nanopb.pb.h.
|
final |
bool PROTOBUF_FINAL::long_names | ( | ) | const |
::TypenameMangling PROTOBUF_FINAL::mangle_names | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::int32 PROTOBUF_FINAL::max_count | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::int32 PROTOBUF_FINAL::max_length | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::int32 PROTOBUF_FINAL::max_size | ( | ) | const |
|
final |
void PROTOBUF_FINAL::MergeFrom | ( | const NanoPBOptions & | from | ) |
::PROTOBUF_NAMESPACE_ID::uint32 PROTOBUF_FINAL::msgid | ( | ) | const |
std::string* PROTOBUF_FINAL::mutable_callback_datatype | ( | ) |
std::string* PROTOBUF_FINAL::mutable_callback_function | ( | ) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* PROTOBUF_FINAL::mutable_exclude | ( | ) |
std::string* PROTOBUF_FINAL::mutable_exclude | ( | int | index | ) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* PROTOBUF_FINAL::mutable_include | ( | ) |
std::string* PROTOBUF_FINAL::mutable_include | ( | int | index | ) |
std::string* PROTOBUF_FINAL::mutable_package | ( | ) |
|
inline |
Definition at line 204 of file nanopb.pb.h.
|
inline |
Definition at line 179 of file nanopb.pb.h.
|
explicitprotected |
PROTOBUF_FINAL::NanoPBOptions | ( | const NanoPBOptions & | from | ) |
|
inlinenoexcept |
Definition at line 183 of file nanopb.pb.h.
|
inlinefinal |
Definition at line 246 of file nanopb.pb.h.
|
inlinefinal |
Definition at line 250 of file nanopb.pb.h.
bool PROTOBUF_FINAL::no_unions | ( | ) | const |
|
inline |
Definition at line 188 of file nanopb.pb.h.
|
inlinenoexcept |
Definition at line 192 of file nanopb.pb.h.
const std::string& PROTOBUF_FINAL::package | ( | ) | const |
bool PROTOBUF_FINAL::packed_enum | ( | ) | const |
bool PROTOBUF_FINAL::packed_struct | ( | ) | const |
bool PROTOBUF_FINAL::proto3 | ( | ) | const |
bool PROTOBUF_FINAL::proto3_singular_msgs | ( | ) | const |
std::string* PROTOBUF_FINAL::release_callback_datatype | ( | ) |
std::string* PROTOBUF_FINAL::release_callback_function | ( | ) |
std::string* PROTOBUF_FINAL::release_package | ( | ) |
void PROTOBUF_FINAL::set_allocated_callback_datatype | ( | std::string * | callback_datatype | ) |
void PROTOBUF_FINAL::set_allocated_callback_function | ( | std::string * | callback_function | ) |
void PROTOBUF_FINAL::set_allocated_package | ( | std::string * | package | ) |
void PROTOBUF_FINAL::set_anonymous_oneof | ( | bool | value | ) |
void PROTOBUF_FINAL::set_callback_datatype | ( | const char * | value | ) |
void PROTOBUF_FINAL::set_callback_datatype | ( | const char * | value, |
size_t | size | ||
) |
void PROTOBUF_FINAL::set_callback_datatype | ( | const std::string & | value | ) |
void PROTOBUF_FINAL::set_callback_datatype | ( | std::string && | value | ) |
void PROTOBUF_FINAL::set_callback_function | ( | const char * | value | ) |
void PROTOBUF_FINAL::set_callback_function | ( | const char * | value, |
size_t | size | ||
) |
void PROTOBUF_FINAL::set_callback_function | ( | const std::string & | value | ) |
void PROTOBUF_FINAL::set_callback_function | ( | std::string && | value | ) |
void PROTOBUF_FINAL::set_default_has | ( | bool | value | ) |
void PROTOBUF_FINAL::set_descriptorsize | ( | ::DescriptorSize | value | ) |
void PROTOBUF_FINAL::set_enum_to_string | ( | bool | value | ) |
void PROTOBUF_FINAL::set_exclude | ( | int | index, |
const char * | value | ||
) |
void PROTOBUF_FINAL::set_exclude | ( | int | index, |
const char * | value, | ||
size_t | size | ||
) |
void PROTOBUF_FINAL::set_exclude | ( | int | index, |
const std::string & | value | ||
) |
void PROTOBUF_FINAL::set_exclude | ( | int | index, |
std::string && | value | ||
) |
void PROTOBUF_FINAL::set_fixed_count | ( | bool | value | ) |
void PROTOBUF_FINAL::set_fixed_length | ( | bool | value | ) |
void PROTOBUF_FINAL::set_include | ( | int | index, |
const char * | value | ||
) |
void PROTOBUF_FINAL::set_include | ( | int | index, |
const char * | value, | ||
size_t | size | ||
) |
void PROTOBUF_FINAL::set_include | ( | int | index, |
const std::string & | value | ||
) |
void PROTOBUF_FINAL::set_include | ( | int | index, |
std::string && | value | ||
) |
void PROTOBUF_FINAL::set_int_size | ( | ::IntSize | value | ) |
void PROTOBUF_FINAL::set_long_names | ( | bool | value | ) |
void PROTOBUF_FINAL::set_mangle_names | ( | ::TypenameMangling | value | ) |
void PROTOBUF_FINAL::set_max_count | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void PROTOBUF_FINAL::set_max_length | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void PROTOBUF_FINAL::set_max_size | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void PROTOBUF_FINAL::set_msgid | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void PROTOBUF_FINAL::set_no_unions | ( | bool | value | ) |
void PROTOBUF_FINAL::set_package | ( | const char * | value | ) |
void PROTOBUF_FINAL::set_package | ( | const char * | value, |
size_t | size | ||
) |
void PROTOBUF_FINAL::set_package | ( | const std::string & | value | ) |
void PROTOBUF_FINAL::set_package | ( | std::string && | value | ) |
void PROTOBUF_FINAL::set_packed_enum | ( | bool | value | ) |
void PROTOBUF_FINAL::set_packed_struct | ( | bool | value | ) |
void PROTOBUF_FINAL::set_proto3 | ( | bool | value | ) |
void PROTOBUF_FINAL::set_proto3_singular_msgs | ( | bool | value | ) |
void PROTOBUF_FINAL::set_skip_message | ( | bool | value | ) |
void PROTOBUF_FINAL::set_sort_by_tag | ( | bool | value | ) |
void PROTOBUF_FINAL::set_submsg_callback | ( | bool | value | ) |
void PROTOBUF_FINAL::set_type | ( | ::FieldType | value | ) |
void PROTOBUF_FINAL::set_type_override | ( | PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type | value | ) |
bool PROTOBUF_FINAL::skip_message | ( | ) | const |
bool PROTOBUF_FINAL::sort_by_tag | ( | ) | const |
bool PROTOBUF_FINAL::submsg_callback | ( | ) | const |
|
inline |
Definition at line 230 of file nanopb.pb.h.
::FieldType PROTOBUF_FINAL::type | ( | ) | const |
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type PROTOBUF_FINAL::type_override | ( | ) | const |
|
inline |
Definition at line 201 of file nanopb.pb.h.
|
inline |
Definition at line 238 of file nanopb.pb.h.
|
friend |
Definition at line 763 of file nanopb.pb.h.
|
friend |
Definition at line 271 of file nanopb.pb.h.
|
friend |
Definition at line 802 of file nanopb.pb.h.
|
friend |
Definition at line 227 of file nanopb.pb.h.
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> PROTOBUF_FINAL::_i_give_permission_to_break_this_code_default_callback_datatype_ |
Definition at line 771 of file nanopb.pb.h.
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> PROTOBUF_FINAL::_i_give_permission_to_break_this_code_default_callback_function_ |
Definition at line 775 of file nanopb.pb.h.
|
staticconstexpr |
Definition at line 224 of file nanopb.pb.h.