ESP-IDF
protobuf_c_enum_descriptor_get_value()
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()
protobuf_c_enum_descriptor_get_value() function
Syntax
Show:
Summary
Declaration
Definition
from
protobuf-c.h:846
const
ProtobufCEnumValue
*
protobuf_c_enum_descriptor_get_value
(
const
ProtobufCEnumDescriptor
*
desc
,
int
value
)
;
Implemented in
protobuf-c.c:3586
Arguments
Argument
desc
value
Related Functions
Found 1 other functions taking a
ProtobufCEnumDescriptor
argument:
Function
protobuf_c_enum_descriptor_get_value_by_name()
Examples
References
from
examples
Code
Location
protobuf_c_enum_descriptor_get_value
(
const
ProtobufCEnumDescriptor
*
desc
,
protobuf-c.c:3587
protobuf_c_enum_descriptor_get_value
(
protobuf-c.h:847
Call Tree
from
examples
protobuf_c_enum_descriptor_get_value()
calls 1 function:
All items filtered out
protobuf_c_enum_descriptor_get_value()
int_range_lookup()
All items filtered out
Data Use
from
examples
protobuf_c_enum_descriptor_get_value()
reads 3 variables:
ProtobufCEnumDescriptor::values
ProtobufCEnumDescriptor::n_value_ranges
ProtobufCEnumDescriptor::value_ranges
All items filtered out
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