Lines Matching refs:IPCFrame_InvokeMethod
129238 class IPCFrame_InvokeMethod;
129258 using InvokeMethod = IPCFrame_InvokeMethod;
129298 const IPCFrame_InvokeMethod& msg_invoke_method() const { return *msg_invoke_method_; }
129299 …IPCFrame_InvokeMethod* mutable_msg_invoke_method() { _has_field_.set(5); return msg_invoke_method_…
129320 ::protozero::CopyablePtr<IPCFrame_InvokeMethod> msg_invoke_method_;
129416 class PERFETTO_EXPORT IPCFrame_InvokeMethod : public ::protozero::CppMessageObj {
129425 IPCFrame_InvokeMethod();
129426 ~IPCFrame_InvokeMethod() override;
129427 IPCFrame_InvokeMethod(IPCFrame_InvokeMethod&&) noexcept;
129428 IPCFrame_InvokeMethod& operator=(IPCFrame_InvokeMethod&&);
129429 IPCFrame_InvokeMethod(const IPCFrame_InvokeMethod&);
129430 IPCFrame_InvokeMethod& operator=(const IPCFrame_InvokeMethod&);
129431 bool operator==(const IPCFrame_InvokeMethod&) const;
129432 bool operator!=(const IPCFrame_InvokeMethod& other) const { return !(*this == other); }