protocol-buffers-descriptor-2.4.13: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification
Text.DescriptorProtos.UninterpretedOption
data UninterpretedOption Source #
Constructors
Fields
Defined in Text.DescriptorProtos.UninterpretedOption
Methods
(==) :: UninterpretedOption -> UninterpretedOption -> Bool #
(/=) :: UninterpretedOption -> UninterpretedOption -> Bool #
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 #
compare :: UninterpretedOption -> UninterpretedOption -> Ordering #
(<) :: UninterpretedOption -> UninterpretedOption -> Bool #
(<=) :: UninterpretedOption -> UninterpretedOption -> Bool #
(>) :: UninterpretedOption -> UninterpretedOption -> Bool #
(>=) :: UninterpretedOption -> UninterpretedOption -> Bool #
max :: UninterpretedOption -> UninterpretedOption -> UninterpretedOption #
min :: UninterpretedOption -> UninterpretedOption -> UninterpretedOption #
showsPrec :: Int -> UninterpretedOption -> ShowS #
show :: UninterpretedOption -> String #
showList :: [UninterpretedOption] -> ShowS #
Associated Types
type Rep UninterpretedOption :: Type -> Type #
from :: UninterpretedOption -> Rep UninterpretedOption x #
to :: Rep UninterpretedOption x -> UninterpretedOption #
getUnknownField :: UninterpretedOption -> UnknownField #
putUnknownField :: UnknownField -> UninterpretedOption -> UninterpretedOption #
wireSize :: FieldType -> UninterpretedOption -> WireSize #
wirePut :: FieldType -> UninterpretedOption -> Put #
wirePutWithSize :: FieldType -> UninterpretedOption -> PutM WireSize #
wireGet :: FieldType -> Get UninterpretedOption #
wireGetPacked :: FieldType -> Get (Seq UninterpretedOption) #
textPut :: UninterpretedOption -> Output #
textGet :: Stream s Identity Char => Parsec s () UninterpretedOption #
tellT :: String -> UninterpretedOption -> Output #
getT :: Stream s Identity Char => String -> Parsec s () UninterpretedOption #
getMessageInfo :: UninterpretedOption -> GetMessageInfo #
reflectDescriptorInfo :: UninterpretedOption -> DescriptorInfo #
mergeAppend :: UninterpretedOption -> UninterpretedOption -> UninterpretedOption #
mergeConcat :: Foldable t => t UninterpretedOption -> UninterpretedOption #
defaultValue :: UninterpretedOption #
getVal :: msg' -> (msg' -> UninterpretedOption) -> UninterpretedOption #
isSet :: msg' -> (msg' -> UninterpretedOption) -> Bool #