ESP-IDF
ProtobufCEnumDescriptor::values
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
ProtobufCEnumDescriptor::values
ProtobufCEnumDescriptor::values field
Array of distinct values, sorted by numeric value.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:515
const
ProtobufCEnumValue
*
values
;
Examples
References
from
examples
Code
Location
Referrer
const
ProtobufCEnumValue
*
values
;
protobuf-c.h:515
return
desc
->
values
+
desc
->
values_by_name
[
mid
]
.
index
;
protobuf-c.c:3572
protobuf_c_enum_descriptor_get_value_by_name()
return
desc
->
values
+
desc
->
values_by_name
[
start
]
.
index
;
protobuf-c.c:3582
protobuf_c_enum_descriptor_get_value_by_name()
return
desc
->
values
+
rv
;
protobuf-c.c:3593
protobuf_c_enum_descriptor_get_value()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCEnumDescriptor::values
is read by 2 functions:
All items filtered out
ProtobufCEnumDescriptor::values
protobuf_c_enum_descriptor_get_value_by_name()
protobuf_c_enum_descriptor_get_value()
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