Home
last modified time | relevance | path

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

/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/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/mesa3d/src/imgui/
Dimgui_widgets.cpp950 bool ImGui::CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) in CheckboxFlags()