Home
last modified time | relevance | path

Searched defs:ConstByteSpan (Results 1 – 11 of 11) sorted by relevance

/external/pigweed/pw_rpc/raw/
Draw_method_test.cc36 StatusWithSize Unary(ServerContext&, ConstByteSpan, ByteSpan) { in Unary() argument
40 static StatusWithSize StaticUnary(ServerContext&, ConstByteSpan, ByteSpan) { in StaticUnary() argument
44 void ServerStreaming(ServerContext&, ConstByteSpan, RawServerWriter&) {} in ServerStreaming() argument
47 ConstByteSpan, in StaticServerStreaming() argument
50 StatusWithSize UnaryWrongArg(ServerContext&, ConstByteSpan, ConstByteSpan) { in UnaryWrongArg() argument
54 static void StaticUnaryVoidReturn(ServerContext&, ConstByteSpan, ByteSpan) {} in StaticUnaryVoidReturn() argument
57 ConstByteSpan, in ServerStreamingBadReturn() argument
62 static void StaticServerStreamingMissingArg(ConstByteSpan, RawServerWriter&) { in StaticServerStreamingMissingArg() argument
Draw_method_union_test.cc55 StatusWithSize DoNothing(ServerContext&, ConstByteSpan, ByteSpan) { in DoNothing() argument
/external/pigweed/pw_bytes/public/pw_bytes/
Dspan.h24 using ConstByteSpan = std::span<const std::byte>; variable
/external/pigweed/pw_stream/public/pw_stream/
Dnull_stream.h29 Status DoWrite(ConstByteSpan) final { return OkStatus(); } in DoWrite() argument
/external/pigweed/pw_router/public/pw_router/
Degress_function.h25 constexpr EgressFunction(Status (*func)(ConstByteSpan)) : func_(*func) {} in EgressFunction()
/external/pigweed/pw_rpc/nanopb/
Dmethod_lookup_test.cc25 StatusWithSize TestRpc(ServerContext&, ConstByteSpan, ByteSpan) { in TestRpc() argument
46 void TestStreamRpc(ServerContext&, ConstByteSpan, RawServerWriter&) { in TestStreamRpc() argument
Dnanopb_method_union_test.cc75 StatusWithSize DoNothing(ServerContext&, ConstByteSpan, ByteSpan) { in DoNothing() argument
79 void RawStream(ServerContext&, ConstByteSpan, RawServerWriter& writer) { in RawStream() argument
/external/pigweed/pw_router/
Dstatic_router_test.cc54 EgressFunction GoodEgress(+[](ConstByteSpan) { return OkStatus(); }); in __anon8714275d0202() argument
55 EgressFunction BadEgress(+[](ConstByteSpan) { in __anon8714275d0302() argument
/external/pigweed/pw_log_rpc/
Dlogs_rpc.cc34 void Logs::Get(ServerContext&, ConstByteSpan, rpc::RawServerWriter& writer) { in Get() argument
/external/pigweed/pw_rpc/
Dclient_server_test.cc34 StatusWithSize FakeMethod(ServerContext&, ConstByteSpan, ByteSpan) { in FakeMethod() argument
/external/pigweed/pw_hdlc/
Dencoder_test.cc186 Status DoWrite(ConstByteSpan) override { return Status::Unimplemented(); } in DoWrite() argument