Searched refs:AllocSharedString (Results 1 – 2 of 2) sorted by relevance
61 .withConstValue(AllocSharedString<C2ComponentNameSetting>(name.c_str())) in BaseParams()74 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()147 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::input>( in BaseParams()159 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::output>( in BaseParams()
188 std::shared_ptr<T> AllocSharedString(const Args(&... args), const char *str) { in AllocSharedString() function196 std::shared_ptr<T> AllocSharedString(const Args(&... args), const std::string &str) { in AllocSharedString() function