Searched defs:ByteSpan (Results 1 – 10 of 10) sorted by relevance
/external/pigweed/pw_bytes/public/pw_bytes/ |
D | span.h | 22 using ByteSpan = std::span<std::byte>; variable
|
/external/pigweed/pw_stream/public/pw_stream/ |
D | null_stream.h | 36 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() argument
|
/external/pigweed/pw_rpc/raw/ |
D | raw_method_test.cc | 36 StatusWithSize Unary(ServerContext&, ConstByteSpan, ByteSpan) { in Unary() argument 40 static StatusWithSize StaticUnary(ServerContext&, ConstByteSpan, ByteSpan) { in StaticUnary() argument 54 static void StaticUnaryVoidReturn(ServerContext&, ConstByteSpan, ByteSpan) {} in StaticUnaryVoidReturn() argument
|
D | raw_method_union_test.cc | 55 StatusWithSize DoNothing(ServerContext&, ConstByteSpan, ByteSpan) { in DoNothing() argument
|
/external/pigweed/pw_rpc/ |
D | client_server_test.cc | 34 StatusWithSize FakeMethod(ServerContext&, ConstByteSpan, ByteSpan) { in FakeMethod() argument
|
/external/pigweed/pw_rpc/nanopb/ |
D | method_lookup_test.cc | 25 StatusWithSize TestRpc(ServerContext&, ConstByteSpan, ByteSpan) { in TestRpc() argument
|
D | nanopb_method_union_test.cc | 75 StatusWithSize DoNothing(ServerContext&, ConstByteSpan, ByteSpan) { in DoNothing() argument
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.cpp | 140 uint32_t ByteSpan = in readLongestContiguousChunk() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 184 uint32_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local
|
/external/llvm-project/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 184 uint32_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local
|