Home
last modified time | relevance | path

Searched refs:TestConfig (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc15560 class TestConfig;
15574 class PERFETTO_EXPORT TestConfig : public ::protozero::CppMessageObj { class
15586 TestConfig();
15587 ~TestConfig() override;
15588 TestConfig(TestConfig&&) noexcept;
15589 TestConfig& operator=(TestConfig&&);
15590 TestConfig(const TestConfig&);
15591 TestConfig& operator=(const TestConfig&);
15592 bool operator==(const TestConfig&) const;
15593 bool operator!=(const TestConfig& other) const { return !(*this == other); } in operator !=()
[all …]
Dperfetto.h537 class TestConfig; variable
669 const TestConfig& for_testing() const { return *for_testing_; } in for_testing()
670 TestConfig* mutable_for_testing() { _has_field_.set(1001); return for_testing_.get(); } in mutable_for_testing()
695 ::protozero::CopyablePtr<TestConfig> for_testing_;
894 class TestConfig; variable
16687 class TestConfig;
16913 template <typename T = TestConfig> T* set_for_testing() {
17115 class TestConfig : public ::protozero::Message {
49649 class TestConfig;
49781 const TestConfig& for_testing() const { return *for_testing_; }
[all …]
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp19684 class TestConfig;
19698 class PERFETTO_EXPORT TestConfig : public ::protozero::CppMessageObj { class
19710 TestConfig();
19711 ~TestConfig() override;
19712 TestConfig(TestConfig&&) noexcept;
19713 TestConfig& operator=(TestConfig&&);
19714 TestConfig(const TestConfig&);
19715 TestConfig& operator=(const TestConfig&);
19716 bool operator==(const TestConfig&) const;
19717 bool operator!=(const TestConfig& other) const { return !(*this == other); } in operator !=()
[all …]
Dperfetto.h5484 class TestConfig;
5638 const TestConfig& for_testing() const { return *for_testing_; }
5639 TestConfig* mutable_for_testing() { _has_field_.set(1001); return for_testing_.get(); }
5666 ::protozero::CopyablePtr<TestConfig> for_testing_;
5866 class TestConfig;
29828 class TestConfig;
30533 TestConfig,
30544 template <typename T = TestConfig> T* set_for_testing() {
31183 class TestConfig : public ::protozero::Message {
31202 TestConfig>;
[all …]
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/
Dperfetto_trace.proto1013 message TestConfig { message
1203 optional TestConfig for_testing = 1001;
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto1248 message TestConfig { message
1462 optional TestConfig for_testing = 1001;