Searched refs:AllocSharedString (Results 1 – 2 of 2) sorted by relevance
42 .withConstValue(AllocSharedString<C2ComponentNameSetting>(name.c_str())) in BaseParams()55 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()126 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::input>( in BaseParams()138 .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