Home
last modified time | relevance | path

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

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