protocol-buffers-descriptor-2.4.13: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification
Text.DescriptorProtos.FieldDescriptorProto.Label
data Label Source #
Constructors
Defined in Text.DescriptorProtos.FieldDescriptorProto.Label
Methods
minBound :: Label #
maxBound :: Label #
succ :: Label -> Label #
pred :: Label -> Label #
toEnum :: Int -> Label #
fromEnum :: Label -> Int #
enumFrom :: Label -> [Label] #
enumFromThen :: Label -> Label -> [Label] #
enumFromTo :: Label -> Label -> [Label] #
enumFromThenTo :: Label -> Label -> Label -> [Label] #
(==) :: Label -> Label -> Bool #
(/=) :: Label -> Label -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Label -> c Label #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Label #
toConstr :: Label -> Constr #
dataTypeOf :: Label -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Label) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Label) #
gmapT :: (forall b. Data b => b -> b) -> Label -> Label #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Label -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Label -> r #
gmapQ :: (forall d. Data d => d -> u) -> Label -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Label -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Label -> m Label #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Label -> m Label #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Label -> m Label #
compare :: Label -> Label -> Ordering #
(<) :: Label -> Label -> Bool #
(<=) :: Label -> Label -> Bool #
(>) :: Label -> Label -> Bool #
(>=) :: Label -> Label -> Bool #
max :: Label -> Label -> Label #
min :: Label -> Label -> Label #
readsPrec :: Int -> ReadS Label #
readList :: ReadS [Label] #
readPrec :: ReadPrec Label #
readListPrec :: ReadPrec [Label] #
showsPrec :: Int -> Label -> ShowS #
show :: Label -> String #
showList :: [Label] -> ShowS #
Associated Types
type Rep Label :: Type -> Type #
from :: Label -> Rep Label x #
to :: Rep Label x -> Label #
wireSize :: FieldType -> Label -> WireSize #
wirePut :: FieldType -> Label -> Put #
wirePutWithSize :: FieldType -> Label -> PutM WireSize #
wireGet :: FieldType -> Get Label #
wireGetPacked :: FieldType -> Get (Seq Label) #
tellT :: String -> Label -> Output #
getT :: Stream s Identity Char => String -> Parsec s () Label #
reflectEnum :: EnumInfoApp Label #
reflectEnumInfo :: Label -> EnumInfo #
parentOfEnum :: Label -> Maybe DescriptorInfo #
mergeAppend :: Label -> Label -> Label #
mergeConcat :: Foldable t => t Label -> Label #
defaultValue :: Label #
getVal :: msg' -> (msg' -> Label) -> Label #
isSet :: msg' -> (msg' -> Label) -> Bool #