Home
last modified time | relevance | path

Searched refs:ProtoMessage (Results 15726 – 15750 of 106542) sorted by path

1...<<621622623624625626627628629630>>...4262

/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/internal/testprotos/textpb3/
H A Dtest.pb.go159 func (*Scalars) ProtoMessage() {} func
313 func (*Repeats) ProtoMessage() {} func
426 func (*Proto3Optional) ProtoMessage() {} func
545 func (*Enums) ProtoMessage() {} func
600 func (*Nests) ProtoMessage() {} func
649 func (*Nested) ProtoMessage() {} func
708 func (*Oneofs) ProtoMessage() {} func
803 func (*Maps) ProtoMessage() {} func
879 func (*JSONNames) ProtoMessage() {} func
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/proto/
H A Dmethods_test.go29 func (m selfMarshaler) ProtoMessage() {} func
91 func (m *descPanicSelfMarshaler) ProtoMessage() {} func
114 func (m *descSelfMarshaler) ProtoMessage() {} func
165 func (*selfMerger) ProtoMessage() {} func
H A Dproto.go24 type Message = protoreflect.ProtoMessage
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/reflect/protodesc/
H A Ddesc.go109 f.L2.Options = func() protoreflect.ProtoMessage { return opts }
H A Ddesc_init.go29 e.L2.Options = func() protoreflect.ProtoMessage { return opts }
56 v.L1.Options = func() protoreflect.ProtoMessage { return opts }
73 m.L2.Options = func() protoreflect.ProtoMessage { return opts }
91 var optsFunc func() protoreflect.ProtoMessage
94 optsFunc = func() protoreflect.ProtoMessage { return opts }
127 f.L1.Options = func() protoreflect.ProtoMessage { return opts }
153 o.L1.Options = func() protoreflect.ProtoMessage { return opts }
169 x.L2.Options = func() protoreflect.ProtoMessage { return opts }
194 s.L2.Options = func() protoreflect.ProtoMessage { return opts }
212 m.L1.Options = func() protoreflect.ProtoMessage { return opts }
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/reflect/protoreflect/
H A Dproto.go142 type ProtoMessage interface{ ProtoReflect() Message } interface
H A Dtype.go109 Options() ProtoMessage
221 ExtensionRangeOptions(i int) ProtoMessage
H A Dvalue.go55 Interface() ProtoMessage
H A Dvalue_union.go88 case ProtoMessage:
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/runtime/protoiface/
H A Dlegacy.go10 ProtoMessage() methodSpec
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/testing/protocmp/
H A Dreflect.go57 func (m reflectMessage) Interface() protoreflect.ProtoMessage {
H A Dutil.go547 mt := reflect.Zero(t).Interface().(protoreflect.ProtoMessage).ProtoReflect().Type()
H A Dxform.go127 func (m Message) ProtoMessage() {} func
H A Dxform_test.go269 func messageTypeOf(m protoreflect.ProtoMessage) messageType { argument
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/descriptorpb/
H A Ddescriptor.pb.go494 func (*FileDescriptorSet) ProtoMessage() {} func
700 func (*DescriptorProto) ProtoMessage() {} func
1494 func (*FileOptions) ProtoMessage() {} func
1741 func (*MessageOptions) ProtoMessage() {} func
1886 func (*FieldOptions) ProtoMessage() {} func
1977 func (*OneofOptions) ProtoMessage() {} func
2039 func (*EnumOptions) ProtoMessage() {} func
2112 func (*EnumValueOptions) ProtoMessage() {} func
2178 func (*ServiceOptions) ProtoMessage() {} func
2246 func (*MethodOptions) ProtoMessage() {} func
[all …]
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/dynamicpb/
H A Ddynamic.go74 _ pref.ProtoMessage = (*Message)(nil)
88 func (m *Message) ProtoMessage() {} func
125 func (m *Message) Interface() pref.ProtoMessage {
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/known/anypb/
H A Dany.pb.go384 func (*Any) ProtoMessage() {} func
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/known/apipb/
H A Dapi.pb.go110 func (*Api) ProtoMessage() {} func
213 func (*Method) ProtoMessage() {} func
384 func (*Mixin) ProtoMessage() {} func
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/known/durationpb/
H A Dduration.pb.go264 func (*Duration) ProtoMessage() {} func
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/known/emptypb/
H A Dempty.pb.go71 func (*Empty) ProtoMessage() {} func
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/known/fieldmaskpb/
H A Dfield_mask.pb.go484 func (*FieldMask) ProtoMessage() {} func
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/known/sourcecontextpb/
H A Dsource_context.pb.go68 func (*SourceContext) ProtoMessage() {} func
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/known/structpb/
H A Dstruct.pb.go249 func (*Struct) ProtoMessage() {} func
456 func (*Value) ProtoMessage() {} func
627 func (*ListValue) ProtoMessage() {} func
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/known/timestamppb/
H A Dtimestamp.pb.go275 func (*Timestamp) ProtoMessage() {} func
/dports/irc/soju/soju-0.3.0/vendor/google.golang.org/protobuf/types/known/typepb/
H A Dtype.pb.go301 func (*Type) ProtoMessage() {} func
405 func (*Field) ProtoMessage() {} func
525 func (*Enum) ProtoMessage() {} func
606 func (*EnumValue) ProtoMessage() {} func
678 func (*Option) ProtoMessage() {} func

1...<<621622623624625626627628629630>>...4262