ESP-IDF
ProtobufCBufferSimple::data
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
ProtobufCBufferSimple::data
ProtobufCBufferSimple::data field
Data bytes.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:489
uint8_t
*
data
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
data
;
protobuf-c.h:489
memcpy
(
new_data
,
simp
->
data
,
simp
->
len
)
;
protobuf-c.c:209
protobuf_c_buffer_simple_append()
do_free
(
allocator
,
simp
->
data
)
;
protobuf-c.c:211
protobuf_c_buffer_simple_append()
simp
->
data
=
new_data
;
protobuf-c.c:214
protobuf_c_buffer_simple_append()
memcpy
(
simp
->
data
+
simp
->
len
,
data
,
len
)
;
protobuf-c.c:217
protobuf_c_buffer_simple_append()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCBufferSimple::data
is written by 1 function and is read by 1 function:
protobuf_c_buffer_simple_append()
All items filtered out
ProtobufCBufferSimple::data
protobuf_c_buffer_simple_append()
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