ESP-IDF
ProtobufCEnumValueIndex
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ProtobufCEnumValueIndex
ProtobufCEnumValueIndex struct
Used by `ProtobufCEnumDescriptor` to look up enum values.
Syntax
Show:
Summary
Declaration
Definition
from
protobuf-c.h:352
struct
ProtobufCEnumValueIndex
;
Implemented in
protobuf-c.h:554
Fields
Field
Declared as
Description
ProtobufCEnumValueIndex::name
const
char
*
Name of the enum value.
ProtobufCEnumValueIndex::index
unsigned
Index into values[] array.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
ProtobufCEnumValueIndex
ProtobufCEnumValueIndex
;
protobuf-c.h:368
struct
ProtobufCEnumValueIndex
{
protobuf-c.h:554
struct
ProtobufCEnumValueIndex
;
protobuf-c.h:352
static
const
ProtobufCEnumValueIndex
status__enum_values_by_name
[
8
]
=
constants.pb-c.c:24
static
const
ProtobufCEnumValueIndex
local_ctrl_msg_type__enum_values_by_name
[
6
]
=
esp_local_ctrl.pb-c.c:919
typedef
struct
ProtobufCEnumValueIndex
ProtobufCEnumValueIndex
;
protobuf-c.h:368
ProtobufCEnumValueIndex
const
ProtobufCEnumValueIndex
*
values_by_name
;
protobuf-c.h:520
ProtobufCEnumDescriptor
ProtobufCEnumDescriptor::values_by_name
static
const
ProtobufCEnumValueIndex
sec0_msg_type__enum_values_by_name
[
2
]
=
sec0.pb-c.c:274
static
const
ProtobufCEnumValueIndex
sec1_msg_type__enum_values_by_name
[
4
]
=
sec1.pb-c.c:528
static
const
ProtobufCEnumValueIndex
sec2_msg_type__enum_values_by_name
[
4
]
=
sec2.pb-c.c:553
static
const
ProtobufCEnumValueIndex
sec_scheme_version__enum_values_by_name
[
3
]
=
session.pb-c.c:142
static
const
ProtobufCEnumValueIndex
wi_fi_config_msg_type__enum_values_by_name
[
6
]
=
wifi_config.pb-c.c:734
static
const
ProtobufCEnumValueIndex
wifi_station_state__enum_values_by_name
[
4
]
=
wifi_constants.pb-c.c:238
static
const
ProtobufCEnumValueIndex
wifi_connect_failed_reason__enum_values_by_name
[
2
]
=
wifi_constants.pb-c.c:268
static
const
ProtobufCEnumValueIndex
wifi_auth_mode__enum_values_by_name
[
8
]
=
wifi_constants.pb-c.c:302
static
const
ProtobufCEnumValueIndex
wi_fi_ctrl_msg_type__enum_values_by_name
[
5
]
=
wifi_ctrl.pb-c.c:422
static
const
ProtobufCEnumValueIndex
wi_fi_scan_msg_type__enum_values_by_name
[
6
]
=
wifi_scan.pb-c.c:855
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
Instance
Scope
Location
Project
ProtobufCEnumDescriptor::values_by_name
ProtobufCEnumDescriptor
protobuf-c.h:520
local_ctrl_msg_type__enum_values_by_name
esp_local_ctrl.pb-c.c:919
status__enum_values_by_name
constants.pb-c.c:24
sec0_msg_type__enum_values_by_name
sec0.pb-c.c:274
sec1_msg_type__enum_values_by_name
sec1.pb-c.c:528
sec2_msg_type__enum_values_by_name
sec2.pb-c.c:553
sec_scheme_version__enum_values_by_name
session.pb-c.c:142
wi_fi_config_msg_type__enum_values_by_name
wifi_config.pb-c.c:734
wi_fi_scan_msg_type__enum_values_by_name
wifi_scan.pb-c.c:855
wi_fi_ctrl_msg_type__enum_values_by_name
wifi_ctrl.pb-c.c:422
wifi_station_state__enum_values_by_name
wifi_constants.pb-c.c:238
wifi_connect_failed_reason__enum_values_by_name
wifi_constants.pb-c.c:268
wifi_auth_mode__enum_values_by_name
wifi_constants.pb-c.c:302
Lifecycle
from
examples
All items filtered out
All items filtered out