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