Home
last modified time | relevance | path

Searched refs:replace_substring (Results 1 – 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/
Djson_pointer.hpp815 static void replace_substring(std::string& s, const std::string& f, in replace_substring() function in nlohmann::json_pointer
829 replace_substring(s, "~", "~0"); in escape()
830 replace_substring(s, "/", "~1"); in escape()
837 replace_substring(s, "~1", "/"); in unescape()
838 replace_substring(s, "~0", "~"); in unescape()
/third_party/node/src/tracing/
Dnode_trace_writer.cc63 void replace_substring(std::string* target, in replace_substring() function
80 replace_substring(&filepath, "${pid}", std::to_string(uv_os_getpid())); in OpenNewFileForStreaming()
81 replace_substring(&filepath, "${rotation}", std::to_string(file_num_)); in OpenNewFileForStreaming()
/third_party/json/single_include/nlohmann/
Djson.hpp12351 static void replace_substring(std::string& s, const std::string& f, in replace_substring() function in nlohmann::json_pointer
12365 replace_substring(s, "~", "~0"); in escape()
12366 replace_substring(s, "/", "~1"); in escape()
12373 replace_substring(s, "~1", "/"); in unescape()
12374 replace_substring(s, "~0", "~"); in unescape()