protocol-buffers-descriptor-2.4.17: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification
Safe HaskellNone
LanguageHaskell2010

Text.DescriptorProtos.UninterpretedOption.NamePart

Documentation

data NamePart Source #

Instances

Instances details
Eq NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Data NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Methods

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

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

toConstr :: NamePart -> Constr #

dataTypeOf :: NamePart -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Show NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Generic NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Associated Types

type Rep NamePart :: Type -> Type #

Methods

from :: NamePart -> Rep NamePart x #

to :: Rep NamePart x -> NamePart #

GPB NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

UnknownMessage NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Wire NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

TextMsg NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Methods

textPut :: NamePart -> Output #

textGet :: Stream s Identity Char => Parsec s () NamePart #

TextType NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Methods

tellT :: String -> NamePart -> Output #

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

ReflectDescriptor NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Mergeable NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Default NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

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

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

Methods

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

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

type Rep NamePart Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption.NamePart

type Rep NamePart = D1 ('MetaData "NamePart" "Text.DescriptorProtos.UninterpretedOption.NamePart" "protocol-buffers-descriptor-2.4.17-dUuNU0c4nW5bf5yw2qmJV" 'False) (C1 ('MetaCons "NamePart" 'PrefixI 'True) (S1 ('MetaSel ('Just "name_part") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Utf8) :*: (S1 ('MetaSel ('Just "is_extension") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "unknown'field") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UnknownField))))