Lines Matching defs:Step
60 type Step struct { struct
61 kind StepKind
62 desc protoreflect.Descriptor
63 key protoreflect.Value
142 func (s Step) MessageDescriptor() protoreflect.MessageDescriptor {
153 func (s Step) FieldDescriptor() protoreflect.FieldDescriptor {
164 func (s Step) ListIndex() int {
175 func (s Step) MapIndex() protoreflect.MapKey {
185 func (s Step) Kind() StepKind {
189 func (s Step) String() string {
193 func (s Step) appendString(b []byte) []byte {