Home
last modified time | relevance | path

Searched refs:enum2 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/core/test/
Dscoped_enum.cpp80 namespace_enum1 enum2 = namespace_enum1::value0; in check_operators() local
81 BOOST_TEST(enum1 != enum2); in check_operators()
83 enum2 = enum1; in check_operators()
84 BOOST_TEST(enum1 == enum2); in check_operators()
/third_party/boost/libs/container_hash/test/
Dhash_enum_test.cpp22 enum enum2 { enum2a, enum2b }; enum
29 compile_time_tests((test::enum2*) 0); in main()
35 BOOST_HASH_TEST_NAMESPACE::hash<test::enum2> hash2; in main()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBSearchPanel.java112 Enumeration enum2 = lookups.keys(); in performSearch() local
113 while (enum2.hasMoreElements()) { in performSearch()
114 String lookup_key = (String)enum2.nextElement(); in performSearch()
138 Enumeration enum2 = lookups.keys(); in performSearch() local
139 while (enum2.hasMoreElements()) { in performSearch()
140 String lookup_key = (String)enum2.nextElement(); in performSearch()
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py288 enum2 = self.pool.FindEnumTypeByName(
290 self.assertIsInstance(enum2, descriptor.EnumDescriptor)
291 self.assertEqual(0, enum2.values_by_name['FACTORY_2_VALUE_0'].number)
292 self.assertEqual(1, enum2.values_by_name['FACTORY_2_VALUE_1'].number)
/third_party/boost/libs/type_traits/test/
Dtest.hpp325 enum enum2 enum
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py983 for enum2 in api.enums:
984 if enum2.alias == enum:
985 yield "typedef %s %s;" % (enum2.name, enum.name)
Dgen_framework.py982 for enum2 in api.enums:
983 if enum2.alias == enum:
984 yield "typedef %s %s;" % (enum2.name, enum.name)