Home
last modified time | relevance | path

Searched refs:WrapMethodId (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/
Dmethod_id.h27 constexpr MethodId WrapMethodId(uint32_t id);
35 friend constexpr MethodId internal::WrapMethodId(uint32_t id);
60 constexpr MethodId WrapMethodId(uint32_t id) { return MethodId(id); } in WrapMethodId() function
Dmethod_info.h67 return internal::WrapMethodId(internal::MethodInfo<kMethod>::kMethodId); in GetMethodId()
Dpacket_meta.h51 method_id_(internal::WrapMethodId(packet.method_id())), in PacketMeta()