Uses of Interface
com.google.protobuf.Internal.EnumLiteMap

Uses of Internal.EnumLiteMap in com.google.protobuf
 

Classes in com.google.protobuf that implement Internal.EnumLiteMap
static class Descriptors.EnumDescriptor
          Describes an enum type.
 

Methods in com.google.protobuf that return Internal.EnumLiteMap
static Internal.EnumLiteMap<DescriptorProtos.FieldDescriptorProto.Type> DescriptorProtos.FieldDescriptorProto.Type.internalGetValueMap()
           
static Internal.EnumLiteMap<DescriptorProtos.FieldDescriptorProto.Label> DescriptorProtos.FieldDescriptorProto.Label.internalGetValueMap()
           
static Internal.EnumLiteMap<DescriptorProtos.FileOptions.OptimizeMode> DescriptorProtos.FileOptions.OptimizeMode.internalGetValueMap()
           
static Internal.EnumLiteMap<DescriptorProtos.FieldOptions.CType> DescriptorProtos.FieldOptions.CType.internalGetValueMap()
           
 

Methods in com.google.protobuf with parameters of type Internal.EnumLiteMap
static
<ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>
GeneratedMessageLite.newGeneratedExtension(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type)
          For use by generated code only.
static
<ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,java.util.List<Type>>
GeneratedMessageLite.newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked)
          For use by generated code only.
 



Copyright © 2008-2009 Google. All Rights Reserved.