third_party.pigweed.src/pw_kvs
Wyatt Hepler f707880fbe pw_status: StatusWithSize constants
- Provide StatusWithSize constants that can be used similarly to
  Status::Codes. For example, StatusWithSize::DATA_LOSS constructs a
  StatusWithSize with status DATA_LOSS and size 0.
- Remove the default constructor argument for the size. Use the
  constants instead.
- Update uses of StatusWithSize(Status::X) to use StatusWithSize::X.

Change-Id: I901b7bb0bbbb4fde52f6b3acc3047f366b250515
2020-02-25 13:50:41 -08:00
..
public/pw_kvs pw_status: StatusWithSize constants 2020-02-25 13:50:41 -08:00
pw_kvs_private pw_status: StatusWithSize constants 2020-02-25 13:50:41 -08:00
alignment_test.cc
alignment.cc
BUILD
BUILD.gn
checksum_test.cc
checksum.cc
CMakeLists.txt
debug_cli.cc
entry_test.cc
entry.cc pw_status: StatusWithSize constants 2020-02-25 13:50:41 -08:00
flash_memory.cc pw_status: StatusWithSize constants 2020-02-25 13:50:41 -08:00
in_memory_fake_flash.cc pw_status: StatusWithSize constants 2020-02-25 13:50:41 -08:00
key_value_store_error_handling_test.cc
key_value_store_fuzz_test.cc
key_value_store_map_test.cc
key_value_store_test.cc
key_value_store.cc pw_status: StatusWithSize constants 2020-02-25 13:50:41 -08:00