ESP-IDF
ProtobufCEnumDescriptor::values_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
ProtobufCEnumDescriptor::values_by_name
ProtobufCEnumDescriptor::values_by_name field
Array of named values, including aliases, sorted by name.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:520
const
ProtobufCEnumValueIndex
*
values_by_name
;
Examples
References
from
examples
Code
Location
Referrer
const
ProtobufCEnumValueIndex
*
values_by_name
;
protobuf-c.h:520
if
(
desc
==
NULL
||
desc
->
values_by_name
==
NULL
)
protobuf-c.c:3563
protobuf_c_enum_descriptor_get_value_by_name()
int
rv
=
strcmp
(
desc
->
values_by_name
[
mid
]
.
name
,
name
)
;
protobuf-c.c:3570
protobuf_c_enum_descriptor_get_value_by_name()
return
desc
->
values
+
desc
->
values_by_name
[
mid
]
.
index
;
protobuf-c.c:3572
protobuf_c_enum_descriptor_get_value_by_name()
if
(
strcmp
(
desc
->
values_by_name
[
start
]
.
name
,
name
)
==
0
)
protobuf-c.c:3581
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCEnumDescriptor::values_by_name
is read by 1 function:
All items filtered out
ProtobufCEnumDescriptor::values_by_name
protobuf_c_enum_descriptor_get_value_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