ESP-IDF
PROTOBUF_C_FIELD_FLAG_PACKED
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_FIELD_FLAG_PACKED
PROTOBUF_C_FIELD_FLAG_PACKED value
Set if the field is repeated and marked with the `packed` option.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:261
PROTOBUF_C_FIELD_FLAG_PACKED
=
(
1
<
<
0
)
;
Examples
References
from
examples
Code
Location
Referrer
PROTOBUF_C_FIELD_FLAG_PACKED
=
(
1
<
<
0
)
,
protobuf-c.h:261
0
|
PROTOBUF_C_FIELD_FLAG_PACKED
,
/* flags */
esp_local_ctrl.pb-c.c:585
if
(
0
==
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_PACKED
)
)
protobuf-c.c:622
repeated_field_get_packed_size()
if
(
0
!=
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_PACKED
)
)
protobuf-c.c:682
repeated_field_get_packed_size()
if
(
0
!=
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_PACKED
)
)
{
protobuf-c.c:1362
repeated_field_pack()
if
(
0
!=
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_PACKED
)
)
{
protobuf-c.c:1915
repeated_field_pack_to_buffer()
(
0
!=
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_PACKED
)
||
protobuf-c.c:2922
parse_member()
(
0
!=
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_PACKED
)
||
protobuf-c.c:3207
protobuf_c_message_unpack()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PROTOBUF_C_FIELD_FLAG_PACKED
is read by 5 functions:
All items filtered out
PROTOBUF_C_FIELD_FLAG_PACKED
repeated_field_get_packed_size()
repeated_field_pack()
repeated_field_pack_to_buffer()
parse_member()
protobuf_c_message_unpack()
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