Uses of Enum Class
com.google.protobuf.CodedInputStream.VarintExperiment
Packages that use CodedInputStream.VarintExperiment
-
Uses of CodedInputStream.VarintExperiment in com.google.protobuf
Fields in com.google.protobuf declared as CodedInputStream.VarintExperimentModifier and TypeFieldDescriptionprivate static CodedInputStream.VarintExperimentCodedInputStream.varintExperimentMethods in com.google.protobuf that return CodedInputStream.VarintExperimentModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CodedInputStream.VarintExperiment[]CodedInputStream.VarintExperiment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf with parameters of type CodedInputStream.VarintExperimentModifier and TypeMethodDescription(package private) static voidCodedInputStream.setVarintExperiment(CodedInputStream.VarintExperiment experiment) Method to enable new varint experiment.