ESP-IDF
ProtobufCFieldDescriptor::offset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
ProtobufCFieldDescriptor::offset
ProtobufCFieldDescriptor::offset field
The offset in bytes into the message's C structure for the member itself.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:588
unsigned
offset
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
offset
;
protobuf-c.h:588
(
(
const
char
*
)
message
)
+
field
->
offset
;
protobuf-c.c:718
protobuf_c_message_get_packed_size()
const
void
*
member
=
(
(
const
char
*
)
message
)
+
field
->
offset
;
protobuf-c.c:1481
protobuf_c_message_pack()
(
(
const
char
*
)
message
)
+
field
->
offset
;
protobuf-c.c:1969
protobuf_c_message_pack_to_buffer()
fields
[
i
]
.
offset
)
;
protobuf-c.c:2188
merge_messages()
fields
[
i
]
.
offset
)
;
protobuf-c.c:2194
merge_messages()
earlier_elem
=
STRUCT_MEMBER_P
(
earlier_msg
,
field
->
offset
)
;
protobuf-c.c:2266
merge_messages()
latter_elem
=
STRUCT_MEMBER_P
(
latter_msg
,
field
->
offset
)
;
protobuf-c.c:2267
merge_messages()
member
=
(
char
*
)
message
+
field
->
offset
;
protobuf-c.c:2905
parse_member()
STRUCT_MEMBER_P
(
message
,
desc
->
fields
[
i
]
.
offset
)
;
protobuf-c.c:2957
message_init_generic()
STRUCT_MEMBER
(
void
*
,
rv
,
field
->
offset
)
=
a
;
protobuf-c.c:3260
protobuf_c_message_unpack()
desc
->
fields
[
f
]
.
offset
)
;
protobuf-c.c:3355
protobuf_c_message_free_unpacked()
desc
->
fields
[
f
]
.
offset
)
;
protobuf-c.c:3378
protobuf_c_message_free_unpacked()
desc
->
fields
[
f
]
.
offset
)
.
data
;
protobuf-c.c:3384
protobuf_c_message_free_unpacked()
desc
->
fields
[
f
]
.
offset
)
;
protobuf-c.c:3398
protobuf_c_message_free_unpacked()
void
*
field
=
STRUCT_MEMBER_P
(
message
,
f
->
offset
)
;
protobuf-c.c:3435
protobuf_c_message_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCFieldDescriptor::offset
is read by 9 functions:
All items filtered out
ProtobufCFieldDescriptor::offset
protobuf_c_message_get_packed_size()
protobuf_c_message_pack()
protobuf_c_message_pack_to_buffer()
merge_messages()
parse_member()
message_init_generic()
protobuf_c_message_unpack()
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