Home
last modified time | relevance | path

Searched refs:IPCFrame_InvokeMethodReply (Results 1 – 4 of 4) 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.h21 class IPCFrame_InvokeMethodReply; variable
43 using InvokeMethodReply = IPCFrame_InvokeMethodReply;
88 …const IPCFrame_InvokeMethodReply& msg_invoke_method_reply() const { return *msg_invoke_method_repl… in msg_invoke_method_reply()
89IPCFrame_InvokeMethodReply* mutable_msg_invoke_method_reply() { _has_field_.set(6); return msg_inv… in mutable_msg_invoke_method_reply()
111 ::protozero::CopyablePtr<IPCFrame_InvokeMethodReply> msg_invoke_method_reply_;
206 class PERFETTO_EXPORT_COMPONENT IPCFrame_InvokeMethodReply : public ::protozero::CppMessageObj {
214 IPCFrame_InvokeMethodReply();
215 ~IPCFrame_InvokeMethodReply() override;
216 IPCFrame_InvokeMethodReply(IPCFrame_InvokeMethodReply&&) noexcept;
217 IPCFrame_InvokeMethodReply& operator=(IPCFrame_InvokeMethodReply&&);
[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.h21 class IPCFrame_InvokeMethodReply; variable
43 using InvokeMethodReply = IPCFrame_InvokeMethodReply;
88 …const IPCFrame_InvokeMethodReply& msg_invoke_method_reply() const { return *msg_invoke_method_repl… in msg_invoke_method_reply()
89IPCFrame_InvokeMethodReply* mutable_msg_invoke_method_reply() { _has_field_.set(6); return msg_inv… in mutable_msg_invoke_method_reply()
111 ::protozero::CopyablePtr<IPCFrame_InvokeMethodReply> msg_invoke_method_reply_;
206 class PERFETTO_EXPORT_COMPONENT IPCFrame_InvokeMethodReply : public ::protozero::CppMessageObj {
214 IPCFrame_InvokeMethodReply();
215 ~IPCFrame_InvokeMethodReply() override;
216 IPCFrame_InvokeMethodReply(IPCFrame_InvokeMethodReply&&) noexcept;
217 IPCFrame_InvokeMethodReply& operator=(IPCFrame_InvokeMethodReply&&);
[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.cc265 IPCFrame_InvokeMethodReply::IPCFrame_InvokeMethodReply() = default;
266 IPCFrame_InvokeMethodReply::~IPCFrame_InvokeMethodReply() = default;
267 IPCFrame_InvokeMethodReply::IPCFrame_InvokeMethodReply(const IPCFrame_InvokeMethodReply&) = default;
268 IPCFrame_InvokeMethodReply& IPCFrame_InvokeMethodReply::operator=(const IPCFrame_InvokeMethodReply&…
269 IPCFrame_InvokeMethodReply::IPCFrame_InvokeMethodReply(IPCFrame_InvokeMethodReply&&) noexcept = def…
270 IPCFrame_InvokeMethodReply& IPCFrame_InvokeMethodReply::operator=(IPCFrame_InvokeMethodReply&&) = d…
272 bool IPCFrame_InvokeMethodReply::operator==(const IPCFrame_InvokeMethodReply& other) const { in operator ==()
279 bool IPCFrame_InvokeMethodReply::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()
306 std::string IPCFrame_InvokeMethodReply::SerializeAsString() const { in SerializeAsString()
312 std::vector<uint8_t> IPCFrame_InvokeMethodReply::SerializeAsArray() const { in SerializeAsArray()
[all …]
/aosp_15_r20/external/perfetto/src/ipc/
H A Dclient_impl.h35 class IPCFrame_InvokeMethodReply; variable
92 const protos::gen::IPCFrame_InvokeMethodReply&);