Searched refs:OptionValueFormatEntity (Results 1 – 7 of 7) sorted by relevance
24 OptionValueFormatEntity::OptionValueFormatEntity (const char *default_format) : in OptionValueFormatEntity() function in OptionValueFormatEntity45 OptionValueFormatEntity::Clear () in Clear()55 OptionValueFormatEntity::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_ma… in DumpValue()68 OptionValueFormatEntity::SetValueFromString (llvm::StringRef value_str, in SetValueFromString()125 OptionValueFormatEntity::DeepCopy () const in DeepCopy()127 return OptionValueSP(new OptionValueFormatEntity(*this)); in DeepCopy()131 OptionValueFormatEntity::AutoComplete (CommandInterpreter &interpreter, in AutoComplete()
241 OptionValueFormatEntity *245 return static_cast<OptionValueFormatEntity *>(this); in GetAsFormatEntity()249 const OptionValueFormatEntity *253 return static_cast<const OptionValueFormatEntity *>(this); in GetAsFormatEntity()511 const OptionValueFormatEntity *option_value = GetAsFormatEntity(); in GetFormatEntity()655 case 1u << eTypeFormatEntity: value_sp.reset(new OptionValueFormatEntity(NULL)); break; in CreateValueFromCStringForTypeMask()
141 m_value_sp.reset (new OptionValueFormatEntity(definition.default_cstr_value)); in Property()
22 class OptionValueFormatEntity : public OptionValue25 OptionValueFormatEntity (const char *default_format);28 ~OptionValueFormatEntity() in ~OptionValueFormatEntity()
323 OptionValueFormatEntity *326 const OptionValueFormatEntity *
37 OptionValueFormatEntity.cpp \
153 class OptionValueFormatEntity; variable