ESP-IDF
ProtobufCMessage::unknown_fields
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
ProtobufCMessage::unknown_fields
ProtobufCMessage::unknown_fields field
The fields that weren't recognized by the parser.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:659
ProtobufCMessageUnknownField
*
unknown_fields
;
Examples
References
from
examples
Code
Location
Referrer
ProtobufCMessageUnknownField
*
unknown_fields
;
protobuf-c.h:659
rv
+=
unknown_field_get_packed_size
(
&
message
->
unknown_fields
[
i
]
)
;
protobuf-c.c:752
protobuf_c_message_get_packed_size()
rv
+=
unknown_field_pack
(
&
message
->
unknown_fields
[
i
]
,
out
+
rv
)
;
protobuf-c.c:1521
protobuf_c_message_pack()
rv
+=
unknown_field_pack_to_buffer
(
&
message
->
unknown_fields
[
i
]
,
buffer
)
;
protobuf-c.c:2007
protobuf_c_message_pack_to_buffer()
message
->
unknown_fields
+
protobuf-c.c:2894
parse_member()
rv
->
unknown_fields
=
do_alloc
(
allocator
,
protobuf-c.c:3277
protobuf_c_message_unpack()
if
(
rv
->
unknown_fields
==
NULL
)
protobuf-c.c:3279
protobuf_c_message_unpack()
do_free
(
allocator
,
message
->
unknown_fields
[
f
]
.
data
)
;
protobuf-c.c:3405
protobuf_c_message_free_unpacked()
if
(
message
->
unknown_fields
!=
NULL
)
protobuf-c.c:3406
protobuf_c_message_free_unpacked()
do_free
(
allocator
,
message
->
unknown_fields
)
;
protobuf-c.c:3407
protobuf_c_message_free_unpacked()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCMessage::unknown_fields
is written by 1 function and is read by 6 functions:
protobuf_c_message_unpack()
All items filtered out
ProtobufCMessage::unknown_fields
protobuf_c_message_get_packed_size()
protobuf_c_message_pack()
protobuf_c_message_pack_to_buffer()
parse_member()
protobuf_c_message_unpack()
protobuf_c_message_free_unpacked()
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