Home
last modified time | relevance | path

Searched defs:TryDeserialize (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/cast/common/channel/
Dmessage_framer.cc43 ErrorOr<DeserializeResult> TryDeserialize(absl::Span<const uint8_t> input) { in TryDeserialize() function
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallBase.cs221 protected Exception TryDeserialize(byte[] payload, out TRead msg) in TryDeserialize() method in Grpc.Core.Internal.AsyncCallBase