ESP-IDF
ScannedMember::len
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
ScannedMember::len
ScannedMember::len field
Field length.
Syntax
Show:
Summary
Declaration
from
protobuf-c.c:2105
size_t
len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
len
;
/**< Field length. */
protobuf-c.c:2105
unsigned
len
=
scanned_member
->
len
;
protobuf-c.c:2501
parse_required_member()
size_t
rem
=
scanned_member
->
len
-
scanned_member
->
length_prefix_len
;
protobuf-c.c:2753
parse_packed_repeated_member()
count
=
(
scanned_member
->
len
-
scanned_member
->
length_prefix_len
)
/
4
;
protobuf-c.c:2763
parse_packed_repeated_member()
count
=
(
scanned_member
->
len
-
scanned_member
->
length_prefix_len
)
/
8
;
protobuf-c.c:2776
parse_packed_repeated_member()
ufield
->
len
=
scanned_member
->
len
;
protobuf-c.c:2898
parse_member()
ufield
->
data
=
do_alloc
(
allocator
,
scanned_member
->
len
)
;
protobuf-c.c:2899
parse_member()
tmp
.
len
=
i
+
1
;
protobuf-c.c:3148
protobuf_c_message_unpack()
tmp
.
len
=
8
;
protobuf-c.c:3157
protobuf_c_message_unpack()
tmp
.
len
=
scan_length_prefixed_data
(
rem
,
at
,
&
pref_len
)
;
protobuf-c.c:3162
protobuf_c_message_unpack()
if
(
tmp
.
len
==
0
)
{
protobuf-c.c:3163
protobuf_c_message_unpack()
tmp
.
len
=
4
;
protobuf-c.c:3176
protobuf_c_message_unpack()
tmp
.
len
-
protobuf-c.c:3212
protobuf_c_message_unpack()
at
+=
tmp
.
len
;
protobuf-c.c:3227
protobuf_c_message_unpack()
rem
-=
tmp
.
len
;
protobuf-c.c:3228
protobuf_c_message_unpack()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ScannedMember::len
is written by 1 function and is read by 4 functions:
protobuf_c_message_unpack()
All items filtered out
ScannedMember::len
parse_required_member()
parse_packed_repeated_member()
parse_member()
protobuf_c_message_unpack()
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