Searched refs:QueryServiceStateRequest (Results 1 – 2 of 2) sorted by relevance
55040 class QueryServiceStateRequest;55277 class PERFETTO_EXPORT QueryServiceStateRequest : public ::protozero::CppMessageObj { class55282 QueryServiceStateRequest();55283 ~QueryServiceStateRequest() override;55284 QueryServiceStateRequest(QueryServiceStateRequest&&) noexcept;55285 QueryServiceStateRequest& operator=(QueryServiceStateRequest&&);55286 QueryServiceStateRequest(const QueryServiceStateRequest&);55287 QueryServiceStateRequest& operator=(const QueryServiceStateRequest&);55288 bool operator==(const QueryServiceStateRequest&) const;55289 bool operator!=(const QueryServiceStateRequest& other) const { return !(*this == other); } in operator !=()[all …]
127085 class QueryServiceStateRequest;127322 class PERFETTO_EXPORT QueryServiceStateRequest : public ::protozero::CppMessageObj {127327 QueryServiceStateRequest();127328 ~QueryServiceStateRequest() override;127329 QueryServiceStateRequest(QueryServiceStateRequest&&) noexcept;127330 QueryServiceStateRequest& operator=(QueryServiceStateRequest&&);127331 QueryServiceStateRequest(const QueryServiceStateRequest&);127332 QueryServiceStateRequest& operator=(const QueryServiceStateRequest&);127333 bool operator==(const QueryServiceStateRequest&) const;127334 bool operator!=(const QueryServiceStateRequest& other) const { return !(*this == other); }