Searched refs:ConvertTypeToMask (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h25 OptionValueArray (OptionValue::ConvertTypeToMask (OptionValue::eTypeString))
H A DOptionValue.h161 ConvertTypeToMask (OptionValue::Type type) function in class:lldb_private::OptionValue
/external/lldb/source/Interpreter/
H A DProperty.cpp50 m_value_sp.reset (new OptionValueArray(OptionValue::ConvertTypeToMask((OptionValue::Type)definition.default_uint_value)));
66 m_value_sp.reset (new OptionValueDictionary(OptionValue::ConvertTypeToMask((OptionValue::Type)definition.default_uint_value)));
/external/lldb/source/Commands/
H A DCommandObjectRegister.cpp267 set_indexes (OptionValue::ConvertTypeToMask (OptionValue::eTypeUInt64)),

Completed in 91 milliseconds