enum

Google::Protobuf::FileOptions::OptimizeMode

Inherits Enum < Comparable < Value < Object

Constants

SPEED = 1
CODESIZE = 2
LITERUNTIME = 3

Instance methods

codesize?

Returns true if this enum value equals CODESIZE

Source
literuntime?

Returns true if this enum value equals LITERUNTIME

Source
speed?

Returns true if this enum value equals SPEED

Source