Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_stream/
H A Dstream_test.cc35 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
40 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
46 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
69 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
75 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
82 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
/aosp_15_r20/external/pigweed/pw_spi/
H A Dspi_test.cc49 Status DoWriteRead(ConstByteSpan /* write_buffer */, in DoWriteRead() argument
76 Function<void(ByteSpan, Status)> /* callback */) override {} in DoSetCompletionHandler()
77 Status DoWriteReadAsync(ConstByteSpan /* tx_data */, in DoWriteReadAsync() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp214 struct ByteSpan { struct in __anon4058f4d90111::AlignVectors
215 struct Segment {
226 struct Block {
241 int size() const { return Blocks.size(); } in size()
242 Block &operator[](int i) { return Blocks[i]; } in operator []()
244 std::vector<Block> Blocks;
246 using iterator = decltype(Blocks)::iterator;
247 iterator begin() { return Blocks.begin(); } in begin()
248 iterator end() { return Blocks.end(); } in end()
249 using const_iterator = decltype(Blocks)::const_iterator;
[all …]
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dnull_stream.h40 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() argument
57 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() argument
H A Dstream.h440 StatusWithSize DoRead(ByteSpan) final { in DoRead() argument
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dspan.h23 using ByteSpan = span<std::byte>; variable
/aosp_15_r20/external/pigweed/pw_tls_client/
H A Dfake_entropy.cc20 Status GetRandomBytes(ByteSpan) { in GetRandomBytes() argument
/aosp_15_r20/external/pigweed/pw_malloc_freertos/
H A Dfreertos_malloc.cc20 void InitSystemAllocator(ByteSpan) {} in InitSystemAllocator() argument
/aosp_15_r20/external/pigweed/pw_spi/public/pw_spi/
H A Dresponder.h38 void SetCompletionHandler(Function<void(ByteSpan, Status)> callback) { in SetCompletionHandler()
/aosp_15_r20/external/pigweed/pw_tls_client_boringssl/
H A Dtls_client_boringssl.cc50 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() argument
/aosp_15_r20/external/pigweed/pw_crypto/
H A Dsha256_mock.cc38 Status DoFinal(NativeSha256Context&, ByteSpan) { in DoFinal() argument
/aosp_15_r20/external/pigweed/pw_rpc/raw/
H A Dmethod_info_test.cc27 static StatusWithSize TestUnaryRpc(ConstByteSpan, ByteSpan) { in TestUnaryRpc() argument
H A Dmethod_test.cc59 static void StaticUnaryVoidReturn(ConstByteSpan, ByteSpan) {} in StaticUnaryVoidReturn() argument
/aosp_15_r20/external/pigweed/pw_uart/
H A Dstream_test.cc26 ByteSpan, size_t, std::optional<chrono::SystemClock::duration>) override { in DoTryReadFor() argument
H A Duart_test.cc32 ByteSpan, size_t, std::optional<chrono::SystemClock::duration>) override { in DoTryReadFor() argument
H A Duart_non_blocking_test.cc36 Status DoRead(ByteSpan, in DoRead() argument
/aosp_15_r20/external/pigweed/pw_uart/public/pw_uart/
H A Duart.h317 ByteSpan /*rx_buffer*/, in DoTryReadFor() argument
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/
H A Dtls_client_mbedtls.cc209 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() argument
/aosp_15_r20/external/pigweed/pw_spi_mcuxpresso/public/pw_spi_mcuxpresso/
H A Dresponder.h77 Function<void(ByteSpan, Status)> callback) override { in DoSetCompletionHandler()
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/Raw/
H A DMappedBlockStream.cpp140 uint32_t ByteSpan = in readLongestContiguousChunk() local
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dblock.h63 using ByteSpan = cpp::span<LIBC_NAMESPACE::cpp::byte>; variable
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dcall_test.cc207 writer_.Write([](ByteSpan) { return StatusWithSize::DataLoss(); })); in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp183 uint64_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp184 uint32_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local