Searched refs:test_enum (Results 1 – 2 of 2) sorted by relevance
259 def test_enum(self): member in V2ParserTests
6193 const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum"); in TEST_F() local6194 ASSERT_TRUE(test_enum != NULL); in TEST_F()6206 EXPECT_TRUE(test_enum->FindValueByName("NO_SUCH_VALUE") == NULL); in TEST_F()6348 const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum"); in TEST_F() local6349 ASSERT_TRUE(test_enum != NULL); in TEST_F()