ESP-IDF
PROTOBUF_C_LABEL_REQUIRED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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
PROTOBUF_C_LABEL_REQUIRED
PROTOBUF_C_LABEL_REQUIRED value
A well-formed message must have exactly one of this field.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:280
PROTOBUF_C_LABEL_REQUIRED
;
Examples
References
from
examples
Code
Location
Referrer
PROTOBUF_C_LABEL_REQUIRED
,
protobuf-c.h:280
if
(
field
->
label
==
PROTOBUF_C_LABEL_REQUIRED
)
{
protobuf-c.c:722
protobuf_c_message_get_packed_size()
if
(
field
->
label
==
PROTOBUF_C_LABEL_REQUIRED
)
{
protobuf-c.c:1495
protobuf_c_message_pack()
if
(
field
->
label
==
PROTOBUF_C_LABEL_REQUIRED
)
{
protobuf-c.c:1973
protobuf_c_message_pack_to_buffer()
case
PROTOBUF_C_LABEL_REQUIRED
:
protobuf-c.c:2907
parse_member()
if
(
field
!=
NULL
&&
field
->
label
==
PROTOBUF_C_LABEL_REQUIRED
)
protobuf-c.c:3124
protobuf_c_message_unpack()
}
else
if
(
field
->
label
==
PROTOBUF_C_LABEL_REQUIRED
)
{
protobuf-c.c:3262
protobuf_c_message_unpack()
if
(
label
==
PROTOBUF_C_LABEL_REQUIRED
||
submessage
!=
NULL
)
{
protobuf-c.c:3478
protobuf_c_message_check()
if
(
label
==
PROTOBUF_C_LABEL_REQUIRED
&&
string
==
NULL
)
protobuf-c.c:3484
protobuf_c_message_check()
if
(
label
==
PROTOBUF_C_LABEL_REQUIRED
||
*
has
==
TRUE
)
{
protobuf-c.c:3489
protobuf_c_message_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PROTOBUF_C_LABEL_REQUIRED
is read by 6 functions:
All items filtered out
PROTOBUF_C_LABEL_REQUIRED
protobuf_c_message_get_packed_size()
protobuf_c_message_pack()
protobuf_c_message_pack_to_buffer()
parse_member()
protobuf_c_message_unpack()
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