Uses of Class
com.google.protobuf.CodedInputStream.VarintExperiment
-
Packages that use CodedInputStream.VarintExperiment Package Description com.google.protobuf -
-
Uses of CodedInputStream.VarintExperiment in com.google.protobuf
Fields in com.google.protobuf declared as CodedInputStream.VarintExperiment Modifier and Type Field Description private static CodedInputStream.VarintExperimentCodedInputStream. varintExperimentMethods in com.google.protobuf that return CodedInputStream.VarintExperiment Modifier and Type Method Description static CodedInputStream.VarintExperimentCodedInputStream.VarintExperiment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CodedInputStream.VarintExperiment[]CodedInputStream.VarintExperiment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf with parameters of type CodedInputStream.VarintExperiment Modifier and Type Method Description (package private) static voidCodedInputStream. setVarintExperiment(CodedInputStream.VarintExperiment experiment)Method to enable new varint experiment.
-