Searched refs:enumTypeMap (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | GeneratedMessageLite.java | 880 final Internal.EnumLiteMap<?> enumTypeMap, in newSingularGeneratedExtension() argument 888 new ExtensionDescriptor(enumTypeMap, number, type, in newSingularGeneratedExtension() 900 final Internal.EnumLiteMap<?> enumTypeMap, in newRepeatedGeneratedExtension() argument 912 enumTypeMap, number, type, true /* isRepeated */, isPacked), in newRepeatedGeneratedExtension() 920 final Internal.EnumLiteMap<?> enumTypeMap, in ExtensionDescriptor() argument 925 this.enumTypeMap = enumTypeMap; in ExtensionDescriptor() 932 final Internal.EnumLiteMap<?> enumTypeMap; field in GeneratedMessageLite.ExtensionDescriptor 965 return enumTypeMap; in getEnumType() 1104 return descriptor.enumTypeMap.findValueByNumber((Integer) value); in singularFromFieldSetType()
|