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