Searched defs:LogEvent_FieldRestrictionTest (Results 1 – 2 of 2) sorted by relevance
1184 class LogEvent_FieldRestrictionTest : public testing::TestWithParam<std::tuple<int, bool>> { class1235 TEST_P(LogEvent_FieldRestrictionTest, TestFieldRestrictionAnnotation) { in TEST_P() argument1249 TEST_P(LogEvent_FieldRestrictionTest, TestInvalidAnnotationIntType) { in TEST_P() argument1259 TEST_P(LogEvent_FieldRestrictionTest, TestInvalidAnnotationAtomLevel) { in TEST_P() argument1269 TEST_P(LogEvent_FieldRestrictionTest, TestRestrictionCategoryAnnotationBelowUDevice) { in TEST_P() argument
117 friend class LogEvent_FieldRestrictionTest; variable