Home
last modified time | relevance | path

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

/external/pigweed/pw_stream/
Dstream_test.cc30 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
35 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
41 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
64 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
70 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
77 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() argument
/external/pigweed/pw_spi/
Dspi_test.cc45 Status WriteRead(ConstByteSpan /* write_buffer */, in WriteRead() argument
72 Function<void(ByteSpan, Status)> /* callback */) override {} in DoSetCompletionHandler()
73 Status DoWriteReadAsync(ConstByteSpan /* tx_data */, in DoWriteReadAsync() 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.h420 StatusWithSize DoRead(ByteSpan) final { in DoRead() 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.cc58 static void StaticUnaryVoidReturn(ConstByteSpan, ByteSpan) {} in StaticUnaryVoidReturn() argument
/external/pigweed/pw_uart/
Duart_test.cc32 ByteSpan, std::optional<chrono::SystemClock::duration>) override { in DoTryReadFor() argument
/external/pigweed/pw_spi_mcuxpresso/public/pw_spi_mcuxpresso/
Dresponder.h63 Function<void(ByteSpan, Status)> callback) override { in DoSetCompletionHandler()
/external/pigweed/pw_tls_client_mbedtls/
Dtls_client_mbedtls.cc209 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp214 struct ByteSpan { struct in __anon97abb3770111::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/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp140 uint32_t ByteSpan = in readLongestContiguousChunk() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp183 uint64_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; 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