MCPcopy
hub / github.com/protocolbuffers/protobuf-go / MessageV1

Interface MessageV1

runtime/protoiface/legacy.go:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5package protoiface
6
7type MessageV1 interface {
8 Reset()
9 String() string
10 ProtoMessage()
11}
12
13type ExtensionRangeV1 struct {
14 Start, End int32 // both inclusive

Callers 12

ResetFunction · 0.65
ResetMethod · 0.65
ResetMethod · 0.65
TestResetFunction · 0.65
TestIntegrationFunction · 0.65
mustRunMethod · 0.65
marshalSingularMethod · 0.65
marshalAnyMethod · 0.65
unmarshalScalarMethod · 0.65
unmarshalAnyMethod · 0.65
marshalAnyMethod · 0.65
marshalFieldMaskMethod · 0.65

Implementers 15

Messagetypes/dynamicpb/dynamic.go
FileDescriptorSettypes/descriptorpb/descriptor.pb.go
FileDescriptorPrototypes/descriptorpb/descriptor.pb.go
DescriptorPrototypes/descriptorpb/descriptor.pb.go
ExtensionRangeOptionstypes/descriptorpb/descriptor.pb.go
FieldDescriptorPrototypes/descriptorpb/descriptor.pb.go
OneofDescriptorPrototypes/descriptorpb/descriptor.pb.go
EnumDescriptorPrototypes/descriptorpb/descriptor.pb.go
EnumValueDescriptorPrototypes/descriptorpb/descriptor.pb.go
ServiceDescriptorPrototypes/descriptorpb/descriptor.pb.go
MethodDescriptorPrototypes/descriptorpb/descriptor.pb.go
FileOptionstypes/descriptorpb/descriptor.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected