Searched refs:TestConfig (Results 1 – 6 of 6) sorted by relevance
15560 class TestConfig;15574 class PERFETTO_EXPORT TestConfig : public ::protozero::CppMessageObj { class15586 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 …]
537 class TestConfig; variable669 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; variable16687 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 …]
19684 class TestConfig;19698 class PERFETTO_EXPORT TestConfig : public ::protozero::CppMessageObj { class19710 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 …]
5484 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 …]
1013 message TestConfig { message1203 optional TestConfig for_testing = 1001;
1248 message TestConfig { message1462 optional TestConfig for_testing = 1001;