Searched defs:TestConfig2 (Results 1 – 2 of 2) sorted by relevance
50 template <typename SizeClassMapT> struct TestConfig2 { struct51 static const bool MaySupportMemoryTagging = false;52 template <typename> using TSDRegistryT = void;53 template <typename> using PrimaryT = void;54 template <typename> using SecondaryT = void;56 struct Primary {
180 struct TestConfig2 : TestConfig struct182 TestConfig2(const TestConfig &src, uint32_t level) : TestConfig(src), resolveLevel(level) in TestConfig2() argument185 uint32_t resolveLevel;