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

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.DescriptorProto.ExtensionRange

Documentation

data ExtensionRange Source #

Constructors

ExtensionRange 
Instances
Eq ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

Data ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExtensionRange -> c ExtensionRange #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExtensionRange #

toConstr :: ExtensionRange -> Constr #

dataTypeOf :: ExtensionRange -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExtensionRange) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExtensionRange) #

gmapT :: (forall b. Data b => b -> b) -> ExtensionRange -> ExtensionRange #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExtensionRange -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExtensionRange -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExtensionRange -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExtensionRange -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExtensionRange -> m ExtensionRange #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExtensionRange -> m ExtensionRange #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExtensionRange -> m ExtensionRange #

Ord ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

Show ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

Generic ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

Associated Types

type Rep ExtensionRange :: Type -> Type #

GPB ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

UnknownMessage ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

Wire ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

TextMsg ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

TextType ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

ReflectDescriptor ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

Mergeable ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

Default ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

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

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

Methods

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

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

type Rep ExtensionRange Source # 
Instance details

Defined in Text.DescriptorProtos.DescriptorProto.ExtensionRange

type Rep ExtensionRange = D1 (MetaData "ExtensionRange" "Text.DescriptorProtos.DescriptorProto.ExtensionRange" "protocol-buffers-descriptor-2.4.12-HPd6oL5RJxSELceK7oLJsl" False) (C1 (MetaCons "ExtensionRange" PrefixI True) (S1 (MetaSel (Just "start") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 (MetaSel (Just "end") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int32)) :*: S1 (MetaSel (Just "unknown'field") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 UnknownField))))