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

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.UninterpretedOption

Documentation

data UninterpretedOption Source #

Instances

Eq UninterpretedOption Source # 
Data UninterpretedOption Source # 

Methods

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

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

toConstr :: UninterpretedOption -> Constr #

dataTypeOf :: UninterpretedOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord UninterpretedOption Source # 
Show UninterpretedOption Source # 
Generic UninterpretedOption Source # 
GPB UninterpretedOption Source # 
UnknownMessage UninterpretedOption Source # 
Wire UninterpretedOption Source # 
TextMsg UninterpretedOption Source # 
TextType UninterpretedOption Source # 
ReflectDescriptor UninterpretedOption Source # 
Mergeable UninterpretedOption Source # 
Default UninterpretedOption Source # 
MessageAPI msg' (msg' -> UninterpretedOption) UninterpretedOption Source # 

Methods

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

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

type Rep UninterpretedOption Source # 
type Rep UninterpretedOption = D1 * (MetaData "UninterpretedOption" "Text.DescriptorProtos.UninterpretedOption" "protocol-buffers-descriptor-2.4.11-502TbR1490e9c1jGENmHl9" False) (C1 * (MetaCons "UninterpretedOption" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq NamePart))) (S1 * (MetaSel (Just Symbol "identifier_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Utf8)))) ((:*:) * (S1 * (MetaSel (Just Symbol "positive_int_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Word64))) (S1 * (MetaSel (Just Symbol "negative_int_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int64))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "double_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Double))) (S1 * (MetaSel (Just Symbol "string_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ByteString)))) ((:*:) * (S1 * (MetaSel (Just Symbol "aggregate_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Utf8))) (S1 * (MetaSel (Just Symbol "unknown'field") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * UnknownField))))))