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