Searched refs:WrapMethodId (Results 1 – 3 of 3) sorted by relevance
27 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
67 return internal::WrapMethodId(internal::MethodInfo<kMethod>::kMethodId); in GetMethodId()
51 method_id_(internal::WrapMethodId(packet.method_id())), in PacketMeta()