/aosp_15_r20/external/pigweed/pw_stream/ |
H A D | stream_test.cc | 35 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 D | spi_test.cc | 49 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 D | HexagonVectorCombine.cpp | 214 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 D | null_stream.h | 40 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() argument 57 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() argument
|
H A D | stream.h | 440 StatusWithSize DoRead(ByteSpan) final { in DoRead() argument
|
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/ |
H A D | span.h | 23 using ByteSpan = span<std::byte>; variable
|
/aosp_15_r20/external/pigweed/pw_tls_client/ |
H A D | fake_entropy.cc | 20 Status GetRandomBytes(ByteSpan) { in GetRandomBytes() argument
|
/aosp_15_r20/external/pigweed/pw_malloc_freertos/ |
H A D | freertos_malloc.cc | 20 void InitSystemAllocator(ByteSpan) {} in InitSystemAllocator() argument
|
/aosp_15_r20/external/pigweed/pw_spi/public/pw_spi/ |
H A D | responder.h | 38 void SetCompletionHandler(Function<void(ByteSpan, Status)> callback) { in SetCompletionHandler()
|
/aosp_15_r20/external/pigweed/pw_tls_client_boringssl/ |
H A D | tls_client_boringssl.cc | 50 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() argument
|
/aosp_15_r20/external/pigweed/pw_crypto/ |
H A D | sha256_mock.cc | 38 Status DoFinal(NativeSha256Context&, ByteSpan) { in DoFinal() argument
|
/aosp_15_r20/external/pigweed/pw_rpc/raw/ |
H A D | method_info_test.cc | 27 static StatusWithSize TestUnaryRpc(ConstByteSpan, ByteSpan) { in TestUnaryRpc() argument
|
H A D | method_test.cc | 59 static void StaticUnaryVoidReturn(ConstByteSpan, ByteSpan) {} in StaticUnaryVoidReturn() argument
|
/aosp_15_r20/external/pigweed/pw_uart/ |
H A D | stream_test.cc | 26 ByteSpan, size_t, std::optional<chrono::SystemClock::duration>) override { in DoTryReadFor() argument
|
H A D | uart_test.cc | 32 ByteSpan, size_t, std::optional<chrono::SystemClock::duration>) override { in DoTryReadFor() argument
|
H A D | uart_non_blocking_test.cc | 36 Status DoRead(ByteSpan, in DoRead() argument
|
/aosp_15_r20/external/pigweed/pw_uart/public/pw_uart/ |
H A D | uart.h | 317 ByteSpan /*rx_buffer*/, in DoTryReadFor() argument
|
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/ |
H A D | tls_client_mbedtls.cc | 209 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() argument
|
/aosp_15_r20/external/pigweed/pw_spi_mcuxpresso/public/pw_spi_mcuxpresso/ |
H A D | responder.h | 77 Function<void(ByteSpan, Status)> callback) override { in DoSetCompletionHandler()
|
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/Raw/ |
H A D | MappedBlockStream.cpp | 140 uint32_t ByteSpan = in readLongestContiguousChunk() local
|
/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | block.h | 63 using ByteSpan = cpp::span<LIBC_NAMESPACE::cpp::byte>; variable
|
/aosp_15_r20/external/pigweed/pw_rpc/ |
H A D | call_test.cc | 207 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 D | MappedBlockStream.cpp | 183 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 D | MappedBlockStream.cpp | 184 uint32_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local
|