Uses of Interface
com.google.protobuf.Internal.EnumLiteMap
- 
Packages that use Internal.EnumLiteMap Package Description com.google.protobuf com.google.protobuf.compiler dev.cel.expr 
- 
- 
Uses of Internal.EnumLiteMap in com.google.protobufClasses in com.google.protobuf that implement Internal.EnumLiteMap Modifier and Type Class Description static classDescriptors.EnumDescriptorDescribes an enum type.Methods in com.google.protobuf with parameters of type Internal.EnumLiteMap Modifier and Type Method Description static <T extends Internal.EnumLite>
 Internal.MapAdapter.Converter<java.lang.Integer,T>Internal.MapAdapter. newEnumConverter(Internal.EnumLiteMap<T> enumMap, T unrecognizedValue)static <ContainingType extends MessageLite,Type>
 GeneratedMessageLite.GeneratedExtension<ContainingType,Type>GeneratedMessageLite. newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked, java.lang.Class singularType)For use by generated code only.static <ContainingType extends MessageLite,Type>
 GeneratedMessageLite.GeneratedExtension<ContainingType,Type>GeneratedMessageLite. newSingularGeneratedExtension(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, java.lang.Class singularType)For use by generated code only.
- 
Uses of Internal.EnumLiteMap in com.google.protobuf.compilerMethods in com.google.protobuf.compiler that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<PluginProtos.CodeGeneratorResponse.Feature>PluginProtos.CodeGeneratorResponse.Feature. internalGetValueMap()
- 
Uses of Internal.EnumLiteMap in dev.cel.exprMethods in dev.cel.expr that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<Type.PrimitiveType>Type.PrimitiveType. internalGetValueMap()static Internal.EnumLiteMap<Type.WellKnownType>Type.WellKnownType. internalGetValueMap()
 
-