ESP-IDF
ProtobufCIntRange::start_value
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::start_value
ProtobufCIntRange::start_value field
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:629
int
start_value
;
Examples
References
from
examples
Code
Location
Referrer
int
start_value
;
protobuf-c.h:629
if
(
value
<
ranges
[
mid
]
.
start_value
)
{
protobuf-c.c:2034
int_range_lookup()
}
else
if
(
value
>=
ranges
[
mid
]
.
start_value
+
protobuf-c.c:2036
int_range_lookup()
return
(
value
-
ranges
[
mid
]
.
start_value
)
+
protobuf-c.c:2044
int_range_lookup()
if
(
ranges
[
start
]
.
start_value
<=
value
&&
protobuf-c.c:2052
int_range_lookup()
value
<
(
int
)
(
ranges
[
start
]
.
start_value
+
range_size
)
)
protobuf-c.c:2053
int_range_lookup()
return
(
value
-
ranges
[
start
]
.
start_value
)
+
protobuf-c.c:2055
int_range_lookup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCIntRange::start_value
is read by 1 function:
All items filtered out
ProtobufCIntRange::start_value
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