Home
last modified time | relevance | path

Searched refs:findValueByName (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java317 assertEquals(value, enumType.findValueByName("FOREIGN_FOO")); in testEnumDescriptor()
319 assertNull(enumType.findValueByName("NO_SUCH_VALUE")); in testEnumDescriptor()
DTestUtil.java2998 this.nestedFoo = nestedEnum.findValueByName("FOO"); in ReflectionTester()
2999 this.nestedBar = nestedEnum.findValueByName("BAR"); in ReflectionTester()
3000 this.nestedBaz = nestedEnum.findValueByName("BAZ"); in ReflectionTester()
3001 this.foreignFoo = foreignEnum.findValueByName("FOREIGN_FOO"); in ReflectionTester()
3002 this.foreignBar = foreignEnum.findValueByName("FOREIGN_BAR"); in ReflectionTester()
3003 this.foreignBaz = foreignEnum.findValueByName("FOREIGN_BAZ"); in ReflectionTester()
3004 this.importFoo = importEnum.findValueByName("IMPORT_FOO"); in ReflectionTester()
3005 this.importBar = importEnum.findValueByName("IMPORT_BAR"); in ReflectionTester()
3006 this.importBaz = importEnum.findValueByName("IMPORT_BAZ"); in ReflectionTester()
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1287 defaultValue = enumType.findValueByName(proto.getDefaultValue()); in crossLink()
1403 public EnumValueDescriptor findValueByName(final String name) { in findValueByName() method in Descriptors.EnumDescriptor
DTextFormat.java1516 value = enumType.findValueByName(id); in consumeFieldValue()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...