third_party.pigweed.src/pw_string
Wyatt Hepler 2596fe5418 pw_string: Rename va_list Format to FormatVaList
On Windows, sometimes the va_list overload would be used when formatting
with a single argument. To avoid potential conflicts like these, the
va_list versions of string::Format and StringBuilder::Format are renamed
to FormatVaList.

Change-Id: Id29fae21b13ed420b13841a479e3748a1d3b91ce
2020-01-24 22:53:22 +00:00
..
public/pw_string pw_string: Rename va_list Format to FormatVaList 2020-01-24 22:53:22 +00:00
size_report pw_string: Rename va_list Format to FormatVaList 2020-01-24 22:53:22 +00:00
BUILD Bazel: Move include paths to libraries 2020-01-06 18:41:23 +00:00
BUILD.gn GN build: Override built-in targets 2020-01-16 11:41:15 -08:00
CMakeLists.txt Basic CMake build 2020-01-04 01:05:46 +00:00
docs.rst pw_string: Rename va_list Format to FormatVaList 2020-01-24 22:53:22 +00:00
format_test.cc pw_string: Rename va_list Format to FormatVaList 2020-01-24 22:53:22 +00:00
format.cc pw_string: Rename va_list Format to FormatVaList 2020-01-24 22:53:22 +00:00
README.md
string_builder_test.cc
string_builder.cc pw_string: Rename va_list Format to FormatVaList 2020-01-24 22:53:22 +00:00
to_string_test.cc
type_to_string_test.cc
type_to_string.cc
util_test.cc

pw_string: Utilities for building strings