Searched refs:replace_substring (Results 1 – 3 of 3) sorted by relevance
/third_party/json/include/nlohmann/detail/ |
D | json_pointer.hpp | 815 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/ |
D | node_trace_writer.cc | 63 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/ |
D | json.hpp | 12351 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()
|