ESP-IDF
ProtobufCFieldDescriptor::id
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::id
ProtobufCFieldDescriptor::id field
Tag value of the field as given in the .proto file.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:569
uint32_t
id
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
id
;
protobuf-c.h:569
size_t
rv
=
get_tag_size
(
field
->
id
)
;
protobuf-c.c:417
required_field_get_packed_size()
if
(
oneof_case
!=
field
->
id
)
{
protobuf-c.c:482
oneof_field_get_packed_size()
header_size
=
get_tag_size
(
field
->
id
)
;
protobuf-c.c:621
repeated_field_get_packed_size()
size_t
rv
=
tag_pack
(
field
->
id
,
out
)
;
protobuf-c.c:1093
required_field_pack()
if
(
oneof_case
!=
field
->
id
)
{
protobuf-c.c:1160
oneof_field_pack()
header_len
=
tag_pack
(
field
->
id
,
out
)
;
protobuf-c.c:1373
repeated_field_pack()
rv
=
tag_pack
(
field
->
id
,
scratch
)
;
protobuf-c.c:1553
required_field_pack_to_buffer()
if
(
oneof_case
!=
field
->
id
)
{
protobuf-c.c:1664
oneof_field_pack_to_buffer()
size_t
rv
=
tag_pack
(
field
->
id
,
scratch
)
;
protobuf-c.c:1917
repeated_field_pack_to_buffer()
if
(
last_field
==
NULL
||
last_field
->
id
!=
tag
)
{
protobuf-c.c:3106
protobuf_c_message_unpack()
desc
->
fields
[
f
]
.
id
!=
protobuf-c.c:3342
protobuf_c_message_free_unpacked()
if
(
f
->
id
!=
*
oneof_case
)
{
protobuf-c.c:3439
protobuf_c_message_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCFieldDescriptor::id
is read by 12 functions:
All items filtered out
ProtobufCFieldDescriptor::id
required_field_get_packed_size()
oneof_field_get_packed_size()
repeated_field_get_packed_size()
required_field_pack()
oneof_field_pack()
repeated_field_pack()
required_field_pack_to_buffer()
oneof_field_pack_to_buffer()
repeated_field_pack_to_buffer()
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