Home
last modified time | relevance | path

Searched defs:flags_value (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/gobject/
Dgenums.c437 GFlagsValue *flags_value; in g_flags_get_value_by_name() local
496 GFlagsValue *flags_value; in g_flags_get_value_by_nick() local
552 GFlagsValue *flags_value; in g_flags_get_first_value() local
632 GFlagsValue *flags_value; in g_flags_get_value_string() local
Dgvaluetransform.c196 GFlagsValue *flags_value = g_flags_get_first_value (class, src_value->data[0].v_ulong); in value_transform_flags_string() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp.c51 ecma_value_t flags_value = ECMA_VALUE_UNDEFINED; in ecma_builtin_regexp_dispatch_helper() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc266 ValuePtr flags_value = MakeValue(profiling_content.flags); in CreateProfilingCNode() local
/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) in Arena()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) in Arena()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c297 ecma_value_t flags_value) /**< flags */ in ecma_op_create_regexp_from_pattern()
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp1128 bool ImGui::CheckboxFlagsT(const char* label, T* flags, T flags_value) in CheckboxFlagsT()
1156 bool ImGui::CheckboxFlags(const char* label, int* flags, int flags_value) in CheckboxFlags()
1161 bool ImGui::CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) in CheckboxFlags()
1166 bool ImGui::CheckboxFlags(const char* label, ImS64* flags, ImS64 flags_value) in CheckboxFlags()
1171 bool ImGui::CheckboxFlags(const char* label, ImU64* flags, ImU64 flags_value) in CheckboxFlags()
/third_party/glib/gio/
Dgdbusmessage.c3422 GFlagsValue *flags_value; in flags_to_string() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp935 bool ImGui::CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) in CheckboxFlags()
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp950 bool ImGui::CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) in CheckboxFlags()