Searched refs:to_replace (Results 1 – 4 of 4) sorted by relevance
/device/generic/vulkan-cereal/third-party/perfetto/src/base/ |
D | string_utils.cc | 153 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/ |
D | string_utils.h | 116 const std::string& to_replace,
|
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ |
D | perfetto.cc | 3026 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/ |
D | perfetto.cpp | 4514 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()
|