Searched defs:FormatString (Results 1 – 3 of 3) sorted by relevance
32 std::string FormatString(const char *fmt, ...) in FormatString() function44 std::string FormatString(const char *fmt, va_list args) in FormatString() function
27 std::string FormatString(const char *fmt, ...) in FormatString() function39 std::string FormatString(const char *fmt, va_list args) in FormatString() function
75 std::string NetworkUtils::FormatString(const std::string &format, Args... args) in FormatString() function