Home
last modified time | relevance | path

Searched refs:StringFindAndReplaceAll (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/parser/
Dpacket_def.cc618 param_type = util::StringFindAndReplaceAll(param_type, "unique_ptr", "shared_ptr"); in GenBuilderCreatePybind11()
640 struct_type = util::StringFindAndReplaceAll(struct_type, "std::unique_ptr<", ""); in GenBuilderCreatePybind11()
641 struct_type = util::StringFindAndReplaceAll(struct_type, ">", ""); in GenBuilderCreatePybind11()
Dutil.h155 inline std::string StringFindAndReplaceAll(std::string text, const std::string& old, const std::str… in StringFindAndReplaceAll() function