Home
last modified time | relevance | path

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

12

/external/pigweed/pw_stream/
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
/external/pigweed/pw_stream/public/pw_stream/
Dnull_stream.h40 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() argument
57 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() argument
Dstream.h440 StatusWithSize DoRead(ByteSpan) final { in DoRead() argument
/external/pigweed/pw_spi/
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
/external/pigweed/pw_bytes/public/pw_bytes/
Dspan.h23 using ByteSpan = span<std::byte>; variable
/external/pigweed/pw_tls_client/
Dfake_entropy.cc20 Status GetRandomBytes(ByteSpan) { in GetRandomBytes() argument
/external/pigweed/pw_malloc_freertos/
Dfreertos_malloc.cc20 void InitSystemAllocator(ByteSpan) {} in InitSystemAllocator() argument
/external/pigweed/pw_spi/public/pw_spi/
Dresponder.h38 void SetCompletionHandler(Function<void(ByteSpan, Status)> callback) { in SetCompletionHandler()
/external/pigweed/pw_crypto/
Dsha256_mock.cc38 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_rpc/raw/
Dmethod_info_test.cc27 static StatusWithSize TestUnaryRpc(ConstByteSpan, ByteSpan) { in TestUnaryRpc() argument
Dmethod_test.cc59 static void StaticUnaryVoidReturn(ConstByteSpan, ByteSpan) {} in StaticUnaryVoidReturn() argument
/external/pigweed/pw_uart/
Duart_non_blocking_test.cc36 Status DoRead(ByteSpan, in DoRead() argument
Dstream_test.cc26 ByteSpan, size_t, std::optional<chrono::SystemClock::duration>) override { in DoTryReadFor() argument
Duart_test.cc32 ByteSpan, size_t, std::optional<chrono::SystemClock::duration>) override { in DoTryReadFor() argument
/external/pigweed/pw_uart/public/pw_uart/
Duart.h317 ByteSpan /*rx_buffer*/, in DoTryReadFor() argument
/external/pigweed/pw_tls_client_mbedtls/
Dtls_client_mbedtls.cc209 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() argument
/external/pigweed/pw_spi_mcuxpresso/public/pw_spi_mcuxpresso/
Dresponder.h77 Function<void(ByteSpan, Status)> callback) override { in DoSetCompletionHandler()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp214 struct ByteSpan { struct in __anond4077f590111::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 …]
/external/llvm-libc/src/__support/
Dblock.h39 using ByteSpan = cpp::span<LIBC_NAMESPACE::cpp::byte>; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp140 uint32_t ByteSpan = in readLongestContiguousChunk() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dblock.h63 using ByteSpan = cpp::span<LIBC_NAMESPACE::cpp::byte>; variable
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dblock.h63 using ByteSpan = cpp::span<LIBC_NAMESPACE::cpp::byte>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp184 uint32_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local
/external/pigweed/pw_rpc/
Dcall_test.cc207 writer_.Write([](ByteSpan) { return StatusWithSize::DataLoss(); })); in TEST_F() argument

12