Searched defs:TestBaseConfigEnableOptionalFlag (Results 1 – 1 of 1) sorted by relevance
24 struct TestBaseConfigEnableOptionalFlag : public TestBaseConfig { struct25 static const bool MaySupportMemoryTagging = true;28 static bool getMaySupportMemoryTagging() { return MaySupportMemoryTagging; } in getMaySupportMemoryTagging()