Home
last modified time | relevance | path

Searched defs:concat_length (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/detail/
Dstring_concat.hpp22 inline std::size_t concat_length() in concat_length() function
34 inline std::size_t concat_length(const char /*c*/, Args&& ... rest) in concat_length() function
40 inline std::size_t concat_length(const char* cstr, Args&& ... rest) in concat_length() function
47 inline std::size_t concat_length(const StringType& str, Args&& ... rest) in concat_length() function
/third_party/json/single_include/nlohmann/
Djson.hpp4162 inline std::size_t concat_length() in concat_length() function
4174 inline std::size_t concat_length(const char /*c*/, Args&& ... rest) in concat_length() function
4180 inline std::size_t concat_length(const char* cstr, Args&& ... rest) in concat_length() function
4187 inline std::size_t concat_length(const StringType& str, Args&& ... rest) in concat_length() function