Searched refs:importBaz (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | TestUtil.java | 1902 private final Descriptors.EnumValueDescriptor importBaz; field in TestUtil.ReflectionTester 1980 this.importBaz = importEnum.findValueByName("IMPORT_BAZ"); in ReflectionTester() 1999 Assert.assertNotNull(importBaz ); in ReflectionTester() 2080 message.setField(f("optional_import_enum" ), importBaz); in setAllFieldsViaReflection() 2161 message.addRepeatedField(f("repeated_import_enum" ), importBaz); in setAllFieldsViaReflection() 2324 Assert.assertEquals( importBaz, message.getField(f("optional_import_enum" ))); in assertAllFieldsSetViaReflection() 2432 Assert.assertEquals( importBaz, message.getRepeatedField(f("repeated_import_enum" ),1)); in assertAllFieldsSetViaReflection()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | TestUtil.java | 2661 private final Descriptors.EnumValueDescriptor importBaz; field in TestUtil.ReflectionTester 2739 this.importBaz = importEnum.findValueByName("IMPORT_BAZ"); in ReflectionTester() 2758 Assert.assertNotNull(importBaz ); in ReflectionTester() 2839 message.setField(f("optional_import_enum" ), importBaz); in setAllFieldsViaReflection() 2920 message.addRepeatedField(f("repeated_import_enum" ), importBaz); in setAllFieldsViaReflection() 3090 Assert.assertEquals( importBaz, message.getField(f("optional_import_enum" ))); in assertAllFieldsSetViaReflection() 3198 Assert.assertEquals( importBaz, message.getRepeatedField(f("repeated_import_enum" ),1)); in assertAllFieldsSetViaReflection()
|