Searched refs:StringFindAndReplaceAll (Results 1 – 2 of 2) sorted by relevance
153 inline std::string StringFindAndReplaceAll(std::string text, const std::string& old, const std::str… in StringFindAndReplaceAll() function
575 param_type = util::StringFindAndReplaceAll(param_type, "unique_ptr", "shared_ptr"); in GenBuilderCreatePybind11()597 struct_type = util::StringFindAndReplaceAll(struct_type, "std::unique_ptr<", ""); in GenBuilderCreatePybind11()598 struct_type = util::StringFindAndReplaceAll(struct_type, ">", ""); in GenBuilderCreatePybind11()