Searched refs:IPCFrame_InvokeMethod (Results 1 – 3 of 3) sorted by relevance
22 class IPCFrame_InvokeMethod; variable42 using InvokeMethod = IPCFrame_InvokeMethod;84 const IPCFrame_InvokeMethod& msg_invoke_method() const { return *msg_invoke_method_; } in msg_invoke_method()85 …IPCFrame_InvokeMethod* mutable_msg_invoke_method() { _has_field_.set(5); return msg_invoke_method_… in mutable_msg_invoke_method()110 ::protozero::CopyablePtr<IPCFrame_InvokeMethod> msg_invoke_method_;254 class PERFETTO_EXPORT_COMPONENT IPCFrame_InvokeMethod : public ::protozero::CppMessageObj {263 IPCFrame_InvokeMethod();264 ~IPCFrame_InvokeMethod() override;265 IPCFrame_InvokeMethod(IPCFrame_InvokeMethod&&) noexcept;266 IPCFrame_InvokeMethod& operator=(IPCFrame_InvokeMethod&&);[all …]
338 IPCFrame_InvokeMethod::IPCFrame_InvokeMethod() = default;339 IPCFrame_InvokeMethod::~IPCFrame_InvokeMethod() = default;340 IPCFrame_InvokeMethod::IPCFrame_InvokeMethod(const IPCFrame_InvokeMethod&) = default;341 IPCFrame_InvokeMethod& IPCFrame_InvokeMethod::operator=(const IPCFrame_InvokeMethod&) = default;342 IPCFrame_InvokeMethod::IPCFrame_InvokeMethod(IPCFrame_InvokeMethod&&) noexcept = default;343 IPCFrame_InvokeMethod& IPCFrame_InvokeMethod::operator=(IPCFrame_InvokeMethod&&) = default;345 bool IPCFrame_InvokeMethod::operator==(const IPCFrame_InvokeMethod& other) const { in operator ==()353 bool IPCFrame_InvokeMethod::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()383 std::string IPCFrame_InvokeMethod::SerializeAsString() const { in SerializeAsString()389 std::vector<uint8_t> IPCFrame_InvokeMethod::SerializeAsArray() const { in SerializeAsArray()[all …]