Home
last modified time | relevance | path

Searched refs:enumval (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/src/ucm/
Ducm_cond.c185 const char *device = NULL, *ctldef, *enumval = NULL, *name; in if_eval_control_exists() local
207 err = get_string(eval, "ControlEnum", &enumval); in if_eval_control_exists()
245 if (enumval) { in if_eval_control_exists()
249 err = uc_mgr_get_substituted_value(uc_mgr, &s, enumval); in if_eval_control_exists()
/third_party/flatbuffers/docs/source/
DGrammar.md18 commasep( enumval\_decl ) `}`
34 enumval\_decl = ident [ `=` integer\_constant ]
/third_party/glib/gio/
Dgsettings-mapping.c388 GEnumValue *enumval; in g_settings_set_mapping() local
393 enumval = g_enum_get_value (eclass, g_value_get_enum (value)); in g_settings_set_mapping()
395 if (enumval) in g_settings_set_mapping()
396 return g_variant_new_string (enumval->value_nick); in g_settings_set_mapping()
/third_party/mesa3d/src/freedreno/rnn/
Drnndec.h53 const char *rnndec_decode_enum(struct rnndeccontext *ctx, const char *enumname, uint64_t enumval);
Drnndec.c141 const char *rnndec_decode_enum(struct rnndeccontext *ctx, const char *enumname, uint64_t enumval) in rnndec_decode_enum() argument
145 return rnndec_decode_enum_val(ctx, en->vals, en->valsnum, enumval); in rnndec_decode_enum()
/third_party/flatbuffers/include/flatbuffers/
Dreflection.h414 auto enumval = enumdef->values()->LookupByKey(union_type); in GetUnionType() local
415 return *enumval->object(); in GetUnionType()
/third_party/grpc/third_party/upb/tests/
Dtest_table.cc30 #define FUNCS(name, type_t, enumval) \ argument
33 template<> upb_ctype_t GetUpbValueType<type_t>() { return enumval; }