ESP-IDF
int_range_lookup()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
int_range_lookup()
int_range_lookup() function
Routines mainly used by the unpacking functions.
Syntax
Show:
Summary
Declaration
from
protobuf-c.c:2021
static
inline
int
int_range_lookup
(
unsigned
n_ranges
,
const
ProtobufCIntRange
*
ranges
,
int
value
)
;
Arguments
Argument
n_ranges
ranges
value
Examples
References
from
examples
Code
Location
Referrer
int_range_lookup
(
unsigned
n_ranges
,
const
ProtobufCIntRange
*
ranges
,
int
value
)
protobuf-c.c:2022
int_range_lookup
(
protobuf-c.c:2248
merge_messages()
int_range_lookup
(
message
->
descriptor
->
n_field_ranges
,
protobuf-c.c:2647
parse_oneof_member()
int_range_lookup
(
desc
->
n_field_ranges
,
protobuf-c.c:3109
protobuf_c_message_unpack()
int
rv
=
int_range_lookup
(
desc
->
n_value_ranges
,
desc
->
value_ranges
,
value
)
;
protobuf-c.c:3590
protobuf_c_enum_descriptor_get_value()
int
rv
=
int_range_lookup
(
desc
->
n_field_ranges
,
desc
->
field_ranges
,
value
)
;
protobuf-c.c:3634
protobuf_c_message_descriptor_get_field()
Call Tree
from
examples
int_range_lookup()
is called by 5 functions:
merge_messages()
parse_oneof_member()
protobuf_c_message_unpack()
protobuf_c_enum_descriptor_get_value()
protobuf_c_message_descriptor_get_field()
All items filtered out
int_range_lookup()
All items filtered out
Data Use
from
examples
int_range_lookup()
reads 2 variables:
ProtobufCIntRange::start_value
ProtobufCIntRange::orig_index
All items filtered out
int_range_lookup()
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