ESP-IDF
PROTOBUF_C_LABEL_OPTIONAL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_OPTIONAL
PROTOBUF_C_LABEL_OPTIONAL value
A well-formed message can have zero or one of this field (but not more than one).
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:286
PROTOBUF_C_LABEL_OPTIONAL
;
Examples
References
from
examples
Code
Location
Referrer
PROTOBUF_C_LABEL_OPTIONAL
,
protobuf-c.h:286
}
else
if
(
(
field
->
label
==
PROTOBUF_C_LABEL_OPTIONAL
||
protobuf-c.c:724
protobuf_c_message_get_packed_size()
}
else
if
(
field
->
label
==
PROTOBUF_C_LABEL_OPTIONAL
)
{
protobuf-c.c:732
protobuf_c_message_get_packed_size()
}
else
if
(
(
field
->
label
==
PROTOBUF_C_LABEL_OPTIONAL
||
protobuf-c.c:1497
protobuf_c_message_pack()
}
else
if
(
field
->
label
==
PROTOBUF_C_LABEL_OPTIONAL
)
{
protobuf-c.c:1506
protobuf_c_message_pack()
}
else
if
(
(
field
->
label
==
PROTOBUF_C_LABEL_OPTIONAL
||
protobuf-c.c:1975
protobuf_c_message_pack_to_buffer()
}
else
if
(
field
->
label
==
PROTOBUF_C_LABEL_OPTIONAL
)
{
protobuf-c.c:1984
protobuf_c_message_pack_to_buffer()
}
else
if
(
fields
[
i
]
.
label
==
PROTOBUF_C_LABEL_OPTIONAL
||
protobuf-c.c:2228
merge_messages()
case
PROTOBUF_C_LABEL_OPTIONAL
:
protobuf-c.c:2910
parse_member()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PROTOBUF_C_LABEL_OPTIONAL
is read by 5 functions:
All items filtered out
PROTOBUF_C_LABEL_OPTIONAL
protobuf_c_message_get_packed_size()
protobuf_c_message_pack()
protobuf_c_message_pack_to_buffer()
merge_messages()
parse_member()
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