third_party.pigweed.src/pw_string
Wyatt Hepler 1b3da3a983 pw_status: Replace Status::Ok() with OkStatus()
- Mark Status::Ok() and StatusWithSize::Ok() as deprecated.
- Replace Status::Ok() with OkStatus().
- Replace StatusWithSize::Ok() with StatusWithSize().

Change-Id: If7192282446bf6d7f90990bb0b4f1b1b89a9228a
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/29003
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Keir Mierle <keir@google.com>
2021-01-11 20:28:12 +00:00
..
public/pw_string pw_status: Replace Status::Ok() with OkStatus() 2021-01-11 20:28:12 +00:00
size_report BUILD.gn files: Improve import formatting 2020-10-15 18:12:55 +00:00
BUILD
BUILD.gn BUILD.gn files: Improve import formatting 2020-10-15 18:12:55 +00:00
CMakeLists.txt CMake: Revamp CMake build 2020-11-04 22:31:07 +00:00
docs.rst docs: Make labels consistent; remove boilerplate 2020-10-01 21:47:35 +00:00
format_test.cc pw_status: Replace Status::Ok() with OkStatus() 2021-01-11 20:28:12 +00:00
format.cc
README.md
string_builder_test.cc pw_status: Replace Status::Ok() with OkStatus() 2021-01-11 20:28:12 +00:00
string_builder.cc pw_status: Replace Status::Ok() with OkStatus() 2021-01-11 20:28:12 +00:00
to_string_test.cc pw_status: Replace Status::Ok() with OkStatus() 2021-01-11 20:28:12 +00:00
type_to_string_test.cc
type_to_string.cc pw_status: Replace Status::Ok() with OkStatus() 2021-01-11 20:28:12 +00:00
util_test.cc

pw_string: Embedded-friendly C++ string manipulation primitives