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

Method ProtoReflect

reflect/protoreflect/proto.go:148–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146// This is declared in the protoreflect package to avoid a cyclic dependency;
147// use the [google.golang.org/protobuf/proto.Message] type instead, which aliases this type.
148type ProtoMessage interface{ ProtoReflect() Message }
149
150// Syntax is the language version of the proto file.
151type Syntax syntax

Callers 15

TestUnmarshalFunction · 0.65
roundTripAndCompareProtoFunction · 0.65
makeMessagesFunction · 0.65
FormatMethod · 0.65
marshalMethod · 0.65
marshalAnyMethod · 0.65
unmarshalMethod · 0.65
TestMarshalFunction · 0.65
roundTripAndCompareProtoFunction · 0.65
FormatMethod · 0.65
marshalMethod · 0.65
unmarshalMethod · 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 15

TestUnmarshalFunction · 0.52
roundTripAndCompareProtoFunction · 0.52
makeMessagesFunction · 0.52
TestMarshalFunction · 0.52
roundTripAndCompareProtoFunction · 0.52
TestConformanceFunction · 0.52
TestDynamicExtensionsFunction · 0.52
TestRoundtripFunction · 0.52
TestDecodeFunction · 0.52
unknownFunction · 0.52