Searched refs:OptionValueFormatEntity (Results 1 – 7 of 7) sorted by relevance
18 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) { in OptionValueFormatEntity() function in OptionValueFormatEntity30 void OptionValueFormatEntity::Clear() { in Clear()50 void OptionValueFormatEntity::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()64 OptionValueFormatEntity::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()70 Status OptionValueFormatEntity::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()119 void OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
177 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsPathMappings() 179 return static_cast<OptionValueFormatEntity *>(this); in GetAsPathMappings() 183 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsProperties() 185 return static_cast<const OptionValueFormatEntity *>(this); in GetAsProperties() 387 if (const OptionValueFormatEntity *option_value = GetAsFormatEntity()) in SetStringValue() 549 value_sp = std::make_shared<OptionValueFormatEntity>(nullptr); in DeepCopy()
160 m_value_sp = std::make_shared<OptionValueFormatEntity>( in Property()
17 class OptionValueFormatEntity18 : public Cloneable<OptionValueFormatEntity, OptionValue> {20 OptionValueFormatEntity(const char *default_format);22 ~OptionValueFormatEntity() override = default;
248 OptionValueFormatEntity *GetAsFormatEntity(); in OptionWasSet() 249 const OptionValueFormatEntity *GetAsFormatEntity() const;
152 class OptionValueFormatEntity; variable
332 SRCS+= Interpreter/OptionValueFormatEntity.cpp