Searched refs:test_enum (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
H A Denum.pass.cpp29 void test_enum() function
41 test_enum<Enum>();
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
H A Denum.pass.cpp38 void test_enum() function
50 test_enum<Enum>();
/external/clang/test/Analysis/
H A Dunreachable-code-path.c70 enum test_enum { Off, On }; enum
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc4344 const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum"); local
4345 ASSERT_TRUE(test_enum != NULL);
4357 EXPECT_TRUE(test_enum->FindValueByName("NO_SUCH_VALUE") == NULL);
4421 const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum"); local
4422 ASSERT_TRUE(test_enum != NULL);
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3867 const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum"); local
3868 ASSERT_TRUE(test_enum != NULL);
3880 EXPECT_TRUE(test_enum->FindValueByName("NO_SUCH_VALUE") == NULL);
3934 const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum"); local
3935 ASSERT_TRUE(test_enum != NULL);

Completed in 2347 milliseconds