ESP-IDF
ProtobufCMessageDescriptor::fields_sorted_by_name
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
ProtobufCMessageDescriptor::fields_sorted_by_name
ProtobufCMessageDescriptor::fields_sorted_by_name field
Used for looking up fields by name.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:689
const
unsigned
*
fields_sorted_by_name
;
Examples
References
from
examples
Code
Location
Referrer
const
unsigned
*
fields_sorted_by_name
;
protobuf-c.h:689
if
(
desc
==
NULL
||
desc
->
fields_sorted_by_name
==
NULL
)
protobuf-c.c:3604
protobuf_c_message_descriptor_get_field_by_name()
field
=
desc
->
fields
+
desc
->
fields_sorted_by_name
[
mid
]
;
protobuf-c.c:3612
protobuf_c_message_descriptor_get_field_by_name()
field
=
desc
->
fields
+
desc
->
fields_sorted_by_name
[
start
]
;
protobuf-c.c:3624
protobuf_c_message_descriptor_get_field_by_name()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCMessageDescriptor::fields_sorted_by_name
is read by 1 function:
All items filtered out
ProtobufCMessageDescriptor::fields_sorted_by_name
protobuf_c_message_descriptor_get_field_by_name()
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