Home
last modified time | relevance | path

Searched refs:IPCFrame_InvokeMethod (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_ipc_wire_protocol_cpp_gen_headers/gen/external/perfetto/protos/perfetto/ipc/
Dwire_protocol.gen.h22 class IPCFrame_InvokeMethod; variable
42 using InvokeMethod = IPCFrame_InvokeMethod;
84 const IPCFrame_InvokeMethod& msg_invoke_method() const { return *msg_invoke_method_; } in msg_invoke_method()
85IPCFrame_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 …]
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_ipc_wire_protocol_cpp_gen_headers/gen/external/perfetto/protos/perfetto/ipc/
H A Dwire_protocol.gen.h22 class IPCFrame_InvokeMethod; variable
42 using InvokeMethod = IPCFrame_InvokeMethod;
84 const IPCFrame_InvokeMethod& msg_invoke_method() const { return *msg_invoke_method_; } in msg_invoke_method()
85IPCFrame_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 …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_ipc_wire_protocol_cpp_gen/gen/external/perfetto/protos/perfetto/ipc/
Dwire_protocol.gen.cc338 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 …]