ESP-IDF
ProtobufCEnumDescriptor::value_ranges
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::value_ranges
ProtobufCEnumDescriptor::value_ranges field
Value ranges, for faster lookups by numeric value.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:525
const
ProtobufCIntRange
*
value_ranges
;
Examples
References
from
examples
Code
Location
Referrer
const
ProtobufCIntRange
*
value_ranges
;
protobuf-c.h:525
int
rv
=
int_range_lookup
(
desc
->
n_value_ranges
,
desc
->
value_ranges
,
value
)
;
protobuf-c.c:3590
protobuf_c_enum_descriptor_get_value()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCEnumDescriptor::value_ranges
is read by 1 function:
All items filtered out
ProtobufCEnumDescriptor::value_ranges
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