Lines Matching refs:make_shared
35 std::make_shared<OptionValueArch>(definition.default_cstr_value); in Property()
40 m_value_sp = std::make_shared<OptionValueArgs>(); in Property()
46 std::make_shared<OptionValueArray>(OptionValue::ConvertTypeToMask( in Property()
57 std::make_shared<OptionValueBoolean>(OptionArgParser::ToBoolean( in Property()
60 m_value_sp = std::make_shared<OptionValueBoolean>( in Property()
66 m_value_sp = std::make_shared<OptionValueChar>( in Property()
73 std::make_shared<OptionValueDictionary>(OptionValue::ConvertTypeToMask( 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()
184 m_value_sp = std::make_shared<OptionValueSInt64>( in Property()
195 m_value_sp = std::make_shared<OptionValueUInt64>( in Property()
208 m_value_sp = std::make_shared<OptionValueUUID>(uuid); in Property()