template <typename T>
struct BasicStringViewTestTraits
Defined at line 19 of file ../../src/lib/zbitl/tests/span-tests.h
Public Members
static const bool kDefaultConstructedViewHasStorageError
static const bool kExpectExtensibility
static const bool kExpectOneShotReads
static const bool kExpectUnbufferedReads
static const bool kExpectUnbufferedWrites
Public Methods
void Create (fbl::unique_fd fd, size_t size, Context * context)
Defined at line 38 of file ../../src/lib/zbitl/tests/span-tests.h
void Read (storage_type storage, payload_type payload, size_t size, std::string * contents)
Defined at line 46 of file ../../src/lib/zbitl/tests/span-tests.h