• Home
  • Raw
  • Download

Lines Matching refs:IPCFrame_InvokeMethodReply

60360 class IPCFrame_InvokeMethodReply;
60382 using InvokeMethodReply = IPCFrame_InvokeMethodReply;
60425 …const IPCFrame_InvokeMethodReply& msg_invoke_method_reply() const { return *msg_invoke_method_repl… in msg_invoke_method_reply()
60426IPCFrame_InvokeMethodReply* mutable_msg_invoke_method_reply() { _has_field_.set(6); return msg_inv… in mutable_msg_invoke_method_reply()
60444 ::protozero::CopyablePtr<IPCFrame_InvokeMethodReply> msg_invoke_method_reply_;
60491 class PERFETTO_EXPORT IPCFrame_InvokeMethodReply : public ::protozero::CppMessageObj { class
60499 IPCFrame_InvokeMethodReply();
60500 ~IPCFrame_InvokeMethodReply() override;
60501 IPCFrame_InvokeMethodReply(IPCFrame_InvokeMethodReply&&) noexcept;
60502 IPCFrame_InvokeMethodReply& operator=(IPCFrame_InvokeMethodReply&&);
60503 IPCFrame_InvokeMethodReply(const IPCFrame_InvokeMethodReply&);
60504 IPCFrame_InvokeMethodReply& operator=(const IPCFrame_InvokeMethodReply&);
60505 bool operator==(const IPCFrame_InvokeMethodReply&) const;
60506 bool operator!=(const IPCFrame_InvokeMethodReply& other) const { return !(*this == other); } in operator !=()
60904 IPCFrame_InvokeMethodReply::IPCFrame_InvokeMethodReply() = default;
60905 IPCFrame_InvokeMethodReply::~IPCFrame_InvokeMethodReply() = default;
60906 IPCFrame_InvokeMethodReply::IPCFrame_InvokeMethodReply(const IPCFrame_InvokeMethodReply&) = default;
60907 IPCFrame_InvokeMethodReply& IPCFrame_InvokeMethodReply::operator=(const IPCFrame_InvokeMethodReply&…
60908 IPCFrame_InvokeMethodReply::IPCFrame_InvokeMethodReply(IPCFrame_InvokeMethodReply&&) noexcept = def…
60909 IPCFrame_InvokeMethodReply& IPCFrame_InvokeMethodReply::operator=(IPCFrame_InvokeMethodReply&&) = d…
60911 bool IPCFrame_InvokeMethodReply::operator==(const IPCFrame_InvokeMethodReply& other) const { in operator ==()
60918 bool IPCFrame_InvokeMethodReply::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()
60945 std::string IPCFrame_InvokeMethodReply::SerializeAsString() const { in SerializeAsString()
60951 std::vector<uint8_t> IPCFrame_InvokeMethodReply::SerializeAsArray() const { in SerializeAsArray()
60957 void IPCFrame_InvokeMethodReply::Serialize(::protozero::Message* msg) const { in Serialize()
63843 class IPCFrame_InvokeMethodReply;
63900 const protos::gen::IPCFrame_InvokeMethodReply&);