ESP-IDF
PROTOBUF_C_LABEL_REPEATED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_REPEATED
PROTOBUF_C_LABEL_REPEATED value
This field can be repeated any number of times (including zero) in a well-formed message. The order of the repeated values will be preserved.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:293
PROTOBUF_C_LABEL_REPEATED
;
Examples
References
from
examples
Code
Location
Referrer
PROTOBUF_C_LABEL_REPEATED
,
protobuf-c.h:293
PROTOBUF_C_LABEL_REPEATED
,
esp_local_ctrl.pb-c.c:579
PROTOBUF_C_LABEL_REPEATED
,
esp_local_ctrl.pb-c.c:629
PROTOBUF_C_LABEL_REPEATED
,
esp_local_ctrl.pb-c.c:719
if
(
fields
[
i
]
.
label
==
PROTOBUF_C_LABEL_REPEATED
)
{
protobuf-c.c:2182
merge_messages()
case
PROTOBUF_C_LABEL_REPEATED
:
protobuf-c.c:2919
parse_member()
desc
->
fields
[
i
]
.
label
!=
PROTOBUF_C_LABEL_REPEATED
)
protobuf-c.c:2954
message_init_generic()
if
(
field
!=
NULL
&&
field
->
label
==
PROTOBUF_C_LABEL_REPEATED
)
{
protobuf-c.c:3203
protobuf_c_message_unpack()
if
(
field
->
label
==
PROTOBUF_C_LABEL_REPEATED
)
{
protobuf-c.c:3237
protobuf_c_message_unpack()
CLEAR_REMAINING_N_PTRS
(
)
;
protobuf-c.c:3257
protobuf_c_message_unpack()
CLEAR_REMAINING_N_PTRS
(
)
;
protobuf-c.c:3266
protobuf_c_message_unpack()
if
(
desc
->
fields
[
f
]
.
label
==
PROTOBUF_C_LABEL_REPEATED
)
{
protobuf-c.c:3349
protobuf_c_message_free_unpacked()
if
(
label
==
PROTOBUF_C_LABEL_REPEATED
)
{
protobuf-c.c:3444
protobuf_c_message_check()
PROTOBUF_C_LABEL_REPEATED
,
wifi_scan.pb-c.c:680
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PROTOBUF_C_LABEL_REPEATED
is read by 6 functions:
All items filtered out
PROTOBUF_C_LABEL_REPEATED
merge_messages()
parse_member()
message_init_generic()
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