protocol-buffers-descriptor-2.4.13: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification
Text.DescriptorProtos.EnumValueOptions
data EnumValueOptions Source #
Constructors
Fields
Defined in Text.DescriptorProtos.EnumValueOptions
Methods
(==) :: EnumValueOptions -> EnumValueOptions -> Bool #
(/=) :: EnumValueOptions -> EnumValueOptions -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnumValueOptions -> c EnumValueOptions #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnumValueOptions #
toConstr :: EnumValueOptions -> Constr #
dataTypeOf :: EnumValueOptions -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnumValueOptions) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnumValueOptions) #
gmapT :: (forall b. Data b => b -> b) -> EnumValueOptions -> EnumValueOptions #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnumValueOptions -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnumValueOptions -> r #
gmapQ :: (forall d. Data d => d -> u) -> EnumValueOptions -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> EnumValueOptions -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnumValueOptions -> m EnumValueOptions #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnumValueOptions -> m EnumValueOptions #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnumValueOptions -> m EnumValueOptions #
compare :: EnumValueOptions -> EnumValueOptions -> Ordering #
(<) :: EnumValueOptions -> EnumValueOptions -> Bool #
(<=) :: EnumValueOptions -> EnumValueOptions -> Bool #
(>) :: EnumValueOptions -> EnumValueOptions -> Bool #
(>=) :: EnumValueOptions -> EnumValueOptions -> Bool #
max :: EnumValueOptions -> EnumValueOptions -> EnumValueOptions #
min :: EnumValueOptions -> EnumValueOptions -> EnumValueOptions #
showsPrec :: Int -> EnumValueOptions -> ShowS #
show :: EnumValueOptions -> String #
showList :: [EnumValueOptions] -> ShowS #
Associated Types
type Rep EnumValueOptions :: Type -> Type #
from :: EnumValueOptions -> Rep EnumValueOptions x #
to :: Rep EnumValueOptions x -> EnumValueOptions #
getExtField :: EnumValueOptions -> ExtField #
putExtField :: ExtField -> EnumValueOptions -> EnumValueOptions #
validExtRanges :: EnumValueOptions -> [(FieldId, FieldId)] #
getUnknownField :: EnumValueOptions -> UnknownField #
putUnknownField :: UnknownField -> EnumValueOptions -> EnumValueOptions #
wireSize :: FieldType -> EnumValueOptions -> WireSize #
wirePut :: FieldType -> EnumValueOptions -> Put #
wirePutWithSize :: FieldType -> EnumValueOptions -> PutM WireSize #
wireGet :: FieldType -> Get EnumValueOptions #
wireGetPacked :: FieldType -> Get (Seq EnumValueOptions) #
textPut :: EnumValueOptions -> Output #
textGet :: Stream s Identity Char => Parsec s () EnumValueOptions #
tellT :: String -> EnumValueOptions -> Output #
getT :: Stream s Identity Char => String -> Parsec s () EnumValueOptions #
getMessageInfo :: EnumValueOptions -> GetMessageInfo #
reflectDescriptorInfo :: EnumValueOptions -> DescriptorInfo #
mergeAppend :: EnumValueOptions -> EnumValueOptions -> EnumValueOptions #
mergeConcat :: Foldable t => t EnumValueOptions -> EnumValueOptions #
defaultValue :: EnumValueOptions #
Defined in Text.DescriptorProtos.Options
name :: EnumValueDescriptorProto -> Utf8 Source #
options :: EnumValueDescriptorProto -> EnumValueOptions Source #
getVal :: msg' -> (msg' -> EnumValueOptions) -> EnumValueOptions #
isSet :: msg' -> (msg' -> EnumValueOptions) -> Bool #