ESP-IDF
protobuf_c_boolean
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
protobuf_c_boolean
protobuf_c_boolean
Boolean type.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:379
typedef
int
protobuf_c_boolean
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
int
protobuf_c_boolean
;
protobuf-c.h:379
const
protobuf_c_boolean
has
,
protobuf-c.c:511
optional_field_get_packed_size()
optional_field_get_packed_size()::has
static
protobuf_c_boolean
protobuf-c.c:527
field_is_zeroish()
protobuf_c_boolean
ret
=
FALSE
;
protobuf-c.c:531
field_is_zeroish()
ret
=
(
0
==
*
(
const
protobuf_c_boolean
*
)
member
)
;
protobuf-c.c:535
field_is_zeroish()
*
(
protobuf_c_boolean
*
)
qmember
,
protobuf-c.c:735
protobuf_c_message_get_packed_size()
boolean_pack
(
protobuf_c_boolean
value
,
uint8_t
*
out
)
protobuf-c.c:973
boolean_pack()
boolean_pack()::value
return
rv
+
boolean_pack
(
*
(
const
protobuf_c_boolean
*
)
member
,
out
+
rv
)
;
protobuf-c.c:1125
required_field_pack()
const
protobuf_c_boolean
has
,
protobuf-c.c:1189
optional_field_pack()
optional_field_pack()::has
return
sizeof
(
protobuf_c_boolean
)
;
protobuf-c.c:1256
sizeof_elt_in_repeated_array()
const
protobuf_c_boolean
*
arr
=
(
const
protobuf_c_boolean
*
)
array
;
protobuf-c.c:1427
repeated_field_pack()
*
(
const
protobuf_c_boolean
*
)
qmember
,
protobuf-c.c:1509
protobuf_c_message_pack()
rv
+=
boolean_pack
(
*
(
const
protobuf_c_boolean
*
)
member
,
scratch
+
rv
)
;
protobuf-c.c:1598
required_field_pack_to_buffer()
const
protobuf_c_boolean
has
,
protobuf-c.c:1693
optional_field_pack_to_buffer()
optional_field_pack_to_buffer()::has
unsigned
len
=
boolean_pack
(
(
(
protobuf_c_boolean
*
)
array
)
[
i
]
,
scratch
)
;
protobuf-c.c:1889
pack_buffer_packed_payload()
*
(
const
protobuf_c_boolean
*
)
qmember
,
protobuf-c.c:1987
protobuf_c_message_pack_to_buffer()
static
protobuf_c_boolean
protobuf-c.c:2173
merge_messages()
protobuf_c_boolean
need_to_merge
=
FALSE
;
protobuf-c.c:2239
merge_messages()
static
protobuf_c_boolean
protobuf-c.c:2355
count_packed_elements()
static
protobuf_c_boolean
protobuf-c.c:2485
parse_boolean()
static
protobuf_c_boolean
protobuf-c.c:2495
parse_required_member()
protobuf_c_boolean
maybe_clear
)
protobuf-c.c:2499
parse_required_member()
parse_required_member()::maybe_clear
*
(
protobuf_c_boolean
*
)
member
=
parse_boolean
(
len
,
data
)
;
protobuf-c.c:2548
parse_required_member()
protobuf_c_boolean
merge_successful
=
TRUE
;
protobuf-c.c:2599
parse_required_member()
static
protobuf_c_boolean
protobuf-c.c:2632
parse_oneof_member()
static
protobuf_c_boolean
protobuf-c.c:2694
parse_optional_member()
STRUCT_MEMBER
(
protobuf_c_boolean
,
protobuf-c.c:2703
parse_optional_member()
static
protobuf_c_boolean
protobuf-c.c:2709
parse_repeated_member()
static
protobuf_c_boolean
protobuf-c.c:2743
parse_packed_repeated_member()
(
(
protobuf_c_boolean
*
)
array
)
[
count
++
]
=
parse_boolean
(
s
,
at
)
;
protobuf-c.c:2856
parse_packed_repeated_member()
static
protobuf_c_boolean
protobuf-c.c:2875
is_packable_type()
static
protobuf_c_boolean
protobuf-c.c:2884
parse_member()
memcpy
(
field
,
dv
,
sizeof
(
protobuf_c_boolean
)
)
;
protobuf-c.c:2979
message_init_generic()
protobuf_c_boolean
required_fields_bitmap_alloced
=
FALSE
;
protobuf-c.c:3056
protobuf_c_message_unpack()
protobuf_c_boolean
protobuf-c.c:3419
protobuf_c_message_check()
protobuf_c_boolean
*
has
=
STRUCT_MEMBER_P
(
message
,
f
->
quantifier_offset
)
;
protobuf-c.c:3487
protobuf_c_message_check()
protobuf_c_boolean
must_free_data
;
protobuf-c.h:491
ProtobufCBufferSimple
ProtobufCBufferSimple::must_free_data
protobuf_c_boolean
protobuf-c.h:995
protobuf_c_message_check()
protobuf_c_boolean
blocking
;
wifi_scan.pb-c.h:47
CmdScanStart
CmdScanStart::blocking
protobuf_c_boolean
passive
;
wifi_scan.pb-c.h:48
CmdScanStart
CmdScanStart::passive
protobuf_c_boolean
scan_finished
;
wifi_scan.pb-c.h:78
RespScanStatus
RespScanStatus::scan_finished
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ProtobufCBufferSimple::must_free_data
ProtobufCBufferSimple
protobuf-c.h:491
return
protobuf_c_message_check()
protobuf-c.h:995
optional_field_get_packed_size()::has
optional_field_get_packed_size()
protobuf-c.c:511
return
field_is_zeroish()
protobuf-c.c:527
boolean_pack()::value
boolean_pack()
protobuf-c.c:973
optional_field_pack()::has
optional_field_pack()
protobuf-c.c:1189
optional_field_pack_to_buffer()::has
optional_field_pack_to_buffer()
protobuf-c.c:1693
return
merge_messages()
protobuf-c.c:2173
return
count_packed_elements()
protobuf-c.c:2355
return
parse_boolean()
protobuf-c.c:2485
return
parse_required_member()
protobuf-c.c:2495
parse_required_member()::maybe_clear
parse_required_member()
protobuf-c.c:2499
return
parse_oneof_member()
protobuf-c.c:2632
return
parse_optional_member()
protobuf-c.c:2694
return
parse_repeated_member()
protobuf-c.c:2709
return
parse_packed_repeated_member()
protobuf-c.c:2743
return
is_packable_type()
protobuf-c.c:2875
return
parse_member()
protobuf-c.c:2884
return
protobuf_c_message_check()
protobuf-c.c:3419
CmdScanStart::blocking
CmdScanStart
wifi_scan.pb-c.h:47
CmdScanStart::passive
CmdScanStart
wifi_scan.pb-c.h:48
RespScanStatus::scan_finished
RespScanStatus
wifi_scan.pb-c.h:78
Lifecycle
from
examples
All items filtered out
All items filtered out