Home
last modified time | relevance | path

Searched refs:enum_values (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPythonClassWithDict.cpp44 m_option_definition[0].enum_values = {}; in OptionGroupPythonClassWithDict()
55 m_option_definition[1].enum_values = {}; in OptionGroupPythonClassWithDict()
66 m_option_definition[2].enum_values = {}; in OptionGroupPythonClassWithDict()
77 m_option_definition[3].enum_values = {}; in OptionGroupPythonClassWithDict()
DOptionArgParser.cpp48 const OptionEnumValues &enum_values, in ToOptionEnum() argument
51 if (enum_values.empty()) { in ToOptionEnum()
61 for (const auto &enum_value : enum_values) { in ToOptionEnum()
70 for (const auto &enum_value : enum_values) { in ToOptionEnum()
DOptionGroupWatchpoint.cpp91 option_arg, g_option_table[option_idx].enum_values, 0, error); in SetOptionValue()
100 option_arg, g_option_table[option_idx].enum_values, 0, error); in SetOptionValue()
DOptionGroupFile.cpp28 m_option_definition.enum_values = {}; in OptionGroupFile()
59 m_option_definition.enum_values = {}; in OptionGroupFileList()
DOptionGroupString.cpp29 m_option_definition.enum_values = {}; in OptionGroupString()
DOptionGroupUInt64.cpp29 m_option_definition.enum_values = {}; in OptionGroupUInt64()
DOptionGroupBoolean.cpp30 m_option_definition.enum_values = {}; in OptionGroupBoolean()
DOptions.cpp595 if (!opt_defs[i].enum_values.empty()) { in GenerateOptionUsage()
599 for (const auto &enum_value : opt_defs[i].enum_values) { in GenerateOptionUsage()
748 const auto &enum_values = opt_defs[opt_defs_index].enum_values; in HandleOptionArgumentCompletion() local
749 if (!enum_values.empty()) in HandleOptionArgumentCompletion()
750 for (const auto &enum_value : enum_values) in HandleOptionArgumentCompletion()
DProperty.cpp84 definition.enum_values, definition.default_uint_value); in Property()
/external/libtextclassifier/native/utils/flatbuffers/
Dreflection.cc133 const auto* enum_values = schema->enums()->Get(type->index())->values(); in ParseEnumValue() local
134 if (enum_values == nullptr) { in ParseEnumValue()
138 for (const reflection::EnumVal* enum_value : *enum_values) { in ParseEnumValue()
/external/llvm-project/lldb/test/API/lang/c/enum_types/
DTestEnumTypes.py78 enum_values = ['-4',
119 for enum_value in enum_values:
/external/python/apitools/apitools/gen/
Dmessage_registry.py197 enum_values, enum_descriptions): argument
204 zip(enum_values, enum_descriptions)):
368 enum_values = attrs['enum']
370 'enumDescriptions', [''] * len(enum_values))
372 enum_values, enum_descriptions)
Dextended_descriptor.py276 enum_values = sorted(
278 for enum_value in enum_values:
386 enum_values = sorted(
388 for enum_value in enum_values:
/external/llvm-project/lldb/include/lldb/Utility/
DOptionDefinition.h37 OptionEnumValues enum_values; member
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/
Drun_td_setup.py49 enum_values=[
56 enum_values=[
Drun_test_server.py28 enum_values=['run', 'cleanup'],
Drun_test_client.py28 enum_values=['run', 'cleanup'],
Drun_channelz.py54 enum_values=[
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionArgParser.h26 const OptionEnumValues &enum_values,
DProperty.h30 OptionEnumValues enum_values; member
/external/OpenCL-CTS/test_conformance/spir/
DCMakeLists.txt43 "enum_values.zip"
/external/llvm-project/lldb/source/Commands/
DCommandObjectScript.cpp57 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
DCommandObjectReproducer.cpp248 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
385 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
DCommandObjectThread.cpp255 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local
257 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
844 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local
846 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
/external/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py620 enum_values = enums[e][1]
621 enum_maxes.append((len(enum_values) - 1) << current_bit_start)

12