Searched refs:replace_substring (Results 1 – 4 of 4) sorted by relevance
| /third_party/json/include/nlohmann/detail/ |
| D | string_escape.hpp | 31 inline void replace_substring(StringType& s, const StringType& f, in replace_substring() function 52 replace_substring(s, StringType{"~"}, StringType{"~0"}); in escape() 53 replace_substring(s, StringType{"/"}, StringType{"~1"}); in escape() 67 replace_substring(s, StringType{"~1"}, StringType{"/"}); in unescape() 68 replace_substring(s, StringType{"~0"}, StringType{"~"}); 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/tests/abi/include/nlohmann/ |
| D | json_v3_10_5.hpp | 2725 inline void replace_substring(std::string& s, const std::string& f, in replace_substring() function 2745 replace_substring(s, "~", "~0"); in escape() 2746 replace_substring(s, "/", "~1"); in escape() 2759 replace_substring(s, "~1", "/"); in unescape() 2760 replace_substring(s, "~0", "~"); in unescape()
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 2955 inline void replace_substring(StringType& s, const StringType& f, in replace_substring() function 2976 replace_substring(s, StringType{"~"}, StringType{"~0"}); in escape() 2977 replace_substring(s, StringType{"/"}, StringType{"~1"}); in escape() 2991 replace_substring(s, StringType{"~1"}, StringType{"/"}); in unescape() 2992 replace_substring(s, StringType{"~0"}, StringType{"~"}); in unescape()
|