ESP-IDF
ProtobufCMessageDescriptor::n_fields
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
ProtobufCMessageDescriptor::n_fields
ProtobufCMessageDescriptor::n_fields field
Number of elements in `fields`.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:685
unsigned
n_fields
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
n_fields
;
protobuf-c.h:685
for
(
i
=
0
;
i
<
message
->
descriptor
->
n_fields
;
i
++
)
{
protobuf-c.c:714
protobuf_c_message_get_packed_size()
for
(
i
=
0
;
i
<
message
->
descriptor
->
n_fields
;
i
++
)
{
protobuf-c.c:1478
protobuf_c_message_pack()
for
(
i
=
0
;
i
<
message
->
descriptor
->
n_fields
;
i
++
)
{
protobuf-c.c:1965
protobuf_c_message_pack_to_buffer()
for
(
i
=
0
;
i
<
latter_msg
->
descriptor
->
n_fields
;
i
++
)
{
protobuf-c.c:2181
merge_messages()
for
(
i
=
0
;
i
<
desc
->
n_fields
;
i
++
)
{
protobuf-c.c:2952
message_init_generic()
required_fields_bitmap_len
=
(
desc
->
n_fields
+
7
)
/
8
;
protobuf-c.c:3068
protobuf_c_message_unpack()
for
(
f
=
0
;
f
<
desc
->
n_fields
;
f
++
)
{
protobuf-c.c:3232
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()
for
(
f
=
0
;
f
<
desc
->
n_fields
;
f
++
)
{
protobuf-c.c:3340
protobuf_c_message_free_unpacked()
for
(
i
=
0
;
i
<
message
->
descriptor
->
n_fields
;
i
++
)
{
protobuf-c.c:3431
protobuf_c_message_check()
count
=
desc
->
n_fields
;
protobuf-c.c:3607
protobuf_c_message_descriptor_get_field_by_name()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCMessageDescriptor::n_fields
is read by 9 functions:
All items filtered out
ProtobufCMessageDescriptor::n_fields
protobuf_c_message_get_packed_size()
protobuf_c_message_pack()
protobuf_c_message_pack_to_buffer()
merge_messages()
message_init_generic()
protobuf_c_message_unpack()
protobuf_c_message_free_unpacked()
protobuf_c_message_check()
protobuf_c_message_descriptor_get_field_by_name()
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