Home
last modified time | relevance | path

Searched refs:to_replace (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dstring_utils.cc153 const std::string& to_replace, in ReplaceAll() argument
155 PERFETTO_CHECK(!to_replace.empty()); in ReplaceAll()
157 while ((pos = str.find(to_replace, pos)) != std::string::npos) { in ReplaceAll()
158 str.replace(pos, to_replace.length(), replacement); in ReplaceAll()
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dstring_utils.h116 const std::string& to_replace,
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc3026 const std::string& to_replace,
3186 const std::string& to_replace, in ReplaceAll() argument
3188 PERFETTO_CHECK(!to_replace.empty()); in ReplaceAll()
3190 while ((pos = str.find(to_replace, pos)) != std::string::npos) { in ReplaceAll()
3191 str.replace(pos, to_replace.length(), replacement); in ReplaceAll()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp4514 const std::string& to_replace,
4752 const std::string& to_replace, in ReplaceAll() argument
4754 PERFETTO_CHECK(!to_replace.empty()); in ReplaceAll()
4756 while ((pos = str.find(to_replace, pos)) != std::string::npos) { in ReplaceAll()
4757 str.replace(pos, to_replace.length(), replacement); in ReplaceAll()