protocol-buffers-descriptor-2.4.13: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification
Text.DescriptorProtos.OneofDescriptorProto
data OneofDescriptorProto Source #
Constructors
Fields
Defined in Text.DescriptorProtos.OneofDescriptorProto
Methods
(==) :: OneofDescriptorProto -> OneofDescriptorProto -> Bool #
(/=) :: OneofDescriptorProto -> OneofDescriptorProto -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OneofDescriptorProto -> c OneofDescriptorProto #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OneofDescriptorProto #
toConstr :: OneofDescriptorProto -> Constr #
dataTypeOf :: OneofDescriptorProto -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OneofDescriptorProto) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OneofDescriptorProto) #
gmapT :: (forall b. Data b => b -> b) -> OneofDescriptorProto -> OneofDescriptorProto #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OneofDescriptorProto -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OneofDescriptorProto -> r #
gmapQ :: (forall d. Data d => d -> u) -> OneofDescriptorProto -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> OneofDescriptorProto -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> OneofDescriptorProto -> m OneofDescriptorProto #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OneofDescriptorProto -> m OneofDescriptorProto #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OneofDescriptorProto -> m OneofDescriptorProto #
compare :: OneofDescriptorProto -> OneofDescriptorProto -> Ordering #
(<) :: OneofDescriptorProto -> OneofDescriptorProto -> Bool #
(<=) :: OneofDescriptorProto -> OneofDescriptorProto -> Bool #
(>) :: OneofDescriptorProto -> OneofDescriptorProto -> Bool #
(>=) :: OneofDescriptorProto -> OneofDescriptorProto -> Bool #
max :: OneofDescriptorProto -> OneofDescriptorProto -> OneofDescriptorProto #
min :: OneofDescriptorProto -> OneofDescriptorProto -> OneofDescriptorProto #
showsPrec :: Int -> OneofDescriptorProto -> ShowS #
show :: OneofDescriptorProto -> String #
showList :: [OneofDescriptorProto] -> ShowS #
Associated Types
type Rep OneofDescriptorProto :: Type -> Type #
from :: OneofDescriptorProto -> Rep OneofDescriptorProto x #
to :: Rep OneofDescriptorProto x -> OneofDescriptorProto #
getUnknownField :: OneofDescriptorProto -> UnknownField #
putUnknownField :: UnknownField -> OneofDescriptorProto -> OneofDescriptorProto #
wireSize :: FieldType -> OneofDescriptorProto -> WireSize #
wirePut :: FieldType -> OneofDescriptorProto -> Put #
wirePutWithSize :: FieldType -> OneofDescriptorProto -> PutM WireSize #
wireGet :: FieldType -> Get OneofDescriptorProto #
wireGetPacked :: FieldType -> Get (Seq OneofDescriptorProto) #
textPut :: OneofDescriptorProto -> Output #
textGet :: Stream s Identity Char => Parsec s () OneofDescriptorProto #
tellT :: String -> OneofDescriptorProto -> Output #
getT :: Stream s Identity Char => String -> Parsec s () OneofDescriptorProto #
getMessageInfo :: OneofDescriptorProto -> GetMessageInfo #
reflectDescriptorInfo :: OneofDescriptorProto -> DescriptorInfo #
mergeAppend :: OneofDescriptorProto -> OneofDescriptorProto -> OneofDescriptorProto #
mergeConcat :: Foldable t => t OneofDescriptorProto -> OneofDescriptorProto #
defaultValue :: OneofDescriptorProto #
getVal :: msg' -> (msg' -> OneofDescriptorProto) -> OneofDescriptorProto #
isSet :: msg' -> (msg' -> OneofDescriptorProto) -> Bool #