Searched refs:findValueByName (Results 1 – 5 of 5) sorted by relevance
317 assertEquals(value, enumType.findValueByName("FOREIGN_FOO")); in testEnumDescriptor()319 assertNull(enumType.findValueByName("NO_SUCH_VALUE")); in testEnumDescriptor()
2998 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()
1287 defaultValue = enumType.findValueByName(proto.getDefaultValue()); in crossLink()1403 public EnumValueDescriptor findValueByName(final String name) { in findValueByName() method in Descriptors.EnumDescriptor
1516 value = enumType.findValueByName(id); in consumeFieldValue()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...