Searched refs:OptionValueBoolean (Results 1 – 13 of 13) sorted by relevance
/external/lldb/source/Interpreter/ |
D | OptionValueBoolean.cpp | 24 OptionValueBoolean::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() 39 OptionValueBoolean::SetValueFromCString (const char *value_cstr, in SetValueFromCString() 83 OptionValueBoolean::DeepCopy () const in DeepCopy() 85 return OptionValueSP(new OptionValueBoolean(*this)); in DeepCopy() 89 OptionValueBoolean::AutoComplete (CommandInterpreter &interpreter, in AutoComplete()
|
D | OptionValue.cpp | 35 … case OptionValue::eTypeBoolean: return static_cast<OptionValueBoolean *>(this)->GetCurrentValue(); in GetUInt64Value() 58 OptionValueBoolean * 62 return static_cast<OptionValueBoolean *>(this); in GetAsBoolean() 66 const OptionValueBoolean * 70 return static_cast<const OptionValueBoolean *>(this); in GetAsBoolean() 327 const OptionValueBoolean *option_value = GetAsBoolean (); in GetBooleanValue() 336 OptionValueBoolean *option_value = GetAsBoolean (); in SetBooleanValue() 549 case 1u << eTypeBoolean: value_sp.reset(new OptionValueBoolean(false)); break; in CreateValueFromCStringForTypeMask()
|
D | Property.cpp | 59 …m_value_sp.reset (new OptionValueBoolean(Args::StringToBoolean (definition.default_cstr_value, fal… in Property() 61 m_value_sp.reset (new OptionValueBoolean(definition.default_uint_value != 0)); in Property()
|
D | CMakeLists.txt | 25 OptionValueBoolean.cpp
|
D | Android.mk | 36 OptionValueBoolean.cpp \
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueBoolean.h | 21 class OptionValueBoolean : public OptionValue 24 OptionValueBoolean (bool value) : in OptionValueBoolean() function 30 OptionValueBoolean (bool current_value, in OptionValueBoolean() function 39 ~OptionValueBoolean() in ~OptionValueBoolean()
|
D | OptionGroupBoolean.h | 63 OptionValueBoolean & 69 const OptionValueBoolean & 76 OptionValueBoolean m_value;
|
D | OptionGroupOutputFile.h | 56 const OptionValueBoolean & 70 OptionValueBoolean m_append;
|
D | OptionValue.h | 222 OptionValueBoolean * 225 const OptionValueBoolean *
|
/external/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 342 OptionValueBoolean dump_all_sets; 343 OptionValueBoolean alternate_name;
|
D | CommandObjectCommands.cpp | 139 OptionValueBoolean m_clear; 369 OptionValueBoolean m_stop_on_error;
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 130 class OptionValueBoolean; variable 306 typedef std::shared_ptr<lldb_private::OptionValueBoolean> OptionValueBooleanSP;
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 57 …5D04377002BF2E0 /* OptionValueBoolean.h in Headers */ = {isa = PBXBuildFile; fileRef = 260CC62315D… 70 …D0440D002BF2E0 /* OptionValueBoolean.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260CC63D15… 820 …OptionValueBoolean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod… 833 …OptionValueBoolean.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec… 2978 260CC62315D04377002BF2E0 /* OptionValueBoolean.h */, 2979 260CC63D15D0440D002BF2E0 /* OptionValueBoolean.cpp */, 3540 260CC63015D04377002BF2E0 /* OptionValueBoolean.h in Headers */, 4272 260CC64A15D0440D002BF2E0 /* OptionValueBoolean.cpp in Sources */,
|