Searched refs:test_enum (Results 1 – 4 of 4) sorted by relevance
29 void test_enum() in test_enum() function41 test_enum<Enum>(); in main()
38 void test_enum() in test_enum() function50 test_enum<Enum>(); in main()
70 enum test_enum { Off, On }; enum
5079 const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum"); in TEST_F() local5080 ASSERT_TRUE(test_enum != NULL); in TEST_F()5092 EXPECT_TRUE(test_enum->FindValueByName("NO_SUCH_VALUE") == NULL); in TEST_F()5234 const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum"); in TEST_F() local5235 ASSERT_TRUE(test_enum != NULL); in TEST_F()