Home
last modified time | relevance | path

Searched defs:ByteSpan (Results 1 – 14 of 14) sorted by relevance

/external/pigweed/pw_stream/
Dstream_test.cc31 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
36 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
42 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
65 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
71 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
78 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
/external/pigweed/pw_bytes/public/pw_bytes/
Dspan.h22 using ByteSpan = std::span<std::byte>; variable
/external/pigweed/pw_tls_client/
Dfake_entropy.cc20 Status GetRandomBytes(ByteSpan) { in GetRandomBytes() argument
/external/pigweed/pw_stream/public/pw_stream/
Dnull_stream.h40 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() argument
Dstream.h375 StatusWithSize DoRead(ByteSpan) final { in DoRead() argument
/external/pigweed/pw_crypto/
Dsha256_mock.cc36 Status DoFinal(NativeSha256Context&, ByteSpan) { in DoFinal() argument
/external/pigweed/pw_tls_client_boringssl/
Dtls_client_boringssl.cc50 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() argument
/external/pigweed/pw_i2c/
Ddevice_test.cc31 ByteSpan, in DoWriteReadFor() argument
/external/pigweed/pw_rpc/raw/
Dmethod_info_test.cc27 static StatusWithSize TestUnaryRpc(ConstByteSpan, ByteSpan) { in TestUnaryRpc() argument
Dmethod_test.cc57 static void StaticUnaryVoidReturn(ConstByteSpan, ByteSpan) {} in StaticUnaryVoidReturn() argument
/external/pigweed/pw_spi/
Dspi_test.cc48 Status WriteRead(ConstByteSpan /* write_buffer */, in WriteRead() argument
/external/pigweed/pw_tls_client_mbedtls/
Dtls_client_mbedtls.cc210 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() argument
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp140 uint32_t ByteSpan = in readLongestContiguousChunk() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp184 uint32_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local