• Home
  • Raw
  • Download

Lines Matching refs:IPCFrame_InvokeMethod

60361 class IPCFrame_InvokeMethod;
60381 using InvokeMethod = IPCFrame_InvokeMethod;
60421 const IPCFrame_InvokeMethod& msg_invoke_method() const { return *msg_invoke_method_; } in msg_invoke_method()
60422IPCFrame_InvokeMethod* mutable_msg_invoke_method() { _has_field_.set(5); return msg_invoke_method_… in mutable_msg_invoke_method()
60443 ::protozero::CopyablePtr<IPCFrame_InvokeMethod> msg_invoke_method_;
60539 class PERFETTO_EXPORT IPCFrame_InvokeMethod : public ::protozero::CppMessageObj { class
60548 IPCFrame_InvokeMethod();
60549 ~IPCFrame_InvokeMethod() override;
60550 IPCFrame_InvokeMethod(IPCFrame_InvokeMethod&&) noexcept;
60551 IPCFrame_InvokeMethod& operator=(IPCFrame_InvokeMethod&&);
60552 IPCFrame_InvokeMethod(const IPCFrame_InvokeMethod&);
60553 IPCFrame_InvokeMethod& operator=(const IPCFrame_InvokeMethod&);
60554 bool operator==(const IPCFrame_InvokeMethod&) const;
60555 bool operator!=(const IPCFrame_InvokeMethod& other) const { return !(*this == other); } in operator !=()
60977 IPCFrame_InvokeMethod::IPCFrame_InvokeMethod() = default;
60978 IPCFrame_InvokeMethod::~IPCFrame_InvokeMethod() = default;
60979 IPCFrame_InvokeMethod::IPCFrame_InvokeMethod(const IPCFrame_InvokeMethod&) = default;
60980 IPCFrame_InvokeMethod& IPCFrame_InvokeMethod::operator=(const IPCFrame_InvokeMethod&) = default;
60981 IPCFrame_InvokeMethod::IPCFrame_InvokeMethod(IPCFrame_InvokeMethod&&) noexcept = default;
60982 IPCFrame_InvokeMethod& IPCFrame_InvokeMethod::operator=(IPCFrame_InvokeMethod&&) = default;
60984 bool IPCFrame_InvokeMethod::operator==(const IPCFrame_InvokeMethod& other) const { in operator ==()
60992 bool IPCFrame_InvokeMethod::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()
61022 std::string IPCFrame_InvokeMethod::SerializeAsString() const { in SerializeAsString()
61028 std::vector<uint8_t> IPCFrame_InvokeMethod::SerializeAsArray() const { in SerializeAsArray()
61034 void IPCFrame_InvokeMethod::Serialize(::protozero::Message* msg) const { in Serialize()