ESP-IDF
PROTOBUF_C_TYPE_STRING
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_TYPE_STRING
PROTOBUF_C_TYPE_STRING value
UTF-8 or ASCII string
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:325
PROTOBUF_C_TYPE_STRING
;
Examples
References
from
examples
Code
Location
Referrer
PROTOBUF_C_TYPE_STRING
,
/**< UTF-8 or ASCII string */
protobuf-c.h:325
PROTOBUF_C_TYPE_STRING
,
esp_local_ctrl.pb-c.c:502
case
PROTOBUF_C_TYPE_STRING
:
{
protobuf-c.c:444
required_field_get_packed_size()
field
->
type
==
PROTOBUF_C_TYPE_STRING
)
protobuf-c.c:486
oneof_field_get_packed_size()
field
->
type
==
PROTOBUF_C_TYPE_STRING
)
protobuf-c.c:515
optional_field_get_packed_size()
case
PROTOBUF_C_TYPE_STRING
:
protobuf-c.c:558
field_is_zeroish()
case
PROTOBUF_C_TYPE_STRING
:
protobuf-c.c:661
repeated_field_get_packed_size()
case
PROTOBUF_C_TYPE_STRING
:
protobuf-c.c:1126
required_field_pack()
field
->
type
==
PROTOBUF_C_TYPE_STRING
)
protobuf-c.c:1164
oneof_field_pack()
field
->
type
==
PROTOBUF_C_TYPE_STRING
)
protobuf-c.c:1193
optional_field_pack()
case
PROTOBUF_C_TYPE_STRING
:
protobuf-c.c:1257
sizeof_elt_in_repeated_array()
case
PROTOBUF_C_TYPE_STRING
:
{
protobuf-c.c:1601
required_field_pack_to_buffer()
field
->
type
==
PROTOBUF_C_TYPE_STRING
)
protobuf-c.c:1668
oneof_field_pack_to_buffer()
field
->
type
==
PROTOBUF_C_TYPE_STRING
)
protobuf-c.c:1697
optional_field_pack_to_buffer()
case
PROTOBUF_C_TYPE_STRING
:
{
protobuf-c.c:2304
merge_messages()
case
PROTOBUF_C_TYPE_STRING
:
protobuf-c.c:2390
count_packed_elements()
case
PROTOBUF_C_TYPE_STRING
:
{
protobuf-c.c:2550
parse_required_member()
case
PROTOBUF_C_TYPE_STRING
:
{
protobuf-c.c:2656
parse_oneof_member()
type
!=
PROTOBUF_C_TYPE_STRING
&&
protobuf-c.c:2879
is_packable_type()
case
PROTOBUF_C_TYPE_STRING
:
protobuf-c.c:2985
message_init_generic()
if
(
desc
->
fields
[
f
]
.
type
==
PROTOBUF_C_TYPE_STRING
)
{
protobuf-c.c:3358
protobuf_c_message_free_unpacked()
}
else
if
(
desc
->
fields
[
f
]
.
type
==
PROTOBUF_C_TYPE_STRING
)
{
protobuf-c.c:3376
protobuf_c_message_free_unpacked()
}
else
if
(
type
==
PROTOBUF_C_TYPE_STRING
)
{
protobuf-c.c:3458
protobuf_c_message_check()
}
else
if
(
type
==
PROTOBUF_C_TYPE_STRING
)
{
protobuf-c.c:3482
protobuf_c_message_check()
PROTOBUF_C_TYPE_STRING
,
wifi_constants.pb-c.c:144
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PROTOBUF_C_TYPE_STRING
is read by 20 functions:
All items filtered out
PROTOBUF_C_TYPE_STRING
required_field_get_packed_size()
oneof_field_get_packed_size()
optional_field_get_packed_size()
field_is_zeroish()
repeated_field_get_packed_size()
required_field_pack()
oneof_field_pack()
optional_field_pack()
sizeof_elt_in_repeated_array()
required_field_pack_to_buffer()
oneof_field_pack_to_buffer()
optional_field_pack_to_buffer()
merge_messages()
count_packed_elements()
parse_required_member()
parse_oneof_member()
is_packable_type()
message_init_generic()
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