ESP-IDF
ProtobufCMessageDescriptor::magic
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ProtobufCMessageDescriptor::magic
ProtobufCMessageDescriptor::magic field
Magic value checked to ensure that the API is used correctly.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:667
uint32_t
magic
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
magic
;
protobuf-c.h:667
ASSERT_IS_MESSAGE
(
message
)
;
protobuf-c.c:713
protobuf_c_message_get_packed_size()
ASSERT_IS_MESSAGE
(
message
)
;
protobuf-c.c:1477
protobuf_c_message_pack()
ASSERT_IS_MESSAGE
(
message
)
;
protobuf-c.c:1964
protobuf_c_message_pack_to_buffer()
ASSERT_IS_MESSAGE_DESCRIPTOR
(
desc
)
;
protobuf-c.c:3058
protobuf_c_message_unpack()
ASSERT_IS_MESSAGE
(
message
)
;
protobuf-c.c:3335
protobuf_c_message_free_unpacked()
message
->
descriptor
->
magic
!=
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC
)
protobuf-c.c:3426
protobuf_c_message_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCMessageDescriptor::magic
is read by 6 functions:
All items filtered out
ProtobufCMessageDescriptor::magic
protobuf_c_message_get_packed_size()
protobuf_c_message_pack()
protobuf_c_message_pack_to_buffer()
protobuf_c_message_unpack()
protobuf_c_message_free_unpacked()
protobuf_c_message_check()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out