ESP-IDF
STRUCT_MEMBER_P
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
STRUCT_MEMBER_P
STRUCT_MEMBER_P macro
Internal `ProtobufCMessage` manipulation macro. Base macro for manipulating a `ProtobufCMessage`. Used by STRUCT_MEMBER() and STRUCT_MEMBER_PTR().
Syntax
Show:
Summary
Declaration
from
protobuf-c.c:97
#define
STRUCT_MEMBER_P
(
struct_p
,
struct_offset
)
\
(
(
void
*
)
(
(
uint8_t
*
)
(
struct_p
)
+
(
struct_offset
)
)
)
Arguments
Argument
struct_p
struct_offset
Examples
References
from
examples
Code
Location
#define
STRUCT_MEMBER_P
(
struct_p
,
struct_offset
)
\
protobuf-c.c:97
(
*
(
member_type
*
)
STRUCT_MEMBER_P
(
(
struct_p
)
,
(
struct_offset
)
)
)
protobuf-c.c:107
(
(
member_type
*
)
STRUCT_MEMBER_P
(
(
struct_p
)
,
(
struct_offset
)
)
)
protobuf-c.c:116
earlier_elem
=
STRUCT_MEMBER_P
(
earlier_msg
,
field
->
offset
)
;
protobuf-c.c:2266
latter_elem
=
STRUCT_MEMBER_P
(
latter_msg
,
field
->
offset
)
;
protobuf-c.c:2267
STRUCT_MEMBER_P
(
message
,
desc
->
fields
[
i
]
.
offset
)
;
protobuf-c.c:2957
void
*
field
=
STRUCT_MEMBER_P
(
message
,
f
->
offset
)
;
protobuf-c.c:3435
const
uint32_t
*
oneof_case
=
STRUCT_MEMBER_P
(
message
,
f
->
quantifier_offset
)
;
protobuf-c.c:3438
size_t
*
quantity
=
STRUCT_MEMBER_P
(
message
,
f
->
quantifier_offset
)
;
protobuf-c.c:3445
protobuf_c_boolean
*
has
=
STRUCT_MEMBER_P
(
message
,
f
->
quantifier_offset
)
;
protobuf-c.c:3487
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
Lifecycle
from
examples
All items filtered out
All items filtered out