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