Searched refs:OptionValuePathMappings (Results 1 – 10 of 10) sorted by relevance
17 class OptionValuePathMappings18 : public Cloneable<OptionValuePathMappings, OptionValue> {20 OptionValuePathMappings(bool notify_changes) in OptionValuePathMappings() function23 ~OptionValuePathMappings() override = default;
227 OptionValuePathMappings *GetAsPathMappings();228 const OptionValuePathMappings *GetAsPathMappings() const;
126 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
26 void OptionValuePathMappings::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()38 OptionValuePathMappings::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()42 Status OptionValuePathMappings::SetValueFromString(llvm::StringRef value, in SetValueFromString()
189 OptionValuePathMappings *OptionValue::GetAsPathMappings() { in GetAsProperties() 191 return static_cast<OptionValuePathMappings *>(this); in GetAsProperties() 195 const OptionValuePathMappings *OptionValue::GetAsPathMappings() const { in GetAsRegex() 197 return static_cast<const OptionValuePathMappings *>(this); in GetAsRegex()
167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
165 OptionValuePathMappings *
154 class OptionValuePathMappings; variable
334 SRCS+= Interpreter/OptionValuePathMappings.cpp
4456 OptionValuePathMappings *option_value = in GetSourcePathMap()