ESP-IDF
ProtobufCFieldDescriptor::flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ProtobufCFieldDescriptor::flags
ProtobufCFieldDescriptor::flags field
A flag word. Zero or more of the bits defined in the `ProtobufCFieldFlag` enum may be set.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:610
uint32_t
flags
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
flags
;
protobuf-c.h:610
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()
(
0
!=
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_ONEOF
)
)
)
{
protobuf-c.c:726
protobuf_c_message_get_packed_size()
if
(
0
!=
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_PACKED
)
)
{
protobuf-c.c:1362
repeated_field_pack()
(
0
!=
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_ONEOF
)
)
)
{
protobuf-c.c:1499
protobuf_c_message_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_ONEOF
)
)
)
{
protobuf-c.c:1977
protobuf_c_message_pack_to_buffer()
if
(
fields
[
i
]
.
flags
&
PROTOBUF_C_FIELD_FLAG_ONEOF
)
{
protobuf-c.c:2244
merge_messages()
if
(
0
!=
(
field
->
flags
&
PROTOBUF_C_FIELD_FLAG_ONEOF
)
)
{
protobuf-c.c:2912
parse_member()
(
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()
if
(
0
!=
(
desc
->
fields
[
f
]
.
flags
&
PROTOBUF_C_FIELD_FLAG_ONEOF
)
&&
protobuf-c.c:3341
protobuf_c_message_free_unpacked()
if
(
f
->
flags
&
PROTOBUF_C_FIELD_FLAG_ONEOF
)
{
protobuf-c.c:3437
protobuf_c_message_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCFieldDescriptor::flags
is read by 11 functions:
All items filtered out
ProtobufCFieldDescriptor::flags
repeated_field_get_packed_size()
protobuf_c_message_get_packed_size()
repeated_field_pack()
protobuf_c_message_pack()
repeated_field_pack_to_buffer()
protobuf_c_message_pack_to_buffer()
merge_messages()
parse_member()
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