ESP-IDF
protobuf_c_enum_descriptor_get_value_by_name()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
protobuf_c_enum_descriptor_get_value_by_name()
protobuf_c_enum_descriptor_get_value_by_name() function
Syntax
Show:
Summary
Declaration
Definition
from
protobuf-c.h:825
const
ProtobufCEnumValue
*
protobuf_c_enum_descriptor_get_value_by_name
(
const
ProtobufCEnumDescriptor
*
desc
,
const
char
*
name
)
;
Implemented in
protobuf-c.c:3556
Arguments
Argument
desc
name
Related Functions
Found 1 other functions taking a
ProtobufCEnumDescriptor
argument:
Function
protobuf_c_enum_descriptor_get_value()
Examples
References
from
examples
Code
Location
protobuf_c_enum_descriptor_get_value_by_name
(
const
ProtobufCEnumDescriptor
*
desc
,
protobuf-c.c:3557
protobuf_c_enum_descriptor_get_value_by_name
(
protobuf-c.h:826
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
protobuf_c_enum_descriptor_get_value_by_name()
reads 5 variables:
ProtobufCEnumDescriptor::values
ProtobufCEnumDescriptor::n_value_names
ProtobufCEnumDescriptor::values_by_name
ProtobufCEnumValueIndex::name
ProtobufCEnumValueIndex::index
All items filtered out
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