protocol-buffers-descriptor-2.4.12: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.FieldOptions.CType

Documentation

data CType Source #

Constructors

STRING 
CORD 
STRING_PIECE 
Instances
Bounded CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Enum CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Eq CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Methods

(==) :: CType -> CType -> Bool #

(/=) :: CType -> CType -> Bool #

Data CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Methods

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 #

Ord CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Methods

compare :: CType -> CType -> Ordering #

(<) :: CType -> CType -> Bool #

(<=) :: CType -> CType -> Bool #

(>) :: CType -> CType -> Bool #

(>=) :: CType -> CType -> Bool #

max :: CType -> CType -> CType #

min :: CType -> CType -> CType #

Read CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Show CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Methods

showsPrec :: Int -> CType -> ShowS #

show :: CType -> String #

showList :: [CType] -> ShowS #

Generic CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Associated Types

type Rep CType :: Type -> Type #

Methods

from :: CType -> Rep CType x #

to :: Rep CType x -> CType #

GPB CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Wire CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

TextType CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Methods

tellT :: String -> CType -> Output #

getT :: Stream s Identity Char => String -> Parsec s () CType #

ReflectEnum CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Mergeable CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Default CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Methods

defaultValue :: CType #

MessageAPI msg' (msg' -> CType) CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

Methods

getVal :: msg' -> (msg' -> CType) -> CType #

isSet :: msg' -> (msg' -> CType) -> Bool #

type Rep CType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.CType

type Rep CType = D1 (MetaData "CType" "Text.DescriptorProtos.FieldOptions.CType" "protocol-buffers-descriptor-2.4.12-HPd6oL5RJxSELceK7oLJsl" False) (C1 (MetaCons "STRING" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CORD" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "STRING_PIECE" PrefixI False) (U1 :: Type -> Type)))