Searched defs:enumType (Results 1 – 8 of 8) sorted by relevance
113 EnumDescriptor enumType = ForeignEnum.getDescriptor(); in testFileDescriptor() local185 EnumDescriptor enumType = TestAllTypes.NestedEnum.getDescriptor(); in testDescriptor() local293 EnumDescriptor enumType = ForeignEnum.getDescriptor(); in testEnumDescriptor() local371 EnumDescriptor enumType = in testCustomOptions() local
133 EnumDescriptor enumType = TestAllTypes.NestedEnum.getDescriptor(); in testUnknownEnumValueInReflectionApi() local183 EnumDescriptor enumType = TestAllTypes.NestedEnum.getDescriptor(); in testUnknownEnumValueWithDynamicMessage() local
113 EnumDescriptor enumType = ForeignEnum.getDescriptor(); in testFileDescriptor() local186 EnumDescriptor enumType = TestAllTypes.NestedEnum.getDescriptor(); in testDescriptor() local303 EnumDescriptor enumType = ForeignEnum.getDescriptor(); in testEnumDescriptor() local393 EnumDescriptor enumType = in testCustomOptions() local
148 public static <T extends Enum<T>> void registerEnumValues(Class<T> enumType, int[] values) { in registerEnumValues()190 private static <T extends Enum<T>> T getEnumFromValue(Class<T> enumType, int value) { in getEnumFromValue()
43 private EnumDescriptor enumType; field in Google.Protobuf.Reflection.FieldDescriptor
890 private static Dictionary<object, string> GetNameMapping(System.Type enumType) => field in Google.Protobuf.JsonFormatter.OriginalEnumValueHelper898 private static Dictionary<object, string> GetNameMapping(System.Type enumType) => field in Google.Protobuf.JsonFormatter.OriginalEnumValueHelper
1678 final EnumDescriptor enumType = field.getEnumType(); in consumeFieldValue() local
1145 private EnumDescriptor enumType; field in Descriptors.FieldDescriptor