Home
last modified time | relevance | path

Searched refs:OptionValueBoolean (Results 1 – 13 of 13) sorted by relevance

/external/lldb/source/Interpreter/
DOptionValueBoolean.cpp24 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()
DOptionValue.cpp35 … 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()
DProperty.cpp59 …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()
DCMakeLists.txt25 OptionValueBoolean.cpp
DAndroid.mk36 OptionValueBoolean.cpp \
/external/lldb/include/lldb/Interpreter/
DOptionValueBoolean.h21 class OptionValueBoolean : public OptionValue
24 OptionValueBoolean (bool value) : in OptionValueBoolean() function
30 OptionValueBoolean (bool current_value, in OptionValueBoolean() function
39 ~OptionValueBoolean() in ~OptionValueBoolean()
DOptionGroupBoolean.h63 OptionValueBoolean &
69 const OptionValueBoolean &
76 OptionValueBoolean m_value;
DOptionGroupOutputFile.h56 const OptionValueBoolean &
70 OptionValueBoolean m_append;
DOptionValue.h222 OptionValueBoolean *
225 const OptionValueBoolean *
/external/lldb/source/Commands/
DCommandObjectRegister.cpp342 OptionValueBoolean dump_all_sets;
343 OptionValueBoolean alternate_name;
DCommandObjectCommands.cpp139 OptionValueBoolean m_clear;
369 OptionValueBoolean m_stop_on_error;
/external/lldb/include/lldb/
Dlldb-forward.h130 class OptionValueBoolean; variable
306 typedef std::shared_ptr<lldb_private::OptionValueBoolean> OptionValueBooleanSP;
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj57 …5D04377002BF2E0 /* OptionValueBoolean.h in Headers */ = {isa = PBXBuildFile; fileRef = 260CC62315D…
70 …D0440D002BF2E0 /* OptionValueBoolean.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260CC63D15…
820OptionValueBoolean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod…
833OptionValueBoolean.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 */,