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