Searched refs:IPCFrame_InvokeMethodReply (Results 1 – 4 of 4) sorted by relevance
21 class IPCFrame_InvokeMethodReply; variable43 using InvokeMethodReply = IPCFrame_InvokeMethodReply;88 …const IPCFrame_InvokeMethodReply& msg_invoke_method_reply() const { return *msg_invoke_method_repl… in msg_invoke_method_reply()89 …IPCFrame_InvokeMethodReply* mutable_msg_invoke_method_reply() { _has_field_.set(6); return msg_inv… in mutable_msg_invoke_method_reply()111 ::protozero::CopyablePtr<IPCFrame_InvokeMethodReply> msg_invoke_method_reply_;206 class PERFETTO_EXPORT_COMPONENT IPCFrame_InvokeMethodReply : public ::protozero::CppMessageObj {214 IPCFrame_InvokeMethodReply();215 ~IPCFrame_InvokeMethodReply() override;216 IPCFrame_InvokeMethodReply(IPCFrame_InvokeMethodReply&&) noexcept;217 IPCFrame_InvokeMethodReply& operator=(IPCFrame_InvokeMethodReply&&);[all …]
265 IPCFrame_InvokeMethodReply::IPCFrame_InvokeMethodReply() = default;266 IPCFrame_InvokeMethodReply::~IPCFrame_InvokeMethodReply() = default;267 IPCFrame_InvokeMethodReply::IPCFrame_InvokeMethodReply(const IPCFrame_InvokeMethodReply&) = default;268 IPCFrame_InvokeMethodReply& IPCFrame_InvokeMethodReply::operator=(const IPCFrame_InvokeMethodReply&…269 IPCFrame_InvokeMethodReply::IPCFrame_InvokeMethodReply(IPCFrame_InvokeMethodReply&&) noexcept = def…270 IPCFrame_InvokeMethodReply& IPCFrame_InvokeMethodReply::operator=(IPCFrame_InvokeMethodReply&&) = d…272 bool IPCFrame_InvokeMethodReply::operator==(const IPCFrame_InvokeMethodReply& other) const { in operator ==()279 bool IPCFrame_InvokeMethodReply::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()306 std::string IPCFrame_InvokeMethodReply::SerializeAsString() const { in SerializeAsString()312 std::vector<uint8_t> IPCFrame_InvokeMethodReply::SerializeAsArray() const { in SerializeAsArray()[all …]
35 class IPCFrame_InvokeMethodReply; variable92 const protos::gen::IPCFrame_InvokeMethodReply&);