Lines Matching refs:TestConfig
19684 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 !=()
20370 class TestConfig;
20850 TestConfig::TestConfig() = default;
20851 TestConfig::~TestConfig() = default;
20852 TestConfig::TestConfig(const TestConfig&) = default;
20853 TestConfig& TestConfig::operator=(const TestConfig&) = default;
20854 TestConfig::TestConfig(TestConfig&&) noexcept = default;
20855 TestConfig& TestConfig::operator=(TestConfig&&) = default;
20857 bool TestConfig::operator==(const TestConfig& other) const { in operator ==()
20867 bool TestConfig::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()
20903 std::string TestConfig::SerializeAsString() const { in SerializeAsString()
20909 std::vector<uint8_t> TestConfig::SerializeAsArray() const { in SerializeAsArray()
20915 void TestConfig::Serialize(::protozero::Message* msg) const { in Serialize()
55063 class TestConfig;
57685 class TestConfig;