Lines Matching refs:make_shared
34 std::make_shared<OptionValueArch>(definition.default_cstr_value); in Property()
39 m_value_sp = std::make_shared<OptionValueArgs>(); in Property()
45 std::make_shared<OptionValueArray>(OptionValue::ConvertTypeToMask( in Property()
56 std::make_shared<OptionValueBoolean>(OptionArgParser::ToBoolean( in Property()
59 m_value_sp = std::make_shared<OptionValueBoolean>( in Property()
65 m_value_sp = std::make_shared<OptionValueChar>( in Property()
71 m_value_sp = std::make_shared<OptionValueDictionary>( in Property()
105 m_value_sp = std::make_shared<OptionValueFileColonLine>(); in Property()
115 m_value_sp = std::make_shared<OptionValueFileSpec>(file_spec, resolve); in Property()
122 m_value_sp = std::make_shared<OptionValueFileSpecList>(); in Property()
137 m_value_sp = std::make_shared<OptionValueFormat>(new_format); in Property()
153 m_value_sp = std::make_shared<OptionValueLanguage>(new_lang); in Property()
160 m_value_sp = std::make_shared<OptionValueFormatEntity>( in Property()
167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
176 std::make_shared<OptionValueRegex>(definition.default_cstr_value); in Property()
188 m_value_sp = std::make_shared<OptionValueSInt64>( in Property()
201 m_value_sp = std::make_shared<OptionValueUInt64>( in Property()
212 m_value_sp = std::make_shared<OptionValueUUID>(uuid); in Property()