Searched refs:method_id_ (Results 1 – 4 of 4) sorted by relevance
81 method_id_(method_id), in type_()102 constexpr uint32_t method_id() const { return method_id_; } in method_id()113 constexpr void set_method_id(uint32_t method_id) { method_id_ = method_id; } in set_method_id()121 uint32_t method_id_; variable
37 method_id_(method_id), in BaseClientCall()59 constexpr uint32_t method_id() const { return method_id_; } in method_id()78 uint32_t method_id_; variable
49 decoder.ReadFixed32(&packet.method_id_); in FromBuffer()82 rpc_packet.WriteMethodId(method_id_); in Encode()
47 return Packet(type, channel_->id(), service_id_, method_id_, payload); in NewPacket()