ESP-IDF
ProtobufCIntRange
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
ProtobufCIntRange
ProtobufCIntRange struct
Helper structure for optimizing int => index lookups in the case where the keys are mostly consecutive values, as they presumably are for enums and fields. The data structures requires that the values in the original array are sorted.
Syntax
Show:
Summary
Declaration
Definition
from
protobuf-c.h:354
struct
ProtobufCIntRange
;
Implemented in
protobuf-c.h:628
Fields
Field
Declared as
ProtobufCIntRange::start_value
int
ProtobufCIntRange::orig_index
unsigned
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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