Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
Dserde.h46 StatusWithSize EncodedSizeBytes(const Message& message) const { in EncodedSizeBytes() function
/external/pigweed/pw_rpc/nanopb/
Dcommon.cc74 StatusWithSize NanopbSerde::EncodedSizeBytes(const void* proto_struct) const { in EncodedSizeBytes() function in pw::rpc::internal::NanopbSerde