SYMBOL INDEX (2026 symbols across 50 files) FILE: descriptor/descriptor.go type Message (line 32) | type Message interface function ForMessage (line 45) | func ForMessage(m Message) (*descriptorpb.FileDescriptorProto, *descript... type rawDesc (line 49) | type rawDesc struct function deriveRawDescriptor (line 56) | func deriveRawDescriptor(d protoreflect.Descriptor) ([]byte, []int) { function EnumRawDescriptor (line 100) | func EnumRawDescriptor(e proto.GeneratedEnum) ([]byte, []int) { function MessageRawDescriptor (line 111) | func MessageRawDescriptor(m proto.GeneratedMessage) ([]byte, []int) { function deriveFileDescriptor (line 121) | func deriveFileDescriptor(rawDesc []byte) *descriptorpb.FileDescriptorPr... function EnumDescriptorProto (line 149) | func EnumDescriptorProto(e proto.GeneratedEnum) (*descriptorpb.FileDescr... function MessageDescriptorProto (line 169) | func MessageDescriptorProto(m proto.GeneratedMessage) (*descriptorpb.Fil... FILE: descriptor/descriptor_test.go function TestEnumDescriptor (line 16) | func TestEnumDescriptor(t *testing.T) { function TestMessageDescriptor (line 52) | func TestMessageDescriptor(t *testing.T) { FILE: internal/cmd/generate-alias/main.go function main (line 35) | func main() { function check (line 128) | func check(err error) { FILE: internal/gengogrpc/grpc.go constant contextPackage (line 19) | contextPackage = protogen.GoImportPath("context") constant grpcPackage (line 20) | grpcPackage = protogen.GoImportPath("google.golang.org/grpc") constant codesPackage (line 21) | codesPackage = protogen.GoImportPath("google.golang.org/grpc/codes") constant statusPackage (line 22) | statusPackage = protogen.GoImportPath("google.golang.org/grpc/status") function GenerateFile (line 26) | func GenerateFile(gen *protogen.Plugin, file *protogen.File) *protogen.G... function GenerateFileContent (line 41) | func GenerateFileContent(gen *protogen.Plugin, file *protogen.File, g *p... function genService (line 61) | func genService(gen *protogen.Plugin, file *protogen.File, g *protogen.G... function clientSignature (line 205) | func clientSignature(g *protogen.GeneratedFile, method *protogen.Method)... function genClientMethod (line 220) | func genClientMethod(gen *protogen.Plugin, file *protogen.File, g *proto... function serverSignature (line 299) | func serverSignature(g *protogen.GeneratedFile, method *protogen.Method)... function genServerMethod (line 315) | func genServerMethod(gen *protogen.Plugin, file *protogen.File, g *proto... constant deprecationComment (line 396) | deprecationComment = "// Deprecated: Do not use." function unexport (line 398) | func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] } FILE: internal/testprotos/jsonpb_proto/test2.pb.go constant _ (line 26) | _ = proto.ProtoPackageIsVersion3 type Widget_Color (line 28) | type Widget_Color method Enum (line 48) | func (x Widget_Color) Enum() *Widget_Color { method String (line 54) | func (x Widget_Color) String() string { method UnmarshalJSON (line 58) | func (x *Widget_Color) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 67) | func (Widget_Color) EnumDescriptor() ([]byte, []int) { constant Widget_RED (line 31) | Widget_RED Widget_Color = 0 constant Widget_GREEN (line 32) | Widget_GREEN Widget_Color = 1 constant Widget_BLUE (line 33) | Widget_BLUE Widget_Color = 2 type Simple (line 72) | type Simple struct method Reset (line 97) | func (m *Simple) Reset() { *m = Simple{} } method String (line 98) | func (m *Simple) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 99) | func (*Simple) ProtoMessage() {} method Descriptor (line 100) | func (*Simple) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 104) | func (m *Simple) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 107) | func (m *Simple) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 110) | func (m *Simple) XXX_Merge(src proto.Message) { method XXX_Size (line 113) | func (m *Simple) XXX_Size() int { method XXX_DiscardUnknown (line 116) | func (m *Simple) XXX_DiscardUnknown() { method GetOBool (line 122) | func (m *Simple) GetOBool() bool { method GetOInt32 (line 129) | func (m *Simple) GetOInt32() int32 { method GetOInt32Str (line 136) | func (m *Simple) GetOInt32Str() int32 { method GetOInt64 (line 143) | func (m *Simple) GetOInt64() int64 { method GetOInt64Str (line 150) | func (m *Simple) GetOInt64Str() int64 { method GetOUint32 (line 157) | func (m *Simple) GetOUint32() uint32 { method GetOUint32Str (line 164) | func (m *Simple) GetOUint32Str() uint32 { method GetOUint64 (line 171) | func (m *Simple) GetOUint64() uint64 { method GetOUint64Str (line 178) | func (m *Simple) GetOUint64Str() uint64 { method GetOSint32 (line 185) | func (m *Simple) GetOSint32() int32 { method GetOSint32Str (line 192) | func (m *Simple) GetOSint32Str() int32 { method GetOSint64 (line 199) | func (m *Simple) GetOSint64() int64 { method GetOSint64Str (line 206) | func (m *Simple) GetOSint64Str() int64 { method GetOFloat (line 213) | func (m *Simple) GetOFloat() float32 { method GetOFloatStr (line 220) | func (m *Simple) GetOFloatStr() float32 { method GetODouble (line 227) | func (m *Simple) GetODouble() float64 { method GetODoubleStr (line 234) | func (m *Simple) GetODoubleStr() float64 { method GetOString (line 241) | func (m *Simple) GetOString() string { method GetOBytes (line 248) | func (m *Simple) GetOBytes() []byte { type NonFinites (line 256) | type NonFinites struct method Reset (line 268) | func (m *NonFinites) Reset() { *m = NonFinites{} } method String (line 269) | func (m *NonFinites) String() string { return proto.CompactTextString(... method ProtoMessage (line 270) | func (*NonFinites) ProtoMessage() {} method Descriptor (line 271) | func (*NonFinites) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 275) | func (m *NonFinites) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 278) | func (m *NonFinites) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 281) | func (m *NonFinites) XXX_Merge(src proto.Message) { method XXX_Size (line 284) | func (m *NonFinites) XXX_Size() int { method XXX_DiscardUnknown (line 287) | func (m *NonFinites) XXX_DiscardUnknown() { method GetFNan (line 293) | func (m *NonFinites) GetFNan() float32 { method GetFPinf (line 300) | func (m *NonFinites) GetFPinf() float32 { method GetFNinf (line 307) | func (m *NonFinites) GetFNinf() float32 { method GetDNan (line 314) | func (m *NonFinites) GetDNan() float64 { method GetDPinf (line 321) | func (m *NonFinites) GetDPinf() float64 { method GetDNinf (line 328) | func (m *NonFinites) GetDNinf() float64 { type Repeats (line 336) | type Repeats struct method Reset (line 353) | func (m *Repeats) Reset() { *m = Repeats{} } method String (line 354) | func (m *Repeats) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 355) | func (*Repeats) ProtoMessage() {} method Descriptor (line 356) | func (*Repeats) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 360) | func (m *Repeats) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 363) | func (m *Repeats) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 366) | func (m *Repeats) XXX_Merge(src proto.Message) { method XXX_Size (line 369) | func (m *Repeats) XXX_Size() int { method XXX_DiscardUnknown (line 372) | func (m *Repeats) XXX_DiscardUnknown() { method GetRBool (line 378) | func (m *Repeats) GetRBool() []bool { method GetRInt32 (line 385) | func (m *Repeats) GetRInt32() []int32 { method GetRInt64 (line 392) | func (m *Repeats) GetRInt64() []int64 { method GetRUint32 (line 399) | func (m *Repeats) GetRUint32() []uint32 { method GetRUint64 (line 406) | func (m *Repeats) GetRUint64() []uint64 { method GetRSint32 (line 413) | func (m *Repeats) GetRSint32() []int32 { method GetRSint64 (line 420) | func (m *Repeats) GetRSint64() []int64 { method GetRFloat (line 427) | func (m *Repeats) GetRFloat() []float32 { method GetRDouble (line 434) | func (m *Repeats) GetRDouble() []float64 { method GetRString (line 441) | func (m *Repeats) GetRString() []string { method GetRBytes (line 448) | func (m *Repeats) GetRBytes() [][]byte { type Widget (line 456) | type Widget struct method Reset (line 468) | func (m *Widget) Reset() { *m = Widget{} } method String (line 469) | func (m *Widget) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 470) | func (*Widget) ProtoMessage() {} method Descriptor (line 471) | func (*Widget) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 475) | func (m *Widget) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 478) | func (m *Widget) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 481) | func (m *Widget) XXX_Merge(src proto.Message) { method XXX_Size (line 484) | func (m *Widget) XXX_Size() int { method XXX_DiscardUnknown (line 487) | func (m *Widget) XXX_DiscardUnknown() { method GetColor (line 493) | func (m *Widget) GetColor() Widget_Color { method GetRColor (line 500) | func (m *Widget) GetRColor() []Widget_Color { method GetSimple (line 507) | func (m *Widget) GetSimple() *Simple { method GetRSimple (line 514) | func (m *Widget) GetRSimple() []*Simple { method GetRepeats (line 521) | func (m *Widget) GetRepeats() *Repeats { method GetRRepeats (line 528) | func (m *Widget) GetRRepeats() []*Repeats { type Maps (line 535) | type Maps struct method Reset (line 543) | func (m *Maps) Reset() { *m = Maps{} } method String (line 544) | func (m *Maps) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 545) | func (*Maps) ProtoMessage() {} method Descriptor (line 546) | func (*Maps) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 550) | func (m *Maps) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 553) | func (m *Maps) XXX_Marshal(b []byte, deterministic bool) ([]byte, erro... method XXX_Merge (line 556) | func (m *Maps) XXX_Merge(src proto.Message) { method XXX_Size (line 559) | func (m *Maps) XXX_Size() int { method XXX_DiscardUnknown (line 562) | func (m *Maps) XXX_DiscardUnknown() { method GetMInt64Str (line 568) | func (m *Maps) GetMInt64Str() map[int64]string { method GetMBoolSimple (line 575) | func (m *Maps) GetMBoolSimple() map[bool]*Simple { type MsgWithOneof (line 582) | type MsgWithOneof struct method Reset (line 596) | func (m *MsgWithOneof) Reset() { *m = MsgWithOneof{} } method String (line 597) | func (m *MsgWithOneof) String() string { return proto.CompactTextStrin... method ProtoMessage (line 598) | func (*MsgWithOneof) ProtoMessage() {} method Descriptor (line 599) | func (*MsgWithOneof) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 603) | func (m *MsgWithOneof) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 606) | func (m *MsgWithOneof) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 609) | func (m *MsgWithOneof) XXX_Merge(src proto.Message) { method XXX_Size (line 612) | func (m *MsgWithOneof) XXX_Size() int { method XXX_DiscardUnknown (line 615) | func (m *MsgWithOneof) XXX_DiscardUnknown() { method GetUnion (line 661) | func (m *MsgWithOneof) GetUnion() isMsgWithOneof_Union { method GetTitle (line 668) | func (m *MsgWithOneof) GetTitle() string { method GetSalary (line 675) | func (m *MsgWithOneof) GetSalary() int64 { method GetCountry (line 682) | func (m *MsgWithOneof) GetCountry() string { method GetHomeAddress (line 689) | func (m *MsgWithOneof) GetHomeAddress() string { method GetMsgWithRequired (line 696) | func (m *MsgWithOneof) GetMsgWithRequired() *MsgWithRequired { method GetNullValue (line 703) | func (m *MsgWithOneof) GetNullValue() structpb.NullValue { method XXX_OneofWrappers (line 711) | func (*MsgWithOneof) XXX_OneofWrappers() []interface{} { type isMsgWithOneof_Union (line 621) | type isMsgWithOneof_Union interface type MsgWithOneof_Title (line 625) | type MsgWithOneof_Title struct method isMsgWithOneof_Union (line 649) | func (*MsgWithOneof_Title) isMsgWithOneof_Union() {} type MsgWithOneof_Salary (line 629) | type MsgWithOneof_Salary struct method isMsgWithOneof_Union (line 651) | func (*MsgWithOneof_Salary) isMsgWithOneof_Union() {} type MsgWithOneof_Country (line 633) | type MsgWithOneof_Country struct method isMsgWithOneof_Union (line 653) | func (*MsgWithOneof_Country) isMsgWithOneof_Union() {} type MsgWithOneof_HomeAddress (line 637) | type MsgWithOneof_HomeAddress struct method isMsgWithOneof_Union (line 655) | func (*MsgWithOneof_HomeAddress) isMsgWithOneof_Union() {} type MsgWithOneof_MsgWithRequired (line 641) | type MsgWithOneof_MsgWithRequired struct method isMsgWithOneof_Union (line 657) | func (*MsgWithOneof_MsgWithRequired) isMsgWithOneof_Union() {} type MsgWithOneof_NullValue (line 645) | type MsgWithOneof_NullValue struct method isMsgWithOneof_Union (line 659) | func (*MsgWithOneof_NullValue) isMsgWithOneof_Union() {} type Real (line 722) | type Real struct method Reset (line 730) | func (m *Real) Reset() { *m = Real{} } method String (line 731) | func (m *Real) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 732) | func (*Real) ProtoMessage() {} method Descriptor (line 733) | func (*Real) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 741) | func (*Real) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 745) | func (m *Real) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 748) | func (m *Real) XXX_Marshal(b []byte, deterministic bool) ([]byte, erro... method XXX_Merge (line 751) | func (m *Real) XXX_Merge(src proto.Message) { method XXX_Size (line 754) | func (m *Real) XXX_Size() int { method XXX_DiscardUnknown (line 757) | func (m *Real) XXX_DiscardUnknown() { method GetValue (line 763) | func (m *Real) GetValue() float64 { type Complex (line 770) | type Complex struct method Reset (line 778) | func (m *Complex) Reset() { *m = Complex{} } method String (line 779) | func (m *Complex) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 780) | func (*Complex) ProtoMessage() {} method Descriptor (line 781) | func (*Complex) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 789) | func (*Complex) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 793) | func (m *Complex) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 796) | func (m *Complex) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 799) | func (m *Complex) XXX_Merge(src proto.Message) { method XXX_Size (line 802) | func (m *Complex) XXX_Size() int { method XXX_DiscardUnknown (line 805) | func (m *Complex) XXX_DiscardUnknown() { method GetImaginary (line 811) | func (m *Complex) GetImaginary() float64 { type KnownTypes (line 827) | type KnownTypes struct method Reset (line 848) | func (m *KnownTypes) Reset() { *m = KnownTypes{} } method String (line 849) | func (m *KnownTypes) String() string { return proto.CompactTextString(... method ProtoMessage (line 850) | func (*KnownTypes) ProtoMessage() {} method Descriptor (line 851) | func (*KnownTypes) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 855) | func (m *KnownTypes) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 858) | func (m *KnownTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 861) | func (m *KnownTypes) XXX_Merge(src proto.Message) { method XXX_Size (line 864) | func (m *KnownTypes) XXX_Size() int { method XXX_DiscardUnknown (line 867) | func (m *KnownTypes) XXX_DiscardUnknown() { method GetAn (line 873) | func (m *KnownTypes) GetAn() *anypb.Any { method GetDur (line 880) | func (m *KnownTypes) GetDur() *durationpb.Duration { method GetSt (line 887) | func (m *KnownTypes) GetSt() *structpb.Struct { method GetTs (line 894) | func (m *KnownTypes) GetTs() *timestamppb.Timestamp { method GetLv (line 901) | func (m *KnownTypes) GetLv() *structpb.ListValue { method GetVal (line 908) | func (m *KnownTypes) GetVal() *structpb.Value { method GetDbl (line 915) | func (m *KnownTypes) GetDbl() *wrapperspb.DoubleValue { method GetFlt (line 922) | func (m *KnownTypes) GetFlt() *wrapperspb.FloatValue { method GetI64 (line 929) | func (m *KnownTypes) GetI64() *wrapperspb.Int64Value { method GetU64 (line 936) | func (m *KnownTypes) GetU64() *wrapperspb.UInt64Value { method GetI32 (line 943) | func (m *KnownTypes) GetI32() *wrapperspb.Int32Value { method GetU32 (line 950) | func (m *KnownTypes) GetU32() *wrapperspb.UInt32Value { method GetBool (line 957) | func (m *KnownTypes) GetBool() *wrapperspb.BoolValue { method GetStr (line 964) | func (m *KnownTypes) GetStr() *wrapperspb.StringValue { method GetBytes (line 971) | func (m *KnownTypes) GetBytes() *wrapperspb.BytesValue { type MsgWithRequired (line 979) | type MsgWithRequired struct method Reset (line 986) | func (m *MsgWithRequired) Reset() { *m = MsgWithRequired{} } method String (line 987) | func (m *MsgWithRequired) String() string { return proto.CompactTextSt... method ProtoMessage (line 988) | func (*MsgWithRequired) ProtoMessage() {} method Descriptor (line 989) | func (*MsgWithRequired) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 993) | func (m *MsgWithRequired) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 996) | func (m *MsgWithRequired) XXX_Marshal(b []byte, deterministic bool) ([... method XXX_Merge (line 999) | func (m *MsgWithRequired) XXX_Merge(src proto.Message) { method XXX_Size (line 1002) | func (m *MsgWithRequired) XXX_Size() int { method XXX_DiscardUnknown (line 1005) | func (m *MsgWithRequired) XXX_DiscardUnknown() { method GetStr (line 1011) | func (m *MsgWithRequired) GetStr() string { type MsgWithIndirectRequired (line 1018) | type MsgWithIndirectRequired struct method Reset (line 1027) | func (m *MsgWithIndirectRequired) Reset() { *m = MsgWithIndire... method String (line 1028) | func (m *MsgWithIndirectRequired) String() string { return proto.Compa... method ProtoMessage (line 1029) | func (*MsgWithIndirectRequired) ProtoMessage() {} method Descriptor (line 1030) | func (*MsgWithIndirectRequired) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1034) | func (m *MsgWithIndirectRequired) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1037) | func (m *MsgWithIndirectRequired) XXX_Marshal(b []byte, deterministic ... method XXX_Merge (line 1040) | func (m *MsgWithIndirectRequired) XXX_Merge(src proto.Message) { method XXX_Size (line 1043) | func (m *MsgWithIndirectRequired) XXX_Size() int { method XXX_DiscardUnknown (line 1046) | func (m *MsgWithIndirectRequired) XXX_DiscardUnknown() { method GetSubm (line 1052) | func (m *MsgWithIndirectRequired) GetSubm() *MsgWithRequired { method GetMapField (line 1059) | func (m *MsgWithIndirectRequired) GetMapField() map[string]*MsgWithReq... method GetSliceField (line 1066) | func (m *MsgWithIndirectRequired) GetSliceField() []*MsgWithRequired { type MsgWithRequiredBytes (line 1073) | type MsgWithRequiredBytes struct method Reset (line 1080) | func (m *MsgWithRequiredBytes) Reset() { *m = MsgWithRequiredB... method String (line 1081) | func (m *MsgWithRequiredBytes) String() string { return proto.CompactT... method ProtoMessage (line 1082) | func (*MsgWithRequiredBytes) ProtoMessage() {} method Descriptor (line 1083) | func (*MsgWithRequiredBytes) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1087) | func (m *MsgWithRequiredBytes) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1090) | func (m *MsgWithRequiredBytes) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 1093) | func (m *MsgWithRequiredBytes) XXX_Merge(src proto.Message) { method XXX_Size (line 1096) | func (m *MsgWithRequiredBytes) XXX_Size() int { method XXX_DiscardUnknown (line 1099) | func (m *MsgWithRequiredBytes) XXX_DiscardUnknown() { method GetByts (line 1105) | func (m *MsgWithRequiredBytes) GetByts() []byte { type MsgWithRequiredWKT (line 1112) | type MsgWithRequiredWKT struct method Reset (line 1119) | func (m *MsgWithRequiredWKT) Reset() { *m = MsgWithRequiredWKT... method String (line 1120) | func (m *MsgWithRequiredWKT) String() string { return proto.CompactTex... method ProtoMessage (line 1121) | func (*MsgWithRequiredWKT) ProtoMessage() {} method Descriptor (line 1122) | func (*MsgWithRequiredWKT) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1126) | func (m *MsgWithRequiredWKT) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1129) | func (m *MsgWithRequiredWKT) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 1132) | func (m *MsgWithRequiredWKT) XXX_Merge(src proto.Message) { method XXX_Size (line 1135) | func (m *MsgWithRequiredWKT) XXX_Size() int { method XXX_DiscardUnknown (line 1138) | func (m *MsgWithRequiredWKT) XXX_DiscardUnknown() { method GetStr (line 1144) | func (m *MsgWithRequiredWKT) GetStr() *wrapperspb.StringValue { function init (line 1169) | func init() { function init (line 1192) | func init() { proto.RegisterFile("jsonpb_proto/test2.proto", fileDescrip... FILE: internal/testprotos/jsonpb_proto/test3.pb.go constant _ (line 21) | _ = proto.ProtoPackageIsVersion3 type Numeral (line 23) | type Numeral method String (line 43) | func (x Numeral) String() string { method EnumDescriptor (line 47) | func (Numeral) EnumDescriptor() ([]byte, []int) { constant Numeral_UNKNOWN (line 26) | Numeral_UNKNOWN Numeral = 0 constant Numeral_ARABIC (line 27) | Numeral_ARABIC Numeral = 1 constant Numeral_ROMAN (line 28) | Numeral_ROMAN Numeral = 2 type Simple3 (line 51) | type Simple3 struct method Reset (line 58) | func (m *Simple3) Reset() { *m = Simple3{} } method String (line 59) | func (m *Simple3) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 60) | func (*Simple3) ProtoMessage() {} method Descriptor (line 61) | func (*Simple3) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 65) | func (m *Simple3) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 68) | func (m *Simple3) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 71) | func (m *Simple3) XXX_Merge(src proto.Message) { method XXX_Size (line 74) | func (m *Simple3) XXX_Size() int { method XXX_DiscardUnknown (line 77) | func (m *Simple3) XXX_DiscardUnknown() { method GetDub (line 83) | func (m *Simple3) GetDub() float64 { type SimpleSlice3 (line 90) | type SimpleSlice3 struct method Reset (line 97) | func (m *SimpleSlice3) Reset() { *m = SimpleSlice3{} } method String (line 98) | func (m *SimpleSlice3) String() string { return proto.CompactTextStrin... method ProtoMessage (line 99) | func (*SimpleSlice3) ProtoMessage() {} method Descriptor (line 100) | func (*SimpleSlice3) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 104) | func (m *SimpleSlice3) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 107) | func (m *SimpleSlice3) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 110) | func (m *SimpleSlice3) XXX_Merge(src proto.Message) { method XXX_Size (line 113) | func (m *SimpleSlice3) XXX_Size() int { method XXX_DiscardUnknown (line 116) | func (m *SimpleSlice3) XXX_DiscardUnknown() { method GetSlices (line 122) | func (m *SimpleSlice3) GetSlices() []string { type SimpleMap3 (line 129) | type SimpleMap3 struct method Reset (line 136) | func (m *SimpleMap3) Reset() { *m = SimpleMap3{} } method String (line 137) | func (m *SimpleMap3) String() string { return proto.CompactTextString(... method ProtoMessage (line 138) | func (*SimpleMap3) ProtoMessage() {} method Descriptor (line 139) | func (*SimpleMap3) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 143) | func (m *SimpleMap3) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 146) | func (m *SimpleMap3) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 149) | func (m *SimpleMap3) XXX_Merge(src proto.Message) { method XXX_Size (line 152) | func (m *SimpleMap3) XXX_Size() int { method XXX_DiscardUnknown (line 155) | func (m *SimpleMap3) XXX_DiscardUnknown() { method GetStringy (line 161) | func (m *SimpleMap3) GetStringy() map[string]string { type SimpleNull3 (line 168) | type SimpleNull3 struct method Reset (line 175) | func (m *SimpleNull3) Reset() { *m = SimpleNull3{} } method String (line 176) | func (m *SimpleNull3) String() string { return proto.CompactTextString... method ProtoMessage (line 177) | func (*SimpleNull3) ProtoMessage() {} method Descriptor (line 178) | func (*SimpleNull3) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 182) | func (m *SimpleNull3) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 185) | func (m *SimpleNull3) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 188) | func (m *SimpleNull3) XXX_Merge(src proto.Message) { method XXX_Size (line 191) | func (m *SimpleNull3) XXX_Size() int { method XXX_DiscardUnknown (line 194) | func (m *SimpleNull3) XXX_DiscardUnknown() { method GetSimple (line 200) | func (m *SimpleNull3) GetSimple() *Simple3 { type Mappy (line 207) | type Mappy struct method Reset (line 223) | func (m *Mappy) Reset() { *m = Mappy{} } method String (line 224) | func (m *Mappy) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 225) | func (*Mappy) ProtoMessage() {} method Descriptor (line 226) | func (*Mappy) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 230) | func (m *Mappy) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 233) | func (m *Mappy) XXX_Marshal(b []byte, deterministic bool) ([]byte, err... method XXX_Merge (line 236) | func (m *Mappy) XXX_Merge(src proto.Message) { method XXX_Size (line 239) | func (m *Mappy) XXX_Size() int { method XXX_DiscardUnknown (line 242) | func (m *Mappy) XXX_DiscardUnknown() { method GetNummy (line 248) | func (m *Mappy) GetNummy() map[int64]int32 { method GetStrry (line 255) | func (m *Mappy) GetStrry() map[string]string { method GetObjjy (line 262) | func (m *Mappy) GetObjjy() map[int32]*Simple3 { method GetBuggy (line 269) | func (m *Mappy) GetBuggy() map[int64]string { method GetBooly (line 276) | func (m *Mappy) GetBooly() map[bool]bool { method GetEnumy (line 283) | func (m *Mappy) GetEnumy() map[string]Numeral { method GetS32Booly (line 290) | func (m *Mappy) GetS32Booly() map[int32]bool { method GetS64Booly (line 297) | func (m *Mappy) GetS64Booly() map[int64]bool { method GetU32Booly (line 304) | func (m *Mappy) GetU32Booly() map[uint32]bool { method GetU64Booly (line 311) | func (m *Mappy) GetU64Booly() map[uint64]bool { function init (line 318) | func init() { function init (line 338) | func init() { proto.RegisterFile("jsonpb_proto/test3.proto", fileDescrip... FILE: internal/testprotos/proto2_proto/test.pb.go constant _ (line 21) | _ = proto.ProtoPackageIsVersion3 type FOO (line 23) | type FOO method Enum (line 37) | func (x FOO) Enum() *FOO { method String (line 43) | func (x FOO) String() string { method UnmarshalJSON (line 47) | func (x *FOO) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 56) | func (FOO) EnumDescriptor() ([]byte, []int) { constant FOO_FOO1 (line 26) | FOO_FOO1 FOO = 1 type GoTest_KIND (line 61) | type GoTest_KIND method Enum (line 115) | func (x GoTest_KIND) Enum() *GoTest_KIND { method String (line 121) | func (x GoTest_KIND) String() string { method UnmarshalJSON (line 125) | func (x *GoTest_KIND) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 134) | func (GoTest_KIND) EnumDescriptor() ([]byte, []int) { constant GoTest_VOID (line 64) | GoTest_VOID GoTest_KIND = 0 constant GoTest_BOOL (line 66) | GoTest_BOOL GoTest_KIND = 1 constant GoTest_BYTES (line 67) | GoTest_BYTES GoTest_KIND = 2 constant GoTest_FINGERPRINT (line 68) | GoTest_FINGERPRINT GoTest_KIND = 3 constant GoTest_FLOAT (line 69) | GoTest_FLOAT GoTest_KIND = 4 constant GoTest_INT (line 70) | GoTest_INT GoTest_KIND = 5 constant GoTest_STRING (line 71) | GoTest_STRING GoTest_KIND = 6 constant GoTest_TIME (line 72) | GoTest_TIME GoTest_KIND = 7 constant GoTest_TUPLE (line 74) | GoTest_TUPLE GoTest_KIND = 8 constant GoTest_ARRAY (line 75) | GoTest_ARRAY GoTest_KIND = 9 constant GoTest_MAP (line 76) | GoTest_MAP GoTest_KIND = 10 constant GoTest_TABLE (line 78) | GoTest_TABLE GoTest_KIND = 11 constant GoTest_FUNCTION (line 80) | GoTest_FUNCTION GoTest_KIND = 12 type MyMessage_Color (line 138) | type MyMessage_Color method Enum (line 158) | func (x MyMessage_Color) Enum() *MyMessage_Color { method String (line 164) | func (x MyMessage_Color) String() string { method UnmarshalJSON (line 168) | func (x *MyMessage_Color) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 177) | func (MyMessage_Color) EnumDescriptor() ([]byte, []int) { constant MyMessage_RED (line 141) | MyMessage_RED MyMessage_Color = 0 constant MyMessage_GREEN (line 142) | MyMessage_GREEN MyMessage_Color = 1 constant MyMessage_BLUE (line 143) | MyMessage_BLUE MyMessage_Color = 2 type DefaultsMessage_DefaultsEnum (line 181) | type DefaultsMessage_DefaultsEnum method Enum (line 201) | func (x DefaultsMessage_DefaultsEnum) Enum() *DefaultsMessage_Defaults... method String (line 207) | func (x DefaultsMessage_DefaultsEnum) String() string { method UnmarshalJSON (line 211) | func (x *DefaultsMessage_DefaultsEnum) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 220) | func (DefaultsMessage_DefaultsEnum) EnumDescriptor() ([]byte, []int) { constant DefaultsMessage_ZERO (line 184) | DefaultsMessage_ZERO DefaultsMessage_DefaultsEnum = 0 constant DefaultsMessage_ONE (line 185) | DefaultsMessage_ONE DefaultsMessage_DefaultsEnum = 1 constant DefaultsMessage_TWO (line 186) | DefaultsMessage_TWO DefaultsMessage_DefaultsEnum = 2 type Defaults_Color (line 224) | type Defaults_Color method Enum (line 244) | func (x Defaults_Color) Enum() *Defaults_Color { method String (line 250) | func (x Defaults_Color) String() string { method UnmarshalJSON (line 254) | func (x *Defaults_Color) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 263) | func (Defaults_Color) EnumDescriptor() ([]byte, []int) { constant Defaults_RED (line 227) | Defaults_RED Defaults_Color = 0 constant Defaults_GREEN (line 228) | Defaults_GREEN Defaults_Color = 1 constant Defaults_BLUE (line 229) | Defaults_BLUE Defaults_Color = 2 type RepeatedEnum_Color (line 267) | type RepeatedEnum_Color method Enum (line 281) | func (x RepeatedEnum_Color) Enum() *RepeatedEnum_Color { method String (line 287) | func (x RepeatedEnum_Color) String() string { method UnmarshalJSON (line 291) | func (x *RepeatedEnum_Color) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 300) | func (RepeatedEnum_Color) EnumDescriptor() ([]byte, []int) { constant RepeatedEnum_RED (line 270) | RepeatedEnum_RED RepeatedEnum_Color = 1 type GoEnum (line 304) | type GoEnum struct method Reset (line 311) | func (m *GoEnum) Reset() { *m = GoEnum{} } method String (line 312) | func (m *GoEnum) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 313) | func (*GoEnum) ProtoMessage() {} method Descriptor (line 314) | func (*GoEnum) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 318) | func (m *GoEnum) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 321) | func (m *GoEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 324) | func (m *GoEnum) XXX_Merge(src proto.Message) { method XXX_Size (line 327) | func (m *GoEnum) XXX_Size() int { method XXX_DiscardUnknown (line 330) | func (m *GoEnum) XXX_DiscardUnknown() { method GetFoo (line 336) | func (m *GoEnum) GetFoo() FOO { type GoTestField (line 343) | type GoTestField struct method Reset (line 351) | func (m *GoTestField) Reset() { *m = GoTestField{} } method String (line 352) | func (m *GoTestField) String() string { return proto.CompactTextString... method ProtoMessage (line 353) | func (*GoTestField) ProtoMessage() {} method Descriptor (line 354) | func (*GoTestField) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 358) | func (m *GoTestField) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 361) | func (m *GoTestField) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 364) | func (m *GoTestField) XXX_Merge(src proto.Message) { method XXX_Size (line 367) | func (m *GoTestField) XXX_Size() int { method XXX_DiscardUnknown (line 370) | func (m *GoTestField) XXX_DiscardUnknown() { method GetLabel (line 376) | func (m *GoTestField) GetLabel() string { method GetType (line 383) | func (m *GoTestField) GetType() string { type GoTest (line 390) | type GoTest struct method Reset (line 485) | func (m *GoTest) Reset() { *m = GoTest{} } method String (line 486) | func (m *GoTest) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 487) | func (*GoTest) ProtoMessage() {} method Descriptor (line 488) | func (*GoTest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 492) | func (m *GoTest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 495) | func (m *GoTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 498) | func (m *GoTest) XXX_Merge(src proto.Message) { method XXX_Size (line 501) | func (m *GoTest) XXX_Size() int { method XXX_DiscardUnknown (line 504) | func (m *GoTest) XXX_DiscardUnknown() { method GetKind (line 528) | func (m *GoTest) GetKind() GoTest_KIND { method GetTable (line 535) | func (m *GoTest) GetTable() string { method GetParam (line 542) | func (m *GoTest) GetParam() int32 { method GetRequiredField (line 549) | func (m *GoTest) GetRequiredField() *GoTestField { method GetRepeatedField (line 556) | func (m *GoTest) GetRepeatedField() []*GoTestField { method GetOptionalField (line 563) | func (m *GoTest) GetOptionalField() *GoTestField { method GetF_BoolRequired (line 570) | func (m *GoTest) GetF_BoolRequired() bool { method GetF_Int32Required (line 577) | func (m *GoTest) GetF_Int32Required() int32 { method GetF_Int64Required (line 584) | func (m *GoTest) GetF_Int64Required() int64 { method GetF_Fixed32Required (line 591) | func (m *GoTest) GetF_Fixed32Required() uint32 { method GetF_Fixed64Required (line 598) | func (m *GoTest) GetF_Fixed64Required() uint64 { method GetF_Uint32Required (line 605) | func (m *GoTest) GetF_Uint32Required() uint32 { method GetF_Uint64Required (line 612) | func (m *GoTest) GetF_Uint64Required() uint64 { method GetF_FloatRequired (line 619) | func (m *GoTest) GetF_FloatRequired() float32 { method GetF_DoubleRequired (line 626) | func (m *GoTest) GetF_DoubleRequired() float64 { method GetF_StringRequired (line 633) | func (m *GoTest) GetF_StringRequired() string { method GetF_BytesRequired (line 640) | func (m *GoTest) GetF_BytesRequired() []byte { method GetF_Sint32Required (line 647) | func (m *GoTest) GetF_Sint32Required() int32 { method GetF_Sint64Required (line 654) | func (m *GoTest) GetF_Sint64Required() int64 { method GetF_Sfixed32Required (line 661) | func (m *GoTest) GetF_Sfixed32Required() int32 { method GetF_Sfixed64Required (line 668) | func (m *GoTest) GetF_Sfixed64Required() int64 { method GetF_BoolRepeated (line 675) | func (m *GoTest) GetF_BoolRepeated() []bool { method GetF_Int32Repeated (line 682) | func (m *GoTest) GetF_Int32Repeated() []int32 { method GetF_Int64Repeated (line 689) | func (m *GoTest) GetF_Int64Repeated() []int64 { method GetF_Fixed32Repeated (line 696) | func (m *GoTest) GetF_Fixed32Repeated() []uint32 { method GetF_Fixed64Repeated (line 703) | func (m *GoTest) GetF_Fixed64Repeated() []uint64 { method GetF_Uint32Repeated (line 710) | func (m *GoTest) GetF_Uint32Repeated() []uint32 { method GetF_Uint64Repeated (line 717) | func (m *GoTest) GetF_Uint64Repeated() []uint64 { method GetF_FloatRepeated (line 724) | func (m *GoTest) GetF_FloatRepeated() []float32 { method GetF_DoubleRepeated (line 731) | func (m *GoTest) GetF_DoubleRepeated() []float64 { method GetF_StringRepeated (line 738) | func (m *GoTest) GetF_StringRepeated() []string { method GetF_BytesRepeated (line 745) | func (m *GoTest) GetF_BytesRepeated() [][]byte { method GetF_Sint32Repeated (line 752) | func (m *GoTest) GetF_Sint32Repeated() []int32 { method GetF_Sint64Repeated (line 759) | func (m *GoTest) GetF_Sint64Repeated() []int64 { method GetF_Sfixed32Repeated (line 766) | func (m *GoTest) GetF_Sfixed32Repeated() []int32 { method GetF_Sfixed64Repeated (line 773) | func (m *GoTest) GetF_Sfixed64Repeated() []int64 { method GetF_BoolOptional (line 780) | func (m *GoTest) GetF_BoolOptional() bool { method GetF_Int32Optional (line 787) | func (m *GoTest) GetF_Int32Optional() int32 { method GetF_Int64Optional (line 794) | func (m *GoTest) GetF_Int64Optional() int64 { method GetF_Fixed32Optional (line 801) | func (m *GoTest) GetF_Fixed32Optional() uint32 { method GetF_Fixed64Optional (line 808) | func (m *GoTest) GetF_Fixed64Optional() uint64 { method GetF_Uint32Optional (line 815) | func (m *GoTest) GetF_Uint32Optional() uint32 { method GetF_Uint64Optional (line 822) | func (m *GoTest) GetF_Uint64Optional() uint64 { method GetF_FloatOptional (line 829) | func (m *GoTest) GetF_FloatOptional() float32 { method GetF_DoubleOptional (line 836) | func (m *GoTest) GetF_DoubleOptional() float64 { method GetF_StringOptional (line 843) | func (m *GoTest) GetF_StringOptional() string { method GetF_BytesOptional (line 850) | func (m *GoTest) GetF_BytesOptional() []byte { method GetF_Sint32Optional (line 857) | func (m *GoTest) GetF_Sint32Optional() int32 { method GetF_Sint64Optional (line 864) | func (m *GoTest) GetF_Sint64Optional() int64 { method GetF_Sfixed32Optional (line 871) | func (m *GoTest) GetF_Sfixed32Optional() int32 { method GetF_Sfixed64Optional (line 878) | func (m *GoTest) GetF_Sfixed64Optional() int64 { method GetF_BoolDefaulted (line 885) | func (m *GoTest) GetF_BoolDefaulted() bool { method GetF_Int32Defaulted (line 892) | func (m *GoTest) GetF_Int32Defaulted() int32 { method GetF_Int64Defaulted (line 899) | func (m *GoTest) GetF_Int64Defaulted() int64 { method GetF_Fixed32Defaulted (line 906) | func (m *GoTest) GetF_Fixed32Defaulted() uint32 { method GetF_Fixed64Defaulted (line 913) | func (m *GoTest) GetF_Fixed64Defaulted() uint64 { method GetF_Uint32Defaulted (line 920) | func (m *GoTest) GetF_Uint32Defaulted() uint32 { method GetF_Uint64Defaulted (line 927) | func (m *GoTest) GetF_Uint64Defaulted() uint64 { method GetF_FloatDefaulted (line 934) | func (m *GoTest) GetF_FloatDefaulted() float32 { method GetF_DoubleDefaulted (line 941) | func (m *GoTest) GetF_DoubleDefaulted() float64 { method GetF_StringDefaulted (line 948) | func (m *GoTest) GetF_StringDefaulted() string { method GetF_BytesDefaulted (line 955) | func (m *GoTest) GetF_BytesDefaulted() []byte { method GetF_Sint32Defaulted (line 962) | func (m *GoTest) GetF_Sint32Defaulted() int32 { method GetF_Sint64Defaulted (line 969) | func (m *GoTest) GetF_Sint64Defaulted() int64 { method GetF_Sfixed32Defaulted (line 976) | func (m *GoTest) GetF_Sfixed32Defaulted() int32 { method GetF_Sfixed64Defaulted (line 983) | func (m *GoTest) GetF_Sfixed64Defaulted() int64 { method GetF_BoolRepeatedPacked (line 990) | func (m *GoTest) GetF_BoolRepeatedPacked() []bool { method GetF_Int32RepeatedPacked (line 997) | func (m *GoTest) GetF_Int32RepeatedPacked() []int32 { method GetF_Int64RepeatedPacked (line 1004) | func (m *GoTest) GetF_Int64RepeatedPacked() []int64 { method GetF_Fixed32RepeatedPacked (line 1011) | func (m *GoTest) GetF_Fixed32RepeatedPacked() []uint32 { method GetF_Fixed64RepeatedPacked (line 1018) | func (m *GoTest) GetF_Fixed64RepeatedPacked() []uint64 { method GetF_Uint32RepeatedPacked (line 1025) | func (m *GoTest) GetF_Uint32RepeatedPacked() []uint32 { method GetF_Uint64RepeatedPacked (line 1032) | func (m *GoTest) GetF_Uint64RepeatedPacked() []uint64 { method GetF_FloatRepeatedPacked (line 1039) | func (m *GoTest) GetF_FloatRepeatedPacked() []float32 { method GetF_DoubleRepeatedPacked (line 1046) | func (m *GoTest) GetF_DoubleRepeatedPacked() []float64 { method GetF_Sint32RepeatedPacked (line 1053) | func (m *GoTest) GetF_Sint32RepeatedPacked() []int32 { method GetF_Sint64RepeatedPacked (line 1060) | func (m *GoTest) GetF_Sint64RepeatedPacked() []int64 { method GetF_Sfixed32RepeatedPacked (line 1067) | func (m *GoTest) GetF_Sfixed32RepeatedPacked() []int32 { method GetF_Sfixed64RepeatedPacked (line 1074) | func (m *GoTest) GetF_Sfixed64RepeatedPacked() []int64 { method GetRequiredgroup (line 1081) | func (m *GoTest) GetRequiredgroup() *GoTest_RequiredGroup { method GetRepeatedgroup (line 1088) | func (m *GoTest) GetRepeatedgroup() []*GoTest_RepeatedGroup { method GetOptionalgroup (line 1095) | func (m *GoTest) GetOptionalgroup() *GoTest_OptionalGroup { constant Default_GoTest_F_BoolDefaulted (line 510) | Default_GoTest_F_BoolDefaulted bool = true constant Default_GoTest_F_Int32Defaulted (line 511) | Default_GoTest_F_Int32Defaulted int32 = 32 constant Default_GoTest_F_Int64Defaulted (line 512) | Default_GoTest_F_Int64Defaulted int64 = 64 constant Default_GoTest_F_Fixed32Defaulted (line 513) | Default_GoTest_F_Fixed32Defaulted uint32 = 320 constant Default_GoTest_F_Fixed64Defaulted (line 514) | Default_GoTest_F_Fixed64Defaulted uint64 = 640 constant Default_GoTest_F_Uint32Defaulted (line 515) | Default_GoTest_F_Uint32Defaulted uint32 = 3200 constant Default_GoTest_F_Uint64Defaulted (line 516) | Default_GoTest_F_Uint64Defaulted uint64 = 6400 constant Default_GoTest_F_FloatDefaulted (line 517) | Default_GoTest_F_FloatDefaulted float32 = 314159 constant Default_GoTest_F_DoubleDefaulted (line 518) | Default_GoTest_F_DoubleDefaulted float64 = 271828 constant Default_GoTest_F_StringDefaulted (line 519) | Default_GoTest_F_StringDefaulted string = "hello, \"world!\"\n" constant Default_GoTest_F_Sint32Defaulted (line 523) | Default_GoTest_F_Sint32Defaulted int32 = -32 constant Default_GoTest_F_Sint64Defaulted (line 524) | Default_GoTest_F_Sint64Defaulted int64 = -64 constant Default_GoTest_F_Sfixed32Defaulted (line 525) | Default_GoTest_F_Sfixed32Defaulted int32 = -32 constant Default_GoTest_F_Sfixed64Defaulted (line 526) | Default_GoTest_F_Sfixed64Defaulted int64 = -64 type GoTest_RequiredGroup (line 1103) | type GoTest_RequiredGroup struct method Reset (line 1110) | func (m *GoTest_RequiredGroup) Reset() { *m = GoTest_RequiredG... method String (line 1111) | func (m *GoTest_RequiredGroup) String() string { return proto.CompactT... method ProtoMessage (line 1112) | func (*GoTest_RequiredGroup) ProtoMessage() {} method Descriptor (line 1113) | func (*GoTest_RequiredGroup) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1117) | func (m *GoTest_RequiredGroup) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1120) | func (m *GoTest_RequiredGroup) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 1123) | func (m *GoTest_RequiredGroup) XXX_Merge(src proto.Message) { method XXX_Size (line 1126) | func (m *GoTest_RequiredGroup) XXX_Size() int { method XXX_DiscardUnknown (line 1129) | func (m *GoTest_RequiredGroup) XXX_DiscardUnknown() { method GetRequiredField (line 1135) | func (m *GoTest_RequiredGroup) GetRequiredField() string { type GoTest_RepeatedGroup (line 1142) | type GoTest_RepeatedGroup struct method Reset (line 1149) | func (m *GoTest_RepeatedGroup) Reset() { *m = GoTest_RepeatedG... method String (line 1150) | func (m *GoTest_RepeatedGroup) String() string { return proto.CompactT... method ProtoMessage (line 1151) | func (*GoTest_RepeatedGroup) ProtoMessage() {} method Descriptor (line 1152) | func (*GoTest_RepeatedGroup) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1156) | func (m *GoTest_RepeatedGroup) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1159) | func (m *GoTest_RepeatedGroup) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 1162) | func (m *GoTest_RepeatedGroup) XXX_Merge(src proto.Message) { method XXX_Size (line 1165) | func (m *GoTest_RepeatedGroup) XXX_Size() int { method XXX_DiscardUnknown (line 1168) | func (m *GoTest_RepeatedGroup) XXX_DiscardUnknown() { method GetRequiredField (line 1174) | func (m *GoTest_RepeatedGroup) GetRequiredField() string { type GoTest_OptionalGroup (line 1181) | type GoTest_OptionalGroup struct method Reset (line 1188) | func (m *GoTest_OptionalGroup) Reset() { *m = GoTest_OptionalG... method String (line 1189) | func (m *GoTest_OptionalGroup) String() string { return proto.CompactT... method ProtoMessage (line 1190) | func (*GoTest_OptionalGroup) ProtoMessage() {} method Descriptor (line 1191) | func (*GoTest_OptionalGroup) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1195) | func (m *GoTest_OptionalGroup) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1198) | func (m *GoTest_OptionalGroup) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 1201) | func (m *GoTest_OptionalGroup) XXX_Merge(src proto.Message) { method XXX_Size (line 1204) | func (m *GoTest_OptionalGroup) XXX_Size() int { method XXX_DiscardUnknown (line 1207) | func (m *GoTest_OptionalGroup) XXX_DiscardUnknown() { method GetRequiredField (line 1213) | func (m *GoTest_OptionalGroup) GetRequiredField() string { type GoTestRequiredGroupField (line 1221) | type GoTestRequiredGroupField struct method Reset (line 1228) | func (m *GoTestRequiredGroupField) Reset() { *m = GoTestRequir... method String (line 1229) | func (m *GoTestRequiredGroupField) String() string { return proto.Comp... method ProtoMessage (line 1230) | func (*GoTestRequiredGroupField) ProtoMessage() {} method Descriptor (line 1231) | func (*GoTestRequiredGroupField) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1235) | func (m *GoTestRequiredGroupField) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1238) | func (m *GoTestRequiredGroupField) XXX_Marshal(b []byte, deterministic... method XXX_Merge (line 1241) | func (m *GoTestRequiredGroupField) XXX_Merge(src proto.Message) { method XXX_Size (line 1244) | func (m *GoTestRequiredGroupField) XXX_Size() int { method XXX_DiscardUnknown (line 1247) | func (m *GoTestRequiredGroupField) XXX_DiscardUnknown() { method GetGroup (line 1253) | func (m *GoTestRequiredGroupField) GetGroup() *GoTestRequiredGroupFiel... type GoTestRequiredGroupField_Group (line 1260) | type GoTestRequiredGroupField_Group struct method Reset (line 1267) | func (m *GoTestRequiredGroupField_Group) Reset() { *m = GoTest... method String (line 1268) | func (m *GoTestRequiredGroupField_Group) String() string { return prot... method ProtoMessage (line 1269) | func (*GoTestRequiredGroupField_Group) ProtoMessage() {} method Descriptor (line 1270) | func (*GoTestRequiredGroupField_Group) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1274) | func (m *GoTestRequiredGroupField_Group) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1277) | func (m *GoTestRequiredGroupField_Group) XXX_Marshal(b []byte, determi... method XXX_Merge (line 1280) | func (m *GoTestRequiredGroupField_Group) XXX_Merge(src proto.Message) { method XXX_Size (line 1283) | func (m *GoTestRequiredGroupField_Group) XXX_Size() int { method XXX_DiscardUnknown (line 1286) | func (m *GoTestRequiredGroupField_Group) XXX_DiscardUnknown() { method GetField (line 1292) | func (m *GoTestRequiredGroupField_Group) GetField() int32 { type GoSkipTest (line 1302) | type GoSkipTest struct method Reset (line 1313) | func (m *GoSkipTest) Reset() { *m = GoSkipTest{} } method String (line 1314) | func (m *GoSkipTest) String() string { return proto.CompactTextString(... method ProtoMessage (line 1315) | func (*GoSkipTest) ProtoMessage() {} method Descriptor (line 1316) | func (*GoSkipTest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1320) | func (m *GoSkipTest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1323) | func (m *GoSkipTest) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 1326) | func (m *GoSkipTest) XXX_Merge(src proto.Message) { method XXX_Size (line 1329) | func (m *GoSkipTest) XXX_Size() int { method XXX_DiscardUnknown (line 1332) | func (m *GoSkipTest) XXX_DiscardUnknown() { method GetSkipInt32 (line 1338) | func (m *GoSkipTest) GetSkipInt32() int32 { method GetSkipFixed32 (line 1345) | func (m *GoSkipTest) GetSkipFixed32() uint32 { method GetSkipFixed64 (line 1352) | func (m *GoSkipTest) GetSkipFixed64() uint64 { method GetSkipString (line 1359) | func (m *GoSkipTest) GetSkipString() string { method GetSkipgroup (line 1366) | func (m *GoSkipTest) GetSkipgroup() *GoSkipTest_SkipGroup { type GoSkipTest_SkipGroup (line 1373) | type GoSkipTest_SkipGroup struct method Reset (line 1381) | func (m *GoSkipTest_SkipGroup) Reset() { *m = GoSkipTest_SkipG... method String (line 1382) | func (m *GoSkipTest_SkipGroup) String() string { return proto.CompactT... method ProtoMessage (line 1383) | func (*GoSkipTest_SkipGroup) ProtoMessage() {} method Descriptor (line 1384) | func (*GoSkipTest_SkipGroup) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1388) | func (m *GoSkipTest_SkipGroup) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1391) | func (m *GoSkipTest_SkipGroup) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 1394) | func (m *GoSkipTest_SkipGroup) XXX_Merge(src proto.Message) { method XXX_Size (line 1397) | func (m *GoSkipTest_SkipGroup) XXX_Size() int { method XXX_DiscardUnknown (line 1400) | func (m *GoSkipTest_SkipGroup) XXX_DiscardUnknown() { method GetGroupInt32 (line 1406) | func (m *GoSkipTest_SkipGroup) GetGroupInt32() int32 { method GetGroupString (line 1413) | func (m *GoSkipTest_SkipGroup) GetGroupString() string { type NonPackedTest (line 1422) | type NonPackedTest struct method Reset (line 1429) | func (m *NonPackedTest) Reset() { *m = NonPackedTest{} } method String (line 1430) | func (m *NonPackedTest) String() string { return proto.CompactTextStri... method ProtoMessage (line 1431) | func (*NonPackedTest) ProtoMessage() {} method Descriptor (line 1432) | func (*NonPackedTest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1436) | func (m *NonPackedTest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1439) | func (m *NonPackedTest) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 1442) | func (m *NonPackedTest) XXX_Merge(src proto.Message) { method XXX_Size (line 1445) | func (m *NonPackedTest) XXX_Size() int { method XXX_DiscardUnknown (line 1448) | func (m *NonPackedTest) XXX_DiscardUnknown() { method GetA (line 1454) | func (m *NonPackedTest) GetA() []int32 { type PackedTest (line 1461) | type PackedTest struct method Reset (line 1468) | func (m *PackedTest) Reset() { *m = PackedTest{} } method String (line 1469) | func (m *PackedTest) String() string { return proto.CompactTextString(... method ProtoMessage (line 1470) | func (*PackedTest) ProtoMessage() {} method Descriptor (line 1471) | func (*PackedTest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1475) | func (m *PackedTest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1478) | func (m *PackedTest) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 1481) | func (m *PackedTest) XXX_Merge(src proto.Message) { method XXX_Size (line 1484) | func (m *PackedTest) XXX_Size() int { method XXX_DiscardUnknown (line 1487) | func (m *PackedTest) XXX_DiscardUnknown() { method GetB (line 1493) | func (m *PackedTest) GetB() []int32 { type MaxTag (line 1500) | type MaxTag struct method Reset (line 1508) | func (m *MaxTag) Reset() { *m = MaxTag{} } method String (line 1509) | func (m *MaxTag) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 1510) | func (*MaxTag) ProtoMessage() {} method Descriptor (line 1511) | func (*MaxTag) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1515) | func (m *MaxTag) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1518) | func (m *MaxTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 1521) | func (m *MaxTag) XXX_Merge(src proto.Message) { method XXX_Size (line 1524) | func (m *MaxTag) XXX_Size() int { method XXX_DiscardUnknown (line 1527) | func (m *MaxTag) XXX_DiscardUnknown() { method GetLastField (line 1533) | func (m *MaxTag) GetLastField() string { type OldMessage (line 1540) | type OldMessage struct method Reset (line 1548) | func (m *OldMessage) Reset() { *m = OldMessage{} } method String (line 1549) | func (m *OldMessage) String() string { return proto.CompactTextString(... method ProtoMessage (line 1550) | func (*OldMessage) ProtoMessage() {} method Descriptor (line 1551) | func (*OldMessage) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1555) | func (m *OldMessage) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1558) | func (m *OldMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 1561) | func (m *OldMessage) XXX_Merge(src proto.Message) { method XXX_Size (line 1564) | func (m *OldMessage) XXX_Size() int { method XXX_DiscardUnknown (line 1567) | func (m *OldMessage) XXX_DiscardUnknown() { method GetNested (line 1573) | func (m *OldMessage) GetNested() *OldMessage_Nested { method GetNum (line 1580) | func (m *OldMessage) GetNum() int32 { type OldMessage_Nested (line 1587) | type OldMessage_Nested struct method Reset (line 1594) | func (m *OldMessage_Nested) Reset() { *m = OldMessage_Nested{} } method String (line 1595) | func (m *OldMessage_Nested) String() string { return proto.CompactText... method ProtoMessage (line 1596) | func (*OldMessage_Nested) ProtoMessage() {} method Descriptor (line 1597) | func (*OldMessage_Nested) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1601) | func (m *OldMessage_Nested) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1604) | func (m *OldMessage_Nested) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 1607) | func (m *OldMessage_Nested) XXX_Merge(src proto.Message) { method XXX_Size (line 1610) | func (m *OldMessage_Nested) XXX_Size() int { method XXX_DiscardUnknown (line 1613) | func (m *OldMessage_Nested) XXX_DiscardUnknown() { method GetName (line 1619) | func (m *OldMessage_Nested) GetName() string { type NewMessage (line 1628) | type NewMessage struct method Reset (line 1637) | func (m *NewMessage) Reset() { *m = NewMessage{} } method String (line 1638) | func (m *NewMessage) String() string { return proto.CompactTextString(... method ProtoMessage (line 1639) | func (*NewMessage) ProtoMessage() {} method Descriptor (line 1640) | func (*NewMessage) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1644) | func (m *NewMessage) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1647) | func (m *NewMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 1650) | func (m *NewMessage) XXX_Merge(src proto.Message) { method XXX_Size (line 1653) | func (m *NewMessage) XXX_Size() int { method XXX_DiscardUnknown (line 1656) | func (m *NewMessage) XXX_DiscardUnknown() { method GetNested (line 1662) | func (m *NewMessage) GetNested() *NewMessage_Nested { method GetNum (line 1669) | func (m *NewMessage) GetNum() int64 { type NewMessage_Nested (line 1676) | type NewMessage_Nested struct method Reset (line 1684) | func (m *NewMessage_Nested) Reset() { *m = NewMessage_Nested{} } method String (line 1685) | func (m *NewMessage_Nested) String() string { return proto.CompactText... method ProtoMessage (line 1686) | func (*NewMessage_Nested) ProtoMessage() {} method Descriptor (line 1687) | func (*NewMessage_Nested) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1691) | func (m *NewMessage_Nested) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1694) | func (m *NewMessage_Nested) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 1697) | func (m *NewMessage_Nested) XXX_Merge(src proto.Message) { method XXX_Size (line 1700) | func (m *NewMessage_Nested) XXX_Size() int { method XXX_DiscardUnknown (line 1703) | func (m *NewMessage_Nested) XXX_DiscardUnknown() { method GetName (line 1709) | func (m *NewMessage_Nested) GetName() string { method GetFoodGroup (line 1716) | func (m *NewMessage_Nested) GetFoodGroup() string { type InnerMessage (line 1723) | type InnerMessage struct method Reset (line 1732) | func (m *InnerMessage) Reset() { *m = InnerMessage{} } method String (line 1733) | func (m *InnerMessage) String() string { return proto.CompactTextStrin... method ProtoMessage (line 1734) | func (*InnerMessage) ProtoMessage() {} method Descriptor (line 1735) | func (*InnerMessage) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1739) | func (m *InnerMessage) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1742) | func (m *InnerMessage) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 1745) | func (m *InnerMessage) XXX_Merge(src proto.Message) { method XXX_Size (line 1748) | func (m *InnerMessage) XXX_Size() int { method XXX_DiscardUnknown (line 1751) | func (m *InnerMessage) XXX_DiscardUnknown() { method GetHost (line 1759) | func (m *InnerMessage) GetHost() string { method GetPort (line 1766) | func (m *InnerMessage) GetPort() int32 { method GetConnected (line 1773) | func (m *InnerMessage) GetConnected() bool { constant Default_InnerMessage_Port (line 1757) | Default_InnerMessage_Port int32 = 4000 type OtherMessage (line 1780) | type OtherMessage struct method Reset (line 1791) | func (m *OtherMessage) Reset() { *m = OtherMessage{} } method String (line 1792) | func (m *OtherMessage) String() string { return proto.CompactTextStrin... method ProtoMessage (line 1793) | func (*OtherMessage) ProtoMessage() {} method Descriptor (line 1794) | func (*OtherMessage) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1802) | func (*OtherMessage) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 1806) | func (m *OtherMessage) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1809) | func (m *OtherMessage) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 1812) | func (m *OtherMessage) XXX_Merge(src proto.Message) { method XXX_Size (line 1815) | func (m *OtherMessage) XXX_Size() int { method XXX_DiscardUnknown (line 1818) | func (m *OtherMessage) XXX_DiscardUnknown() { method GetKey (line 1824) | func (m *OtherMessage) GetKey() int64 { method GetValue (line 1831) | func (m *OtherMessage) GetValue() []byte { method GetWeight (line 1838) | func (m *OtherMessage) GetWeight() float32 { method GetInner (line 1845) | func (m *OtherMessage) GetInner() *InnerMessage { type RequiredInnerMessage (line 1852) | type RequiredInnerMessage struct method Reset (line 1859) | func (m *RequiredInnerMessage) Reset() { *m = RequiredInnerMes... method String (line 1860) | func (m *RequiredInnerMessage) String() string { return proto.CompactT... method ProtoMessage (line 1861) | func (*RequiredInnerMessage) ProtoMessage() {} method Descriptor (line 1862) | func (*RequiredInnerMessage) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1866) | func (m *RequiredInnerMessage) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1869) | func (m *RequiredInnerMessage) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 1872) | func (m *RequiredInnerMessage) XXX_Merge(src proto.Message) { method XXX_Size (line 1875) | func (m *RequiredInnerMessage) XXX_Size() int { method XXX_DiscardUnknown (line 1878) | func (m *RequiredInnerMessage) XXX_DiscardUnknown() { method GetLeoFinallyWonAnOscar (line 1884) | func (m *RequiredInnerMessage) GetLeoFinallyWonAnOscar() *InnerMessage { type MyMessage (line 1891) | type MyMessage struct method Reset (line 1911) | func (m *MyMessage) Reset() { *m = MyMessage{} } method String (line 1912) | func (m *MyMessage) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 1913) | func (*MyMessage) ProtoMessage() {} method Descriptor (line 1914) | func (*MyMessage) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1922) | func (*MyMessage) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 1926) | func (m *MyMessage) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1929) | func (m *MyMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte,... method XXX_Merge (line 1932) | func (m *MyMessage) XXX_Merge(src proto.Message) { method XXX_Size (line 1935) | func (m *MyMessage) XXX_Size() int { method XXX_DiscardUnknown (line 1938) | func (m *MyMessage) XXX_DiscardUnknown() { method GetCount (line 1944) | func (m *MyMessage) GetCount() int32 { method GetName (line 1951) | func (m *MyMessage) GetName() string { method GetQuote (line 1958) | func (m *MyMessage) GetQuote() string { method GetPet (line 1965) | func (m *MyMessage) GetPet() []string { method GetInner (line 1972) | func (m *MyMessage) GetInner() *InnerMessage { method GetOthers (line 1979) | func (m *MyMessage) GetOthers() []*OtherMessage { method GetWeMustGoDeeper (line 1986) | func (m *MyMessage) GetWeMustGoDeeper() *RequiredInnerMessage { method GetRepInner (line 1993) | func (m *MyMessage) GetRepInner() []*InnerMessage { method GetBikeshed (line 2000) | func (m *MyMessage) GetBikeshed() MyMessage_Color { method GetSomegroup (line 2007) | func (m *MyMessage) GetSomegroup() *MyMessage_SomeGroup { method GetRepBytes (line 2014) | func (m *MyMessage) GetRepBytes() [][]byte { method GetBigfloat (line 2021) | func (m *MyMessage) GetBigfloat() float64 { type MyMessage_SomeGroup (line 2028) | type MyMessage_SomeGroup struct method Reset (line 2035) | func (m *MyMessage_SomeGroup) Reset() { *m = MyMessage_SomeGro... method String (line 2036) | func (m *MyMessage_SomeGroup) String() string { return proto.CompactTe... method ProtoMessage (line 2037) | func (*MyMessage_SomeGroup) ProtoMessage() {} method Descriptor (line 2038) | func (*MyMessage_SomeGroup) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2042) | func (m *MyMessage_SomeGroup) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2045) | func (m *MyMessage_SomeGroup) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 2048) | func (m *MyMessage_SomeGroup) XXX_Merge(src proto.Message) { method XXX_Size (line 2051) | func (m *MyMessage_SomeGroup) XXX_Size() int { method XXX_DiscardUnknown (line 2054) | func (m *MyMessage_SomeGroup) XXX_DiscardUnknown() { method GetGroupField (line 2060) | func (m *MyMessage_SomeGroup) GetGroupField() int32 { type Ext (line 2067) | type Ext struct method Reset (line 2075) | func (m *Ext) Reset() { *m = Ext{} } method String (line 2076) | func (m *Ext) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 2077) | func (*Ext) ProtoMessage() {} method Descriptor (line 2078) | func (*Ext) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2082) | func (m *Ext) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2085) | func (m *Ext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { method XXX_Merge (line 2088) | func (m *Ext) XXX_Merge(src proto.Message) { method XXX_Size (line 2091) | func (m *Ext) XXX_Size() int { method XXX_DiscardUnknown (line 2094) | func (m *Ext) XXX_DiscardUnknown() { method GetData (line 2100) | func (m *Ext) GetData() string { method GetMapField (line 2107) | func (m *Ext) GetMapField() map[int32]int32 { type ComplexExtension (line 2141) | type ComplexExtension struct method Reset (line 2150) | func (m *ComplexExtension) Reset() { *m = ComplexExtension{} } method String (line 2151) | func (m *ComplexExtension) String() string { return proto.CompactTextS... method ProtoMessage (line 2152) | func (*ComplexExtension) ProtoMessage() {} method Descriptor (line 2153) | func (*ComplexExtension) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2157) | func (m *ComplexExtension) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2160) | func (m *ComplexExtension) XXX_Marshal(b []byte, deterministic bool) (... method XXX_Merge (line 2163) | func (m *ComplexExtension) XXX_Merge(src proto.Message) { method XXX_Size (line 2166) | func (m *ComplexExtension) XXX_Size() int { method XXX_DiscardUnknown (line 2169) | func (m *ComplexExtension) XXX_DiscardUnknown() { method GetFirst (line 2175) | func (m *ComplexExtension) GetFirst() int32 { method GetSecond (line 2182) | func (m *ComplexExtension) GetSecond() int32 { method GetThird (line 2189) | func (m *ComplexExtension) GetThird() []int32 { type DefaultsMessage (line 2196) | type DefaultsMessage struct method Reset (line 2203) | func (m *DefaultsMessage) Reset() { *m = DefaultsMessage{} } method String (line 2204) | func (m *DefaultsMessage) String() string { return proto.CompactTextSt... method ProtoMessage (line 2205) | func (*DefaultsMessage) ProtoMessage() {} method Descriptor (line 2206) | func (*DefaultsMessage) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 2214) | func (*DefaultsMessage) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 2218) | func (m *DefaultsMessage) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2221) | func (m *DefaultsMessage) XXX_Marshal(b []byte, deterministic bool) ([... method XXX_Merge (line 2224) | func (m *DefaultsMessage) XXX_Merge(src proto.Message) { method XXX_Size (line 2227) | func (m *DefaultsMessage) XXX_Size() int { method XXX_DiscardUnknown (line 2230) | func (m *DefaultsMessage) XXX_DiscardUnknown() { type Empty (line 2236) | type Empty struct method Reset (line 2242) | func (m *Empty) Reset() { *m = Empty{} } method String (line 2243) | func (m *Empty) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 2244) | func (*Empty) ProtoMessage() {} method Descriptor (line 2245) | func (*Empty) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2249) | func (m *Empty) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2252) | func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, err... method XXX_Merge (line 2255) | func (m *Empty) XXX_Merge(src proto.Message) { method XXX_Size (line 2258) | func (m *Empty) XXX_Size() int { method XXX_DiscardUnknown (line 2261) | func (m *Empty) XXX_DiscardUnknown() { type MessageList (line 2267) | type MessageList struct method Reset (line 2274) | func (m *MessageList) Reset() { *m = MessageList{} } method String (line 2275) | func (m *MessageList) String() string { return proto.CompactTextString... method ProtoMessage (line 2276) | func (*MessageList) ProtoMessage() {} method Descriptor (line 2277) | func (*MessageList) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2281) | func (m *MessageList) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2284) | func (m *MessageList) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 2287) | func (m *MessageList) XXX_Merge(src proto.Message) { method XXX_Size (line 2290) | func (m *MessageList) XXX_Size() int { method XXX_DiscardUnknown (line 2293) | func (m *MessageList) XXX_DiscardUnknown() { method GetMessage (line 2299) | func (m *MessageList) GetMessage() []*MessageList_Message { type MessageList_Message (line 2306) | type MessageList_Message struct method Reset (line 2314) | func (m *MessageList_Message) Reset() { *m = MessageList_Messa... method String (line 2315) | func (m *MessageList_Message) String() string { return proto.CompactTe... method ProtoMessage (line 2316) | func (*MessageList_Message) ProtoMessage() {} method Descriptor (line 2317) | func (*MessageList_Message) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2321) | func (m *MessageList_Message) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2324) | func (m *MessageList_Message) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 2327) | func (m *MessageList_Message) XXX_Merge(src proto.Message) { method XXX_Size (line 2330) | func (m *MessageList_Message) XXX_Size() int { method XXX_DiscardUnknown (line 2333) | func (m *MessageList_Message) XXX_DiscardUnknown() { method GetName (line 2339) | func (m *MessageList_Message) GetName() string { method GetCount (line 2346) | func (m *MessageList_Message) GetCount() int32 { type Strings (line 2353) | type Strings struct method Reset (line 2361) | func (m *Strings) Reset() { *m = Strings{} } method String (line 2362) | func (m *Strings) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 2363) | func (*Strings) ProtoMessage() {} method Descriptor (line 2364) | func (*Strings) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2368) | func (m *Strings) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2371) | func (m *Strings) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 2374) | func (m *Strings) XXX_Merge(src proto.Message) { method XXX_Size (line 2377) | func (m *Strings) XXX_Size() int { method XXX_DiscardUnknown (line 2380) | func (m *Strings) XXX_DiscardUnknown() { method GetStringField (line 2386) | func (m *Strings) GetStringField() string { method GetBytesField (line 2393) | func (m *Strings) GetBytesField() []byte { type Defaults (line 2400) | type Defaults struct method Reset (line 2430) | func (m *Defaults) Reset() { *m = Defaults{} } method String (line 2431) | func (m *Defaults) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 2432) | func (*Defaults) ProtoMessage() {} method Descriptor (line 2433) | func (*Defaults) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2437) | func (m *Defaults) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2440) | func (m *Defaults) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 2443) | func (m *Defaults) XXX_Merge(src proto.Message) { method XXX_Size (line 2446) | func (m *Defaults) XXX_Size() int { method XXX_DiscardUnknown (line 2449) | func (m *Defaults) XXX_DiscardUnknown() { method GetF_Bool (line 2476) | func (m *Defaults) GetF_Bool() bool { method GetF_Int32 (line 2483) | func (m *Defaults) GetF_Int32() int32 { method GetF_Int64 (line 2490) | func (m *Defaults) GetF_Int64() int64 { method GetF_Fixed32 (line 2497) | func (m *Defaults) GetF_Fixed32() uint32 { method GetF_Fixed64 (line 2504) | func (m *Defaults) GetF_Fixed64() uint64 { method GetF_Uint32 (line 2511) | func (m *Defaults) GetF_Uint32() uint32 { method GetF_Uint64 (line 2518) | func (m *Defaults) GetF_Uint64() uint64 { method GetF_Float (line 2525) | func (m *Defaults) GetF_Float() float32 { method GetF_Double (line 2532) | func (m *Defaults) GetF_Double() float64 { method GetF_String (line 2539) | func (m *Defaults) GetF_String() string { method GetF_Bytes (line 2546) | func (m *Defaults) GetF_Bytes() []byte { method GetF_Sint32 (line 2553) | func (m *Defaults) GetF_Sint32() int32 { method GetF_Sint64 (line 2560) | func (m *Defaults) GetF_Sint64() int64 { method GetF_Enum (line 2567) | func (m *Defaults) GetF_Enum() Defaults_Color { method GetF_Pinf (line 2574) | func (m *Defaults) GetF_Pinf() float32 { method GetF_Ninf (line 2581) | func (m *Defaults) GetF_Ninf() float32 { method GetF_Nan (line 2588) | func (m *Defaults) GetF_Nan() float32 { method GetSub (line 2595) | func (m *Defaults) GetSub() *SubDefaults { method GetStrZero (line 2602) | func (m *Defaults) GetStrZero() string { constant Default_Defaults_F_Bool (line 2455) | Default_Defaults_F_Bool bool = true constant Default_Defaults_F_Int32 (line 2456) | Default_Defaults_F_Int32 int32 = 32 constant Default_Defaults_F_Int64 (line 2457) | Default_Defaults_F_Int64 int64 = 64 constant Default_Defaults_F_Fixed32 (line 2458) | Default_Defaults_F_Fixed32 uint32 = 320 constant Default_Defaults_F_Fixed64 (line 2459) | Default_Defaults_F_Fixed64 uint64 = 640 constant Default_Defaults_F_Uint32 (line 2460) | Default_Defaults_F_Uint32 uint32 = 3200 constant Default_Defaults_F_Uint64 (line 2461) | Default_Defaults_F_Uint64 uint64 = 6400 constant Default_Defaults_F_Float (line 2462) | Default_Defaults_F_Float float32 = 314159 constant Default_Defaults_F_Double (line 2463) | Default_Defaults_F_Double float64 = 271828 constant Default_Defaults_F_String (line 2464) | Default_Defaults_F_String string = "hello, \"world!\"\n" constant Default_Defaults_F_Sint32 (line 2468) | Default_Defaults_F_Sint32 int32 = -32 constant Default_Defaults_F_Sint64 (line 2469) | Default_Defaults_F_Sint64 int64 = -64 constant Default_Defaults_F_Enum (line 2470) | Default_Defaults_F_Enum Defaults_Color = Defaults_GREEN type SubDefaults (line 2609) | type SubDefaults struct method Reset (line 2616) | func (m *SubDefaults) Reset() { *m = SubDefaults{} } method String (line 2617) | func (m *SubDefaults) String() string { return proto.CompactTextString... method ProtoMessage (line 2618) | func (*SubDefaults) ProtoMessage() {} method Descriptor (line 2619) | func (*SubDefaults) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2623) | func (m *SubDefaults) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2626) | func (m *SubDefaults) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 2629) | func (m *SubDefaults) XXX_Merge(src proto.Message) { method XXX_Size (line 2632) | func (m *SubDefaults) XXX_Size() int { method XXX_DiscardUnknown (line 2635) | func (m *SubDefaults) XXX_DiscardUnknown() { method GetN (line 2643) | func (m *SubDefaults) GetN() int64 { constant Default_SubDefaults_N (line 2641) | Default_SubDefaults_N int64 = 7 type RepeatedEnum (line 2650) | type RepeatedEnum struct method Reset (line 2657) | func (m *RepeatedEnum) Reset() { *m = RepeatedEnum{} } method String (line 2658) | func (m *RepeatedEnum) String() string { return proto.CompactTextStrin... method ProtoMessage (line 2659) | func (*RepeatedEnum) ProtoMessage() {} method Descriptor (line 2660) | func (*RepeatedEnum) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2664) | func (m *RepeatedEnum) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2667) | func (m *RepeatedEnum) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 2670) | func (m *RepeatedEnum) XXX_Merge(src proto.Message) { method XXX_Size (line 2673) | func (m *RepeatedEnum) XXX_Size() int { method XXX_DiscardUnknown (line 2676) | func (m *RepeatedEnum) XXX_DiscardUnknown() { method GetColor (line 2682) | func (m *RepeatedEnum) GetColor() []RepeatedEnum_Color { type MoreRepeated (line 2689) | type MoreRepeated struct method Reset (line 2702) | func (m *MoreRepeated) Reset() { *m = MoreRepeated{} } method String (line 2703) | func (m *MoreRepeated) String() string { return proto.CompactTextStrin... method ProtoMessage (line 2704) | func (*MoreRepeated) ProtoMessage() {} method Descriptor (line 2705) | func (*MoreRepeated) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2709) | func (m *MoreRepeated) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2712) | func (m *MoreRepeated) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 2715) | func (m *MoreRepeated) XXX_Merge(src proto.Message) { method XXX_Size (line 2718) | func (m *MoreRepeated) XXX_Size() int { method XXX_DiscardUnknown (line 2721) | func (m *MoreRepeated) XXX_DiscardUnknown() { method GetBools (line 2727) | func (m *MoreRepeated) GetBools() []bool { method GetBoolsPacked (line 2734) | func (m *MoreRepeated) GetBoolsPacked() []bool { method GetInts (line 2741) | func (m *MoreRepeated) GetInts() []int32 { method GetIntsPacked (line 2748) | func (m *MoreRepeated) GetIntsPacked() []int32 { method GetInt64SPacked (line 2755) | func (m *MoreRepeated) GetInt64SPacked() []int64 { method GetStrings (line 2762) | func (m *MoreRepeated) GetStrings() []string { method GetFixeds (line 2769) | func (m *MoreRepeated) GetFixeds() []uint32 { type GroupOld (line 2776) | type GroupOld struct method Reset (line 2783) | func (m *GroupOld) Reset() { *m = GroupOld{} } method String (line 2784) | func (m *GroupOld) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 2785) | func (*GroupOld) ProtoMessage() {} method Descriptor (line 2786) | func (*GroupOld) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2790) | func (m *GroupOld) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2793) | func (m *GroupOld) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 2796) | func (m *GroupOld) XXX_Merge(src proto.Message) { method XXX_Size (line 2799) | func (m *GroupOld) XXX_Size() int { method XXX_DiscardUnknown (line 2802) | func (m *GroupOld) XXX_DiscardUnknown() { method GetG (line 2808) | func (m *GroupOld) GetG() *GroupOld_G { type GroupOld_G (line 2815) | type GroupOld_G struct method Reset (line 2822) | func (m *GroupOld_G) Reset() { *m = GroupOld_G{} } method String (line 2823) | func (m *GroupOld_G) String() string { return proto.CompactTextString(... method ProtoMessage (line 2824) | func (*GroupOld_G) ProtoMessage() {} method Descriptor (line 2825) | func (*GroupOld_G) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2829) | func (m *GroupOld_G) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2832) | func (m *GroupOld_G) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 2835) | func (m *GroupOld_G) XXX_Merge(src proto.Message) { method XXX_Size (line 2838) | func (m *GroupOld_G) XXX_Size() int { method XXX_DiscardUnknown (line 2841) | func (m *GroupOld_G) XXX_DiscardUnknown() { method GetX (line 2847) | func (m *GroupOld_G) GetX() int32 { type GroupNew (line 2854) | type GroupNew struct method Reset (line 2861) | func (m *GroupNew) Reset() { *m = GroupNew{} } method String (line 2862) | func (m *GroupNew) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 2863) | func (*GroupNew) ProtoMessage() {} method Descriptor (line 2864) | func (*GroupNew) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2868) | func (m *GroupNew) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2871) | func (m *GroupNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 2874) | func (m *GroupNew) XXX_Merge(src proto.Message) { method XXX_Size (line 2877) | func (m *GroupNew) XXX_Size() int { method XXX_DiscardUnknown (line 2880) | func (m *GroupNew) XXX_DiscardUnknown() { method GetG (line 2886) | func (m *GroupNew) GetG() *GroupNew_G { type GroupNew_G (line 2893) | type GroupNew_G struct method Reset (line 2901) | func (m *GroupNew_G) Reset() { *m = GroupNew_G{} } method String (line 2902) | func (m *GroupNew_G) String() string { return proto.CompactTextString(... method ProtoMessage (line 2903) | func (*GroupNew_G) ProtoMessage() {} method Descriptor (line 2904) | func (*GroupNew_G) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2908) | func (m *GroupNew_G) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2911) | func (m *GroupNew_G) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 2914) | func (m *GroupNew_G) XXX_Merge(src proto.Message) { method XXX_Size (line 2917) | func (m *GroupNew_G) XXX_Size() int { method XXX_DiscardUnknown (line 2920) | func (m *GroupNew_G) XXX_DiscardUnknown() { method GetX (line 2926) | func (m *GroupNew_G) GetX() int32 { method GetY (line 2933) | func (m *GroupNew_G) GetY() int32 { type FloatingPoint (line 2940) | type FloatingPoint struct method Reset (line 2948) | func (m *FloatingPoint) Reset() { *m = FloatingPoint{} } method String (line 2949) | func (m *FloatingPoint) String() string { return proto.CompactTextStri... method ProtoMessage (line 2950) | func (*FloatingPoint) ProtoMessage() {} method Descriptor (line 2951) | func (*FloatingPoint) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2955) | func (m *FloatingPoint) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2958) | func (m *FloatingPoint) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 2961) | func (m *FloatingPoint) XXX_Merge(src proto.Message) { method XXX_Size (line 2964) | func (m *FloatingPoint) XXX_Size() int { method XXX_DiscardUnknown (line 2967) | func (m *FloatingPoint) XXX_DiscardUnknown() { method GetF (line 2973) | func (m *FloatingPoint) GetF() float64 { method GetExact (line 2980) | func (m *FloatingPoint) GetExact() bool { type MessageWithMap (line 2987) | type MessageWithMap struct method Reset (line 2997) | func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } method String (line 2998) | func (m *MessageWithMap) String() string { return proto.CompactTextStr... method ProtoMessage (line 2999) | func (*MessageWithMap) ProtoMessage() {} method Descriptor (line 3000) | func (*MessageWithMap) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3004) | func (m *MessageWithMap) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3007) | func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 3010) | func (m *MessageWithMap) XXX_Merge(src proto.Message) { method XXX_Size (line 3013) | func (m *MessageWithMap) XXX_Size() int { method XXX_DiscardUnknown (line 3016) | func (m *MessageWithMap) XXX_DiscardUnknown() { method GetNameMapping (line 3022) | func (m *MessageWithMap) GetNameMapping() map[int32]string { method GetMsgMapping (line 3029) | func (m *MessageWithMap) GetMsgMapping() map[int64]*FloatingPoint { method GetByteMapping (line 3036) | func (m *MessageWithMap) GetByteMapping() map[bool][]byte { method GetStrToStr (line 3043) | func (m *MessageWithMap) GetStrToStr() map[string]string { type Oneof (line 3050) | type Oneof struct method Reset (line 3078) | func (m *Oneof) Reset() { *m = Oneof{} } method String (line 3079) | func (m *Oneof) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 3080) | func (*Oneof) ProtoMessage() {} method Descriptor (line 3081) | func (*Oneof) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3085) | func (m *Oneof) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3088) | func (m *Oneof) XXX_Marshal(b []byte, deterministic bool) ([]byte, err... method XXX_Merge (line 3091) | func (m *Oneof) XXX_Merge(src proto.Message) { method XXX_Size (line 3094) | func (m *Oneof) XXX_Size() int { method XXX_DiscardUnknown (line 3097) | func (m *Oneof) XXX_DiscardUnknown() { method GetUnion (line 3209) | func (m *Oneof) GetUnion() isOneof_Union { method GetF_Bool (line 3216) | func (m *Oneof) GetF_Bool() bool { method GetF_Int32 (line 3223) | func (m *Oneof) GetF_Int32() int32 { method GetF_Int64 (line 3230) | func (m *Oneof) GetF_Int64() int64 { method GetF_Fixed32 (line 3237) | func (m *Oneof) GetF_Fixed32() uint32 { method GetF_Fixed64 (line 3244) | func (m *Oneof) GetF_Fixed64() uint64 { method GetF_Uint32 (line 3251) | func (m *Oneof) GetF_Uint32() uint32 { method GetF_Uint64 (line 3258) | func (m *Oneof) GetF_Uint64() uint64 { method GetF_Float (line 3265) | func (m *Oneof) GetF_Float() float32 { method GetF_Double (line 3272) | func (m *Oneof) GetF_Double() float64 { method GetF_String (line 3279) | func (m *Oneof) GetF_String() string { method GetF_Bytes (line 3286) | func (m *Oneof) GetF_Bytes() []byte { method GetF_Sint32 (line 3293) | func (m *Oneof) GetF_Sint32() int32 { method GetF_Sint64 (line 3300) | func (m *Oneof) GetF_Sint64() int64 { method GetF_Enum (line 3307) | func (m *Oneof) GetF_Enum() MyMessage_Color { method GetF_Message (line 3314) | func (m *Oneof) GetF_Message() *GoTestField { method GetFGroup (line 3321) | func (m *Oneof) GetFGroup() *Oneof_F_Group { method GetF_Largest_Tag (line 3328) | func (m *Oneof) GetF_Largest_Tag() int32 { method GetTormato (line 3345) | func (m *Oneof) GetTormato() isOneof_Tormato { method GetValue (line 3352) | func (m *Oneof) GetValue() int32 { method XXX_OneofWrappers (line 3360) | func (*Oneof) XXX_OneofWrappers() []interface{} { type isOneof_Union (line 3103) | type isOneof_Union interface type Oneof_F_Bool (line 3107) | type Oneof_F_Bool struct method isOneof_Union (line 3175) | func (*Oneof_F_Bool) isOneof_Union() {} type Oneof_F_Int32 (line 3111) | type Oneof_F_Int32 struct method isOneof_Union (line 3177) | func (*Oneof_F_Int32) isOneof_Union() {} type Oneof_F_Int64 (line 3115) | type Oneof_F_Int64 struct method isOneof_Union (line 3179) | func (*Oneof_F_Int64) isOneof_Union() {} type Oneof_F_Fixed32 (line 3119) | type Oneof_F_Fixed32 struct method isOneof_Union (line 3181) | func (*Oneof_F_Fixed32) isOneof_Union() {} type Oneof_F_Fixed64 (line 3123) | type Oneof_F_Fixed64 struct method isOneof_Union (line 3183) | func (*Oneof_F_Fixed64) isOneof_Union() {} type Oneof_F_Uint32 (line 3127) | type Oneof_F_Uint32 struct method isOneof_Union (line 3185) | func (*Oneof_F_Uint32) isOneof_Union() {} type Oneof_F_Uint64 (line 3131) | type Oneof_F_Uint64 struct method isOneof_Union (line 3187) | func (*Oneof_F_Uint64) isOneof_Union() {} type Oneof_F_Float (line 3135) | type Oneof_F_Float struct method isOneof_Union (line 3189) | func (*Oneof_F_Float) isOneof_Union() {} type Oneof_F_Double (line 3139) | type Oneof_F_Double struct method isOneof_Union (line 3191) | func (*Oneof_F_Double) isOneof_Union() {} type Oneof_F_String (line 3143) | type Oneof_F_String struct method isOneof_Union (line 3193) | func (*Oneof_F_String) isOneof_Union() {} type Oneof_F_Bytes (line 3147) | type Oneof_F_Bytes struct method isOneof_Union (line 3195) | func (*Oneof_F_Bytes) isOneof_Union() {} type Oneof_F_Sint32 (line 3151) | type Oneof_F_Sint32 struct method isOneof_Union (line 3197) | func (*Oneof_F_Sint32) isOneof_Union() {} type Oneof_F_Sint64 (line 3155) | type Oneof_F_Sint64 struct method isOneof_Union (line 3199) | func (*Oneof_F_Sint64) isOneof_Union() {} type Oneof_F_Enum (line 3159) | type Oneof_F_Enum struct method isOneof_Union (line 3201) | func (*Oneof_F_Enum) isOneof_Union() {} type Oneof_F_Message (line 3163) | type Oneof_F_Message struct method isOneof_Union (line 3203) | func (*Oneof_F_Message) isOneof_Union() {} type Oneof_FGroup (line 3167) | type Oneof_FGroup struct method isOneof_Union (line 3205) | func (*Oneof_FGroup) isOneof_Union() {} type Oneof_F_Largest_Tag (line 3171) | type Oneof_F_Largest_Tag struct method isOneof_Union (line 3207) | func (*Oneof_F_Largest_Tag) isOneof_Union() {} type isOneof_Tormato (line 3335) | type isOneof_Tormato interface type Oneof_Value (line 3339) | type Oneof_Value struct method isOneof_Tormato (line 3343) | func (*Oneof_Value) isOneof_Tormato() {} type Oneof_F_Group (line 3383) | type Oneof_F_Group struct method Reset (line 3390) | func (m *Oneof_F_Group) Reset() { *m = Oneof_F_Group{} } method String (line 3391) | func (m *Oneof_F_Group) String() string { return proto.CompactTextStri... method ProtoMessage (line 3392) | func (*Oneof_F_Group) ProtoMessage() {} method Descriptor (line 3393) | func (*Oneof_F_Group) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3397) | func (m *Oneof_F_Group) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3400) | func (m *Oneof_F_Group) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 3403) | func (m *Oneof_F_Group) XXX_Merge(src proto.Message) { method XXX_Size (line 3406) | func (m *Oneof_F_Group) XXX_Size() int { method XXX_DiscardUnknown (line 3409) | func (m *Oneof_F_Group) XXX_DiscardUnknown() { method GetX (line 3415) | func (m *Oneof_F_Group) GetX() int32 { type Communique (line 3422) | type Communique struct method Reset (line 3439) | func (m *Communique) Reset() { *m = Communique{} } method String (line 3440) | func (m *Communique) String() string { return proto.CompactTextString(... method ProtoMessage (line 3441) | func (*Communique) ProtoMessage() {} method Descriptor (line 3442) | func (*Communique) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3446) | func (m *Communique) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3449) | func (m *Communique) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 3452) | func (m *Communique) XXX_Merge(src proto.Message) { method XXX_Size (line 3455) | func (m *Communique) XXX_Size() int { method XXX_DiscardUnknown (line 3458) | func (m *Communique) XXX_DiscardUnknown() { method GetMakeMeCry (line 3464) | func (m *Communique) GetMakeMeCry() bool { method GetUnion (line 3511) | func (m *Communique) GetUnion() isCommunique_Union { method GetNumber (line 3518) | func (m *Communique) GetNumber() int32 { method GetName (line 3525) | func (m *Communique) GetName() string { method GetData (line 3532) | func (m *Communique) GetData() []byte { method GetTempC (line 3539) | func (m *Communique) GetTempC() float64 { method GetCol (line 3546) | func (m *Communique) GetCol() MyMessage_Color { method GetMsg (line 3553) | func (m *Communique) GetMsg() *Strings { method XXX_OneofWrappers (line 3561) | func (*Communique) XXX_OneofWrappers() []interface{} { type isCommunique_Union (line 3471) | type isCommunique_Union interface type Communique_Number (line 3475) | type Communique_Number struct method isCommunique_Union (line 3499) | func (*Communique_Number) isCommunique_Union() {} type Communique_Name (line 3479) | type Communique_Name struct method isCommunique_Union (line 3501) | func (*Communique_Name) isCommunique_Union() {} type Communique_Data (line 3483) | type Communique_Data struct method isCommunique_Union (line 3503) | func (*Communique_Data) isCommunique_Union() {} type Communique_TempC (line 3487) | type Communique_TempC struct method isCommunique_Union (line 3505) | func (*Communique_TempC) isCommunique_Union() {} type Communique_Col (line 3491) | type Communique_Col struct method isCommunique_Union (line 3507) | func (*Communique_Col) isCommunique_Union() {} type Communique_Msg (line 3495) | type Communique_Msg struct method isCommunique_Union (line 3509) | func (*Communique_Msg) isCommunique_Union() {} type TestUTF8 (line 3572) | type TestUTF8 struct method Reset (line 3585) | func (m *TestUTF8) Reset() { *m = TestUTF8{} } method String (line 3586) | func (m *TestUTF8) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 3587) | func (*TestUTF8) ProtoMessage() {} method Descriptor (line 3588) | func (*TestUTF8) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3592) | func (m *TestUTF8) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3595) | func (m *TestUTF8) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 3598) | func (m *TestUTF8) XXX_Merge(src proto.Message) { method XXX_Size (line 3601) | func (m *TestUTF8) XXX_Size() int { method XXX_DiscardUnknown (line 3604) | func (m *TestUTF8) XXX_DiscardUnknown() { method GetScalar (line 3610) | func (m *TestUTF8) GetScalar() string { method GetVector (line 3617) | func (m *TestUTF8) GetVector() []string { method GetOneof (line 3634) | func (m *TestUTF8) GetOneof() isTestUTF8_Oneof { method GetField (line 3641) | func (m *TestUTF8) GetField() string { method GetMapKey (line 3648) | func (m *TestUTF8) GetMapKey() map[string]int64 { method GetMapValue (line 3655) | func (m *TestUTF8) GetMapValue() map[int64]string { method XXX_OneofWrappers (line 3663) | func (*TestUTF8) XXX_OneofWrappers() []interface{} { type isTestUTF8_Oneof (line 3624) | type isTestUTF8_Oneof interface type TestUTF8_Field (line 3628) | type TestUTF8_Field struct method isTestUTF8_Oneof (line 3632) | func (*TestUTF8_Field) isTestUTF8_Oneof() {} function init (line 3984) | func init() { function init (line 4081) | func init() { proto.RegisterFile("proto2_proto/test.proto", fileDescript... FILE: internal/testprotos/proto3_proto/test.pb.go constant _ (line 23) | _ = proto.ProtoPackageIsVersion3 type Message_Humour (line 25) | type Message_Humour method String (line 48) | func (x Message_Humour) String() string { method EnumDescriptor (line 52) | func (Message_Humour) EnumDescriptor() ([]byte, []int) { constant Message_UNKNOWN (line 28) | Message_UNKNOWN Message_Humour = 0 constant Message_PUNS (line 29) | Message_PUNS Message_Humour = 1 constant Message_SLAPSTICK (line 30) | Message_SLAPSTICK Message_Humour = 2 constant Message_BILL_BAILEY (line 31) | Message_BILL_BAILEY Message_Humour = 3 type Message (line 56) | type Message struct method Reset (line 81) | func (m *Message) Reset() { *m = Message{} } method String (line 82) | func (m *Message) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 83) | func (*Message) ProtoMessage() {} method Descriptor (line 84) | func (*Message) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 88) | func (m *Message) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 91) | func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 94) | func (m *Message) XXX_Merge(src proto.Message) { method XXX_Size (line 97) | func (m *Message) XXX_Size() int { method XXX_DiscardUnknown (line 100) | func (m *Message) XXX_DiscardUnknown() { method GetName (line 106) | func (m *Message) GetName() string { method GetHilarity (line 113) | func (m *Message) GetHilarity() Message_Humour { method GetHeightInCm (line 120) | func (m *Message) GetHeightInCm() uint32 { method GetData (line 127) | func (m *Message) GetData() []byte { method GetResultCount (line 134) | func (m *Message) GetResultCount() int64 { method GetTrueScotsman (line 141) | func (m *Message) GetTrueScotsman() bool { method GetScore (line 148) | func (m *Message) GetScore() float32 { method GetKey (line 155) | func (m *Message) GetKey() []uint64 { method GetShortKey (line 162) | func (m *Message) GetShortKey() []int32 { method GetNested (line 169) | func (m *Message) GetNested() *Nested { method GetRFunny (line 176) | func (m *Message) GetRFunny() []Message_Humour { method GetTerrain (line 183) | func (m *Message) GetTerrain() map[string]*Nested { method GetProto2Field (line 190) | func (m *Message) GetProto2Field() *proto2_proto.SubDefaults { method GetProto2Value (line 197) | func (m *Message) GetProto2Value() map[string]*proto2_proto.SubDefaults { method GetAnything (line 204) | func (m *Message) GetAnything() *anypb.Any { method GetManyThings (line 211) | func (m *Message) GetManyThings() []*anypb.Any { method GetSubmessage (line 218) | func (m *Message) GetSubmessage() *Message { method GetChildren (line 225) | func (m *Message) GetChildren() []*Message { method GetStringMap (line 232) | func (m *Message) GetStringMap() map[string]string { type Nested (line 239) | type Nested struct method Reset (line 247) | func (m *Nested) Reset() { *m = Nested{} } method String (line 248) | func (m *Nested) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 249) | func (*Nested) ProtoMessage() {} method Descriptor (line 250) | func (*Nested) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 254) | func (m *Nested) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 257) | func (m *Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 260) | func (m *Nested) XXX_Merge(src proto.Message) { method XXX_Size (line 263) | func (m *Nested) XXX_Size() int { method XXX_DiscardUnknown (line 266) | func (m *Nested) XXX_DiscardUnknown() { method GetBunny (line 272) | func (m *Nested) GetBunny() string { method GetCute (line 279) | func (m *Nested) GetCute() bool { type MessageWithMap (line 286) | type MessageWithMap struct method Reset (line 293) | func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } method String (line 294) | func (m *MessageWithMap) String() string { return proto.CompactTextStr... method ProtoMessage (line 295) | func (*MessageWithMap) ProtoMessage() {} method Descriptor (line 296) | func (*MessageWithMap) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 300) | func (m *MessageWithMap) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 303) | func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 306) | func (m *MessageWithMap) XXX_Merge(src proto.Message) { method XXX_Size (line 309) | func (m *MessageWithMap) XXX_Size() int { method XXX_DiscardUnknown (line 312) | func (m *MessageWithMap) XXX_DiscardUnknown() { method GetByteMapping (line 318) | func (m *MessageWithMap) GetByteMapping() map[bool][]byte { type IntMap (line 325) | type IntMap struct method Reset (line 332) | func (m *IntMap) Reset() { *m = IntMap{} } method String (line 333) | func (m *IntMap) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 334) | func (*IntMap) ProtoMessage() {} method Descriptor (line 335) | func (*IntMap) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 339) | func (m *IntMap) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 342) | func (m *IntMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 345) | func (m *IntMap) XXX_Merge(src proto.Message) { method XXX_Size (line 348) | func (m *IntMap) XXX_Size() int { method XXX_DiscardUnknown (line 351) | func (m *IntMap) XXX_DiscardUnknown() { method GetRtt (line 357) | func (m *IntMap) GetRtt() map[int32]int32 { type IntMaps (line 364) | type IntMaps struct method Reset (line 371) | func (m *IntMaps) Reset() { *m = IntMaps{} } method String (line 372) | func (m *IntMaps) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 373) | func (*IntMaps) ProtoMessage() {} method Descriptor (line 374) | func (*IntMaps) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 378) | func (m *IntMaps) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 381) | func (m *IntMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 384) | func (m *IntMaps) XXX_Merge(src proto.Message) { method XXX_Size (line 387) | func (m *IntMaps) XXX_Size() int { method XXX_DiscardUnknown (line 390) | func (m *IntMaps) XXX_DiscardUnknown() { method GetMaps (line 396) | func (m *IntMaps) GetMaps() []*IntMap { type TestUTF8 (line 403) | type TestUTF8 struct method Reset (line 416) | func (m *TestUTF8) Reset() { *m = TestUTF8{} } method String (line 417) | func (m *TestUTF8) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 418) | func (*TestUTF8) ProtoMessage() {} method Descriptor (line 419) | func (*TestUTF8) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 423) | func (m *TestUTF8) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 426) | func (m *TestUTF8) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 429) | func (m *TestUTF8) XXX_Merge(src proto.Message) { method XXX_Size (line 432) | func (m *TestUTF8) XXX_Size() int { method XXX_DiscardUnknown (line 435) | func (m *TestUTF8) XXX_DiscardUnknown() { method GetScalar (line 441) | func (m *TestUTF8) GetScalar() string { method GetVector (line 448) | func (m *TestUTF8) GetVector() []string { method GetOneof (line 465) | func (m *TestUTF8) GetOneof() isTestUTF8_Oneof { method GetField (line 472) | func (m *TestUTF8) GetField() string { method GetMapKey (line 479) | func (m *TestUTF8) GetMapKey() map[string]int64 { method GetMapValue (line 486) | func (m *TestUTF8) GetMapValue() map[int64]string { method XXX_OneofWrappers (line 494) | func (*TestUTF8) XXX_OneofWrappers() []interface{} { type isTestUTF8_Oneof (line 455) | type isTestUTF8_Oneof interface type TestUTF8_Field (line 459) | type TestUTF8_Field struct method isTestUTF8_Oneof (line 463) | func (*TestUTF8_Field) isTestUTF8_Oneof() {} function init (line 500) | func init() { function init (line 517) | func init() { proto.RegisterFile("proto3_proto/test.proto", fileDescript... FILE: jsonpb/decode.go constant wrapJSONUnmarshalV2 (line 25) | wrapJSONUnmarshalV2 = false function UnmarshalNext (line 28) | func UnmarshalNext(d *json.Decoder, m proto.Message) error { function Unmarshal (line 33) | func Unmarshal(r io.Reader, m proto.Message) error { function UnmarshalString (line 38) | func UnmarshalString(s string, m proto.Message) error { type Unmarshaler (line 44) | type Unmarshaler struct method Unmarshal (line 68) | func (u *Unmarshaler) Unmarshal(r io.Reader, m proto.Message) error { method UnmarshalNext (line 73) | func (u *Unmarshaler) UnmarshalNext(d *json.Decoder, m proto.Message) ... method unmarshalMessage (line 135) | func (u *Unmarshaler) unmarshalMessage(m protoreflect.Message, in []by... method unmarshalValue (line 410) | func (u *Unmarshaler) unmarshalValue(v protoreflect.Value, in []byte, ... method unmarshalSingularValue (line 464) | func (u *Unmarshaler) unmarshalSingularValue(v protoreflect.Value, in ... type JSONPBUnmarshaler (line 63) | type JSONPBUnmarshaler interface function isSingularWellKnownValue (line 389) | func isSingularWellKnownValue(fd protoreflect.FieldDescriptor) bool { function isSingularJSONPBUnmarshaler (line 402) | func isSingularJSONPBUnmarshaler(v protoreflect.Value, fd protoreflect.F... function unmarshalValue (line 507) | func unmarshalValue(in []byte, v interface{}) (protoreflect.Value, error) { function unquoteString (line 512) | func unquoteString(in string) (out string, err error) { function hasPrefixAndSuffix (line 517) | func hasPrefixAndSuffix(prefix byte, in []byte, suffix byte) bool { function trimQuote (line 526) | func trimQuote(in []byte) []byte { FILE: jsonpb/encode.go constant wrapJSONMarshalV2 (line 26) | wrapJSONMarshalV2 = false type Marshaler (line 30) | type Marshaler struct method Marshal (line 67) | func (jm *Marshaler) Marshal(w io.Writer, m proto.Message) error { method MarshalToString (line 78) | func (jm *Marshaler) MarshalToString(m proto.Message) (string, error) { method marshal (line 86) | func (jm *Marshaler) marshal(m proto.Message) ([]byte, error) { type JSONPBMarshaler (line 62) | type JSONPBMarshaler interface type jsonWriter (line 122) | type jsonWriter struct method write (line 127) | func (w *jsonWriter) write(s string) { method marshalMessage (line 131) | func (w *jsonWriter) marshalMessage(m protoreflect.Message, indent, ty... method writeComma (line 306) | func (w *jsonWriter) writeComma() { method marshalAny (line 314) | func (w *jsonWriter) marshalAny(m protoreflect.Message, indent string)... method marshalTypeURL (line 372) | func (w *jsonWriter) marshalTypeURL(indent, typeURL string) error { method marshalField (line 390) | func (w *jsonWriter) marshalField(fd protoreflect.FieldDescriptor, v p... method marshalValue (line 421) | func (w *jsonWriter) marshalValue(fd protoreflect.FieldDescriptor, v p... method marshalSingularValue (line 514) | func (w *jsonWriter) marshalSingularValue(fd protoreflect.FieldDescrip... FILE: jsonpb/json.go type AnyResolver (line 25) | type AnyResolver interface type anyResolver (line 29) | type anyResolver struct method FindMessageByName (line 31) | func (r anyResolver) FindMessageByName(message protoreflect.FullName) ... method FindMessageByURL (line 35) | func (r anyResolver) FindMessageByURL(url string) (protoreflect.Messag... method FindExtensionByName (line 43) | func (r anyResolver) FindExtensionByName(field protoreflect.FullName) ... method FindExtensionByNumber (line 47) | func (r anyResolver) FindExtensionByNumber(message protoreflect.FullNa... function wellKnownType (line 51) | func wellKnownType(s protoreflect.FullName) string { function isMessageSet (line 66) | func isMessageSet(md protoreflect.MessageDescriptor) bool { FILE: jsonpb/json_test.go function init (line 374) | func init() { function TestMarshaling (line 511) | func TestMarshaling(t *testing.T) { function TestMarshalingNil (line 522) | func TestMarshalingNil(t *testing.T) { function TestMarshalIllegalTime (line 530) | func TestMarshalIllegalTime(t *testing.T) { function TestMarshalJSONPBMarshaler (line 558) | func TestMarshalJSONPBMarshaler(t *testing.T) { function TestMarshalAnyJSONPBMarshaler (line 570) | func TestMarshalAnyJSONPBMarshaler(t *testing.T) { function TestMarshalWithCustomValidation (line 588) | func TestMarshalWithCustomValidation(t *testing.T) { function TestMarshalUnsetRequiredFields (line 602) | func TestMarshalUnsetRequiredFields(t *testing.T) { function TestUnmarshaling (line 834) | func TestUnmarshaling(t *testing.T) { function TestUnmarshalNullArray (line 854) | func TestUnmarshalNullArray(t *testing.T) { function TestUnmarshalNullObject (line 864) | func TestUnmarshalNullObject(t *testing.T) { function TestUnmarshalNext (line 874) | func TestUnmarshalNext(t *testing.T) { function TestUnmarshalingBadInput (line 928) | func TestUnmarshalingBadInput(t *testing.T) { type funcResolver (line 937) | type funcResolver method Resolve (line 939) | func (fn funcResolver) Resolve(turl string) (proto.Message, error) { function TestAnyWithCustomResolver (line 943) | func TestAnyWithCustomResolver(t *testing.T) { function TestUnmarshalJSONPBUnmarshaler (line 996) | func TestUnmarshalJSONPBUnmarshaler(t *testing.T) { function TestUnmarshalNullWithJSONPBUnmarshaler (line 1007) | func TestUnmarshalNullWithJSONPBUnmarshaler(t *testing.T) { function TestUnmarshalAnyJSONPBUnmarshaler (line 1020) | func TestUnmarshalAnyJSONPBUnmarshaler(t *testing.T) { constant dynamicMessageName (line 1042) | dynamicMessageName = "github_com.golang.protobuf.jsonpb.dynamicMessage" function init (line 1045) | func init() { type ptrFieldMessage (line 1050) | type ptrFieldMessage struct method Reset (line 1054) | func (m *ptrFieldMessage) Reset() { method String (line 1057) | func (m *ptrFieldMessage) String() string { method ProtoMessage (line 1061) | func (m *ptrFieldMessage) ProtoMessage() { method Descriptor (line 1064) | func (m *ptrFieldMessage) Descriptor() ([]byte, []int) { type stringField (line 1068) | type stringField struct method Reset (line 1073) | func (s *stringField) Reset() { method String (line 1076) | func (s *stringField) String() string { method ProtoMessage (line 1080) | func (s *stringField) ProtoMessage() { method Descriptor (line 1083) | func (s *stringField) Descriptor() ([]byte, []int) { method UnmarshalJSONPB (line 1087) | func (s *stringField) UnmarshalJSONPB(jum *Unmarshaler, js []byte) err... type dynamicMessage (line 1095) | type dynamicMessage struct method Reset (line 1103) | func (m *dynamicMessage) Reset() { method String (line 1107) | func (m *dynamicMessage) String() string { method ProtoMessage (line 1111) | func (m *dynamicMessage) ProtoMessage() { method Descriptor (line 1114) | func (m *dynamicMessage) Descriptor() ([]byte, []int) { method MarshalJSONPB (line 1118) | func (m *dynamicMessage) MarshalJSONPB(jm *Marshaler) ([]byte, error) { method UnmarshalJSONPB (line 1122) | func (m *dynamicMessage) UnmarshalJSONPB(jum *Unmarshaler, js []byte) ... function TestUnmarshalUnsetRequiredFields (line 1161) | func TestUnmarshalUnsetRequiredFields(t *testing.T) { FILE: proto/buffer.go constant WireVarint (line 17) | WireVarint = 0 constant WireFixed32 (line 18) | WireFixed32 = 5 constant WireFixed64 (line 19) | WireFixed64 = 1 constant WireBytes (line 20) | WireBytes = 2 constant WireStartGroup (line 21) | WireStartGroup = 3 constant WireEndGroup (line 22) | WireEndGroup = 4 function EncodeVarint (line 26) | func EncodeVarint(v uint64) []byte { function SizeVarint (line 32) | func SizeVarint(v uint64) int { function DecodeVarint (line 39) | func DecodeVarint(b []byte) (uint64, int) { type Buffer (line 49) | type Buffer struct method SetDeterministic (line 81) | func (b *Buffer) SetDeterministic(deterministic bool) { method SetBuf (line 87) | func (b *Buffer) SetBuf(buf []byte) { method Reset (line 93) | func (b *Buffer) Reset() { method Bytes (line 99) | func (b *Buffer) Bytes() []byte { method Unread (line 104) | func (b *Buffer) Unread() []byte { method Marshal (line 109) | func (b *Buffer) Marshal(m Message) error { method Unmarshal (line 118) | func (b *Buffer) Unmarshal(m Message) error { method DebugPrint (line 132) | func (*Buffer) DebugPrint(s string, b []byte) { method EncodeVarint (line 140) | func (b *Buffer) EncodeVarint(v uint64) error { method EncodeZigzag32 (line 146) | func (b *Buffer) EncodeZigzag32(v uint64) error { method EncodeZigzag64 (line 151) | func (b *Buffer) EncodeZigzag64(v uint64) error { method EncodeFixed32 (line 156) | func (b *Buffer) EncodeFixed32(v uint64) error { method EncodeFixed64 (line 162) | func (b *Buffer) EncodeFixed64(v uint64) error { method EncodeRawBytes (line 168) | func (b *Buffer) EncodeRawBytes(v []byte) error { method EncodeStringBytes (line 175) | func (b *Buffer) EncodeStringBytes(v string) error { method EncodeMessage (line 181) | func (b *Buffer) EncodeMessage(m Message) error { method DecodeVarint (line 189) | func (b *Buffer) DecodeVarint() (uint64, error) { method DecodeZigzag32 (line 199) | func (b *Buffer) DecodeZigzag32() (uint64, error) { method DecodeZigzag64 (line 208) | func (b *Buffer) DecodeZigzag64() (uint64, error) { method DecodeFixed32 (line 217) | func (b *Buffer) DecodeFixed32() (uint64, error) { method DecodeFixed64 (line 227) | func (b *Buffer) DecodeFixed64() (uint64, error) { method DecodeRawBytes (line 239) | func (b *Buffer) DecodeRawBytes(alloc bool) ([]byte, error) { method DecodeStringBytes (line 253) | func (b *Buffer) DecodeStringBytes() (string, error) { method DecodeMessage (line 264) | func (b *Buffer) DecodeMessage(m Message) error { method DecodeGroup (line 276) | func (b *Buffer) DecodeGroup(m Message) error { function NewBuffer (line 57) | func NewBuffer(buf []byte) *Buffer { type unknownFields (line 124) | type unknownFields struct method String (line 126) | func (m *unknownFields) String() string { panic("not implemented") } method Reset (line 127) | func (m *unknownFields) Reset() { panic("not implemented") } method ProtoMessage (line 128) | func (m *unknownFields) ProtoMessage() { panic("not implemented") } function consumeGroup (line 288) | func consumeGroup(b []byte) ([]byte, int, error) { FILE: proto/defaults.go function SetDefaults (line 14) | func SetDefaults(m Message) { function setDefaults (line 20) | func setDefaults(m protoreflect.Message) { FILE: proto/deprecated.go type Stats (line 28) | type Stats struct function GetStats (line 31) | func GetStats() Stats { return Stats{} } function MarshalMessageSet (line 34) | func MarshalMessageSet(interface{}) ([]byte, error) { function UnmarshalMessageSet (line 39) | func UnmarshalMessageSet([]byte, interface{}) error { function MarshalMessageSetJSON (line 44) | func MarshalMessageSetJSON(interface{}) ([]byte, error) { function UnmarshalMessageSetJSON (line 49) | func UnmarshalMessageSetJSON([]byte, interface{}) error { function RegisterMessageSetType (line 54) | func RegisterMessageSetType(Message, int32, string) {} function EnumName (line 57) | func EnumName(m map[int32]string, v int32) string { function UnmarshalJSONEnum (line 66) | func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string)... type InternalMessageInfo (line 88) | type InternalMessageInfo struct method DiscardUnknown (line 91) | func (*InternalMessageInfo) DiscardUnknown(m Message) { method Marshal (line 96) | func (*InternalMessageInfo) Marshal(b []byte, m Message, deterministic... method Merge (line 101) | func (*InternalMessageInfo) Merge(dst, src Message) { method Size (line 106) | func (*InternalMessageInfo) Size(m Message) int { method Unmarshal (line 111) | func (*InternalMessageInfo) Unmarshal(m Message, b []byte) error { FILE: proto/discard.go function DiscardUnknown (line 19) | func DiscardUnknown(m Message) { function discardUnknown (line 25) | func discardUnknown(m protoreflect.Message) { FILE: proto/discard_test.go function TestDiscardUnknown (line 21) | func TestDiscardUnknown(t *testing.T) { FILE: proto/extensions.go function HasExtension (line 45) | func HasExtension(m Message, xt *ExtensionDesc) (has bool) { function ClearExtension (line 73) | func ClearExtension(m Message, xt *ExtensionDesc) { function ClearAllExtensions (line 96) | func ClearAllExtensions(m Message) { function GetExtension (line 120) | func GetExtension(m Message, xt *ExtensionDesc) (interface{}, error) { type extensionResolver (line 183) | type extensionResolver struct method FindExtensionByName (line 185) | func (r extensionResolver) FindExtensionByName(field protoreflect.Full... method FindExtensionByNumber (line 192) | func (r extensionResolver) FindExtensionByNumber(message protoreflect.... function GetExtensions (line 202) | func GetExtensions(m Message, xts []*ExtensionDesc) ([]interface{}, erro... function SetExtension (line 223) | func SetExtension(m Message, xt *ExtensionDesc, v interface{}) error { function SetRawExtension (line 254) | func SetRawExtension(m Message, fnum int32, b []byte) { function ExtensionDescs (line 279) | func ExtensionDescs(m Message) ([]*ExtensionDesc, error) { function isValidExtension (line 319) | func isValidExtension(md protoreflect.MessageDescriptor, xtd protoreflec... function isScalarKind (line 326) | func isScalarKind(k reflect.Kind) bool { function clearUnknown (line 336) | func clearUnknown(m protoreflect.Message, remover interface { type fieldNum (line 352) | type fieldNum method Has (line 354) | func (n1 fieldNum) Has(n2 protoreflect.FieldNumber) bool { FILE: proto/extensions_test.go function TestGetExtensionsWithMissingExtensions (line 21) | func TestGetExtensionsWithMissingExtensions(t *testing.T) { function TestGetExtensionForIncompleteDesc (line 42) | func TestGetExtensionForIncompleteDesc(t *testing.T) { function TestExtensionDescsWithUnregisteredExtensions (line 131) | func TestExtensionDescsWithUnregisteredExtensions(t *testing.T) { type ExtensionDescSlice (line 173) | type ExtensionDescSlice method Len (line 175) | func (s ExtensionDescSlice) Len() int { return len(s) } method Less (line 176) | func (s ExtensionDescSlice) Less(i, j int) bool { return s[i].Field < ... method Swap (line 177) | func (s ExtensionDescSlice) Swap(i, j int) { s[i], s[j] = s[j], s... function sortExtDescs (line 179) | func sortExtDescs(s []*proto.ExtensionDesc) { function TestGetExtensionStability (line 183) | func TestGetExtensionStability(t *testing.T) { function TestGetExtensionDefaults (line 217) | func TestGetExtensionDefaults(t *testing.T) { function TestNilMessage (line 351) | func TestNilMessage(t *testing.T) { function TestExtensionsRoundTrip (line 389) | func TestExtensionsRoundTrip(t *testing.T) { function TestNilExtension (line 426) | func TestNilExtension(t *testing.T) { function TestMarshalUnmarshalRepeatedExtension (line 442) | func TestMarshalUnmarshalRepeatedExtension(t *testing.T) { function TestUnmarshalRepeatingNonRepeatedExtension (line 509) | func TestUnmarshalRepeatingNonRepeatedExtension(t *testing.T) { function TestClearAllExtensions (line 584) | func TestClearAllExtensions(t *testing.T) { function TestMarshalRace (line 609) | func TestMarshalRace(t *testing.T) { FILE: proto/properties.go type StructProperties (line 22) | type StructProperties struct method Len (line 304) | func (sp *StructProperties) Len() int { return len(sp.Prop) } method Less (line 305) | func (sp *StructProperties) Less(i, j int) bool { return false } method Swap (line 306) | func (sp *StructProperties) Swap(i, j int) { return } type Properties (line 41) | type Properties struct method String (line 99) | func (p *Properties) String() string { method Parse (line 137) | func (p *Properties) Parse(tag string) { method Init (line 196) | func (p *Properties) Init(typ reflect.Type, name, tag string, f *refle... type OneofProperties (line 88) | type OneofProperties struct function GetProperties (line 219) | func GetProperties(t reflect.Type) *StructProperties { function newProperties (line 227) | func newProperties(t reflect.Type) *StructProperties { FILE: proto/proto.go constant ProtoPackageIsVersion1 (line 23) | ProtoPackageIsVersion1 = true constant ProtoPackageIsVersion2 (line 24) | ProtoPackageIsVersion2 = true constant ProtoPackageIsVersion3 (line 25) | ProtoPackageIsVersion3 = true constant ProtoPackageIsVersion4 (line 26) | ProtoPackageIsVersion4 = true type GeneratedEnum (line 32) | type GeneratedEnum interface type GeneratedMessage (line 37) | type GeneratedMessage interface function MessageV1 (line 54) | func MessageV1(m GeneratedMessage) protoiface.MessageV1 { function MessageV2 (line 60) | func MessageV2(m GeneratedMessage) protoV2.Message { function MessageReflect (line 66) | func MessageReflect(m Message) protoreflect.Message { type Marshaler (line 75) | type Marshaler interface type Unmarshaler (line 87) | type Unmarshaler interface type Merger (line 98) | type Merger interface type RequiredNotSetError (line 107) | type RequiredNotSetError struct method Error (line 111) | func (e *RequiredNotSetError) Error() string { method RequiredNotSet (line 117) | func (e *RequiredNotSetError) RequiredNotSet() bool { function checkRequiredNotSet (line 121) | func checkRequiredNotSet(m protoV2.Message) error { function Clone (line 129) | func Clone(src Message) Message { function Merge (line 141) | func Merge(dst, src Message) { function Equal (line 160) | func Equal(x, y Message) bool { function isMessageSet (line 164) | func isMessageSet(md protoreflect.MessageDescriptor) bool { FILE: proto/proto_clone_test.go function init (line 36) | func init() { function TestClone (line 51) | func TestClone(t *testing.T) { function TestCloneNil (line 90) | func TestCloneNil(t *testing.T) { function TestMerge (line 367) | func TestMerge(t *testing.T) { FILE: proto/proto_equal_test.go function init (line 30) | func init() { function TestEqual (line 212) | func TestEqual(t *testing.T) { FILE: proto/proto_test.go function initGoTestField (line 30) | func initGoTestField() *pb2.GoTestField { function initGoTest_RequiredGroup (line 40) | func initGoTest_RequiredGroup() *pb2.GoTest_RequiredGroup { function initGoTest_OptionalGroup (line 46) | func initGoTest_OptionalGroup() *pb2.GoTest_OptionalGroup { function initGoTest_RepeatedGroup (line 52) | func initGoTest_RepeatedGroup() *pb2.GoTest_RepeatedGroup { function initGoTest (line 58) | func initGoTest(setdefaults bool) *pb2.GoTest { function overify (line 100) | func overify(t *testing.T, pb *pb2.GoTest, want []byte) { function isRequiredNotSetError (line 132) | func isRequiredNotSetError(err error) bool { function TestNumericPrimitives (line 138) | func TestNumericPrimitives(t *testing.T) { type fakeMarshaler (line 209) | type fakeMarshaler struct method Marshal (line 214) | func (f *fakeMarshaler) Marshal() ([]byte, error) { return f.b, f.err } method String (line 215) | func (f *fakeMarshaler) String() string { return fmt.Sprintf... method ProtoMessage (line 216) | func (f *fakeMarshaler) ProtoMessage() {} method Reset (line 217) | func (f *fakeMarshaler) Reset() {} type msgWithFakeMarshaler (line 219) | type msgWithFakeMarshaler struct method String (line 223) | func (m *msgWithFakeMarshaler) String() string { return proto.CompactT... method ProtoMessage (line 224) | func (m *msgWithFakeMarshaler) ProtoMessage() {} method Reset (line 225) | func (m *msgWithFakeMarshaler) Reset() {} function TestMarshalerEncoding (line 228) | func TestMarshalerEncoding(t *testing.T) { function TestBufferMarshalAllocs (line 290) | func TestBufferMarshalAllocs(t *testing.T) { function TestBytesPrimitives (line 323) | func TestBytesPrimitives(t *testing.T) { function TestStringPrimitives (line 339) | func TestStringPrimitives(t *testing.T) { function TestRequiredBit (line 355) | func TestRequiredBit(t *testing.T) { function checkInitialized (line 370) | func checkInitialized(pb *pb2.GoTest, t *testing.T) { function TestReset (line 402) | func TestReset(t *testing.T) { function TestEncodeDecode1 (line 423) | func TestEncodeDecode1(t *testing.T) { function TestEncodeDecode2 (line 456) | func TestEncodeDecode2(t *testing.T) { function TestEncodeDecode3 (line 504) | func TestEncodeDecode3(t *testing.T) { function TestEncodeDecode4 (line 568) | func TestEncodeDecode4(t *testing.T) { function TestEncodeDecode5 (line 662) | func TestEncodeDecode5(t *testing.T) { function TestEncodeDecode6 (line 776) | func TestEncodeDecode6(t *testing.T) { function TestEncodeDecodeBytes1 (line 836) | func TestEncodeDecodeBytes1(t *testing.T) { function TestEncodeDecodeBytes2 (line 867) | func TestEncodeDecodeBytes2(t *testing.T) { function TestSkippingUnrecognizedFields (line 889) | func TestSkippingUnrecognizedFields(t *testing.T) { function TestSubmessageUnrecognizedFields (line 937) | func TestSubmessageUnrecognizedFields(t *testing.T) { function TestNegativeInt32 (line 986) | func TestNegativeInt32(t *testing.T) { function TestBigRepeated (line 1020) | func TestBigRepeated(t *testing.T) { function TestBadWireTypeUnknown (line 1107) | func TestBadWireTypeUnknown(t *testing.T) { function encodeDecode (line 1154) | func encodeDecode(t *testing.T, in, out proto.Message, msg string) { function TestPackedNonPackedDecoderSwitching (line 1164) | func TestPackedNonPackedDecoderSwitching(t *testing.T) { function TestProto1RepeatedGroup (line 1183) | func TestProto1RepeatedGroup(t *testing.T) { function TestEnum (line 1208) | func TestEnum(t *testing.T) { function TestPrintingNilEnumFields (line 1226) | func TestPrintingNilEnumFields(t *testing.T) { function TestRequiredFieldEnforcement (line 1232) | func TestRequiredFieldEnforcement(t *testing.T) { function TestRequiredFieldEnforcementGroups (line 1254) | func TestRequiredFieldEnforcementGroups(t *testing.T) { function TestTypedNilMarshal (line 1270) | func TestTypedNilMarshal(t *testing.T) { function TestTypedNilMarshalInOneof (line 1278) | func TestTypedNilMarshalInOneof(t *testing.T) { type nonNillableInt (line 1287) | type nonNillableInt method Marshal (line 1289) | func (nni nonNillableInt) Marshal() ([]byte, error) { type NNIMessage (line 1293) | type NNIMessage struct method Reset (line 1297) | func (*NNIMessage) Reset() {} method String (line 1298) | func (*NNIMessage) String() string { return "" } method ProtoMessage (line 1299) | func (*NNIMessage) ProtoMessage() {} type NMMessage (line 1301) | type NMMessage struct method Reset (line 1303) | func (*NMMessage) Reset() {} method String (line 1304) | func (*NMMessage) String() string { return "" } method ProtoMessage (line 1305) | func (*NMMessage) ProtoMessage() {} function TestNilMarshaler (line 1308) | func TestNilMarshaler(t *testing.T) { function TestAllSetDefaults (line 1325) | func TestAllSetDefaults(t *testing.T) { function TestSetDefaultsWithSetField (line 1357) | func TestSetDefaultsWithSetField(t *testing.T) { function TestSetDefaultsWithSubMessage (line 1368) | func TestSetDefaultsWithSubMessage(t *testing.T) { function TestSetDefaultsWithRepeatedSubMessage (line 1388) | func TestSetDefaultsWithRepeatedSubMessage(t *testing.T) { function TestSetDefaultWithRepeatedNonMessage (line 1403) | func TestSetDefaultWithRepeatedNonMessage(t *testing.T) { function TestMaximumTagNumber (line 1414) | func TestMaximumTagNumber(t *testing.T) { function TestJSON (line 1431) | func TestJSON(t *testing.T) { function TestBadWireType (line 1470) | func TestBadWireType(t *testing.T) { function TestBytesWithInvalidLength (line 1478) | func TestBytesWithInvalidLength(t *testing.T) { function TestLengthOverflow (line 1486) | func TestLengthOverflow(t *testing.T) { function TestVarintOverflow (line 1496) | func TestVarintOverflow(t *testing.T) { function TestBytesWithInvalidLengthInGroup (line 1508) | func TestBytesWithInvalidLengthInGroup(t *testing.T) { function TestUnmarshalFuzz (line 1522) | func TestUnmarshalFuzz(t *testing.T) { function TestMergeMessages (line 1536) | func TestMergeMessages(t *testing.T) { function TestExtensionMarshalOrder (line 1566) | func TestExtensionMarshalOrder(t *testing.T) { function TestExtensionMapFieldMarshalDeterministic (line 1595) | func TestExtensionMapFieldMarshalDeterministic(t *testing.T) { function TestUnmarshalMergesMessages (line 1617) | func TestUnmarshalMergesMessages(t *testing.T) { function TestUnmarshalMergesGroups (line 1660) | func TestUnmarshalMergesGroups(t *testing.T) { function TestEncodingSizes (line 1697) | func TestEncodingSizes(t *testing.T) { function TestRequiredNotSetError (line 1719) | func TestRequiredNotSetError(t *testing.T) { function TestRequiredNotSetErrorWithBadWireTypes (line 1776) | func TestRequiredNotSetErrorWithBadWireTypes(t *testing.T) { function fuzzUnmarshal (line 1795) | func fuzzUnmarshal(t *testing.T, data []byte) { function TestMapFieldMarshal (line 1808) | func TestMapFieldMarshal(t *testing.T) { function TestMapFieldDeterministicMarshal (line 1851) | func TestMapFieldDeterministicMarshal(t *testing.T) { function TestMapFieldRoundTrips (line 1877) | func TestMapFieldRoundTrips(t *testing.T) { function TestMapFieldWithNil (line 1906) | func TestMapFieldWithNil(t *testing.T) { function TestMapFieldWithNilBytes (line 1926) | func TestMapFieldWithNilBytes(t *testing.T) { function TestDecodeMapFieldMissingKey (line 1957) | func TestDecodeMapFieldMissingKey(t *testing.T) { function TestDecodeMapFieldMissingValue (line 1974) | func TestDecodeMapFieldMissingValue(t *testing.T) { function TestOneof (line 1991) | func TestOneof(t *testing.T) { function TestOneofNilBytes (line 2043) | func TestOneofNilBytes(t *testing.T) { function TestInefficientPackedBool (line 2058) | func TestInefficientPackedBool(t *testing.T) { function TestRepeatedEnum2 (line 2070) | func TestRepeatedEnum2(t *testing.T) { function TestConcurrentMarshal (line 2090) | func TestConcurrentMarshal(t *testing.T) { function TestInvalidUTF8 (line 2116) | func TestInvalidUTF8(t *testing.T) { function TestRequired (line 2182) | func TestRequired(t *testing.T) { function TestUnknownV2 (line 2204) | func TestUnknownV2(t *testing.T) { function testMsg (line 2213) | func testMsg() *pb2.GoTest { function bytesMsg (line 2225) | func bytesMsg() *pb2.GoTest { function benchmarkMarshal (line 2235) | func benchmarkMarshal(b *testing.B, pb proto.Message, marshal func(proto... function benchmarkBufferMarshal (line 2244) | func benchmarkBufferMarshal(b *testing.B, pb proto.Message) { function benchmarkSize (line 2253) | func benchmarkSize(b *testing.B, pb proto.Message) { function TestProto3ZeroValues (line 2260) | func TestProto3ZeroValues(t *testing.T) { function TestRoundTripProto3 (line 2280) | func TestRoundTripProto3(t *testing.T) { function TestGettersForBasicTypesExist (line 2314) | func TestGettersForBasicTypesExist(t *testing.T) { function TestProto3SetDefaults (line 2324) | func TestProto3SetDefaults(t *testing.T) { function TestUnknownFieldPreservation (line 2355) | func TestUnknownFieldPreservation(t *testing.T) { function TestMap (line 2370) | func TestMap(t *testing.T) { function marshalled (line 2421) | func marshalled() []byte { function init (line 2440) | func init() { type nonptrMessage (line 2454) | type nonptrMessage struct method ProtoMessage (line 2456) | func (m nonptrMessage) ProtoMessage() {} method Reset (line 2457) | func (m nonptrMessage) Reset() {} method String (line 2458) | func (m nonptrMessage) String() string { return "" } method Marshal (line 2460) | func (m nonptrMessage) Marshal() ([]byte, error) { function TestSize (line 2555) | func TestSize(t *testing.T) { function TestVarintSize (line 2572) | func TestVarintSize(t *testing.T) { FILE: proto/registry.go function RegisterFile (line 34) | func RegisterFile(s filePath, d fileDescGZIP) { function FileDescriptor (line 58) | func FileDescriptor(s filePath) fileDescGZIP { function RegisterEnum (line 96) | func RegisterEnum(s enumName, _ enumsByNumber, m enumsByName) { function EnumValueMap (line 110) | func EnumValueMap(s enumName) enumsByName { function walkEnums (line 156) | func walkEnums(d interface { function RegisterType (line 179) | func RegisterType(m Message, s messageName) { function RegisterMapType (line 191) | func RegisterMapType(m interface{}, s messageName) { function MessageType (line 206) | func MessageType(s messageName) reflect.Type { function goTypeForField (line 236) | func goTypeForField(fd protoreflect.FieldDescriptor) reflect.Type { function enumGoType (line 253) | func enumGoType(et protoreflect.EnumType) reflect.Type { function messageGoType (line 257) | func messageGoType(mt protoreflect.MessageType) reflect.Type { function MessageName (line 264) | func MessageName(m Message) messageName { function RegisterExtension (line 278) | func RegisterExtension(d *ExtensionDesc) { function RegisteredExtensions (line 292) | func RegisteredExtensions(m Message) extensionsByNumber { FILE: proto/registry_test.go function TestRegistry (line 17) | func TestRegistry(t *testing.T) { FILE: proto/text_decode.go constant wrapTextUnmarshalV2 (line 22) | wrapTextUnmarshalV2 = false type ParseError (line 25) | type ParseError struct method Error (line 32) | func (e *ParseError) Error() string { function UnmarshalText (line 43) | func UnmarshalText(s string, m Message) error { type textParser (line 67) | type textParser struct method unmarshalMessage (line 91) | func (p *textParser) unmarshalMessage(m protoreflect.Message, terminat... method unmarshalExtensionOrAny (line 171) | func (p *textParser) unmarshalExtensionOrAny(m protoreflect.Message, s... method unmarshalValue (line 258) | func (p *textParser) unmarshalValue(v protoreflect.Value, fd protorefl... method unmarshalSingularValue (line 368) | func (p *textParser) unmarshalSingularValue(v protoreflect.Value, fd p... method checkForColon (line 475) | func (p *textParser) checkForColon(fd protoreflect.FieldDescriptor) *P... method consumeExtensionOrAnyName (line 491) | func (p *textParser) consumeExtensionOrAnyName() (string, error) { method consumeOptionalSeparator (line 523) | func (p *textParser) consumeOptionalSeparator() error { method errorf (line 534) | func (p *textParser) errorf(format string, a ...interface{}) *ParseErr... method skipWhitespace (line 541) | func (p *textParser) skipWhitespace() { method advance (line 565) | func (p *textParser) advance() { method back (line 617) | func (p *textParser) back() { p.backed = true } method next (line 620) | func (p *textParser) next() *token { method consumeToken (line 650) | func (p *textParser) consumeToken(s string) error { type token (line 75) | type token struct function newTextParser (line 83) | func newTextParser(s string) *textParser { function unquoteC (line 664) | func unquoteC(s string, quote rune) (string, error) { function unescape (line 707) | func unescape(s string) (ch string, tail string, err error) { function isIdentOrNumberChar (line 773) | func isIdentOrNumberChar(c byte) bool { function isWhitespace (line 787) | func isWhitespace(c byte) bool { function isQuote (line 795) | func isQuote(c byte) bool { FILE: proto/text_encode.go constant wrapTextMarshalV2 (line 23) | wrapTextMarshalV2 = false type TextMarshaler (line 26) | type TextMarshaler struct method Marshal (line 32) | func (tm *TextMarshaler) Marshal(w io.Writer, m Message) error { method Text (line 43) | func (tm *TextMarshaler) Text(m Message) string { method marshal (line 48) | func (tm *TextMarshaler) marshal(m Message) ([]byte, error) { function MarshalText (line 97) | func MarshalText(w io.Writer, m Message) error { return defaultTextMarsh... function MarshalTextString (line 100) | func MarshalTextString(m Message) string { return defaultTextMarshaler.T... function CompactText (line 103) | func CompactText(w io.Writer, m Message) error { return compactTextMarsh... function CompactTextString (line 106) | func CompactTextString(m Message) string { return compactTextMarshaler.T... type textWriter (line 117) | type textWriter struct method Write (line 125) | func (w *textWriter) Write(p []byte) (n int, _ error) { method WriteByte (line 164) | func (w *textWriter) WriteByte(c byte) error { method writeName (line 176) | func (w *textWriter) writeName(fd protoreflect.FieldDescriptor) { method writeProto3Any (line 221) | func (w *textWriter) writeProto3Any(m protoreflect.Message) (bool, err... method writeMessage (line 261) | func (w *textWriter) writeMessage(m protoreflect.Message) error { method writeSingularValue (line 354) | func (w *textWriter) writeSingularValue(v protoreflect.Value, fd proto... method writeQuotedString (line 407) | func (w *textWriter) writeQuotedString(s string) { method writeUnknownFields (line 432) | func (w *textWriter) writeUnknownFields(b []byte) { method writeExtensions (line 496) | func (w *textWriter) writeExtensions(m protoreflect.Message) error { method writeSingularExtension (line 540) | func (w *textWriter) writeSingularExtension(name string, v protoreflec... method writeIndent (line 552) | func (w *textWriter) writeIndent() { function requiresQuotes (line 195) | func requiresQuotes(u string) bool { FILE: proto/text_test.go function anyEqual (line 33) | func anyEqual(got, want proto.Message) bool { type golden (line 43) | type golden struct function makeGolden (line 50) | func makeGolden() []golden { function TestMarshalGolden (line 188) | func TestMarshalGolden(t *testing.T) { function TestUnmarshalGolden (line 201) | func TestUnmarshalGolden(t *testing.T) { function TestMarshalUnknownAny (line 224) | func TestMarshalUnknownAny(t *testing.T) { function TestAmbiguousAny (line 242) | func TestAmbiguousAny(t *testing.T) { function TestUnmarshalOverwriteAny (line 253) | func TestUnmarshalOverwriteAny(t *testing.T) { function TestUnmarshalAnyMixAndMatch (line 269) | func TestUnmarshalAnyMixAndMatch(t *testing.T) { type textMessage (line 285) | type textMessage struct method MarshalText (line 288) | func (*textMessage) MarshalText() ([]byte, error) { method UnmarshalText (line 292) | func (*textMessage) UnmarshalText(bytes []byte) error { method Reset (line 299) | func (*textMessage) Reset() {} method String (line 300) | func (*textMessage) String() string { return "" } method ProtoMessage (line 301) | func (*textMessage) ProtoMessage() {} function newTestMessage (line 303) | func newTestMessage() *pb2.MyMessage { constant text (line 361) | text = `count: 42 function TestMarshalText (line 399) | func TestMarshalText(t *testing.T) { function TestMarshalTextCustomMessage (line 410) | func TestMarshalTextCustomMessage(t *testing.T) { function TestMarshalTextNil (line 420) | func TestMarshalTextNil(t *testing.T) { function TestMarshalTextUnknownEnum (line 434) | func TestMarshalTextUnknownEnum(t *testing.T) { function TestTextOneof (line 444) | func TestTextOneof(t *testing.T) { function compact (line 468) | func compact(src string) string { function TestCompactText (line 513) | func TestCompactText(t *testing.T) { function TestStringEscaping (line 520) | func TestStringEscaping(t *testing.T) { type limitedWriter (line 569) | type limitedWriter struct method Write (line 576) | func (w *limitedWriter) Write(p []byte) (n int, err error) { function TestMarshalTextFailing (line 588) | func TestMarshalTextFailing(t *testing.T) { function TestFloats (line 606) | func TestFloats(t *testing.T) { function TestRepeatedNilText (line 627) | func TestRepeatedNilText(t *testing.T) { function TestProto3Text (line 650) | func TestProto3Text(t *testing.T) { function TestRacyMarshal (line 691) | func TestRacyMarshal(t *testing.T) { type UnmarshalTextTest (line 733) | type UnmarshalTextTest struct function buildExtStructTest (line 739) | func buildExtStructTest(text string) UnmarshalTextTest { function buildExtDataTest (line 749) | func buildExtDataTest(text string) UnmarshalTextTest { function buildExtRepStringTest (line 758) | func buildExtRepStringTest(text string) UnmarshalTextTest { function TestUnmarshalText (line 1255) | func TestUnmarshalText(t *testing.T) { function TestUnmarshalTextCustomMessage (line 1281) | func TestUnmarshalTextCustomMessage(t *testing.T) { function TestRepeatedEnum (line 1292) | func TestRepeatedEnum(t *testing.T) { function TestProto3TextParsing (line 1305) | func TestProto3TextParsing(t *testing.T) { function TestMapParsing (line 1320) | func TestMapParsing(t *testing.T) { function TestOneofParsing (line 1351) | func TestOneofParsing(t *testing.T) { FILE: proto/wire.go function Size (line 13) | func Size(m Message) int { function Marshal (line 22) | func Marshal(m Message) ([]byte, error) { function marshalAppend (line 32) | func marshalAppend(buf []byte, m Message, deterministic bool) ([]byte, e... function Unmarshal (line 56) | func Unmarshal(b []byte, m Message) error { function UnmarshalMerge (line 62) | func UnmarshalMerge(b []byte, m Message) error { FILE: proto/wrappers.go function Bool (line 8) | func Bool(v bool) *bool { return &v } function Int (line 13) | func Int(v int) *int32 { return Int32(int32(v)) } function Int32 (line 16) | func Int32(v int32) *int32 { return &v } function Int64 (line 19) | func Int64(v int64) *int64 { return &v } function Uint32 (line 22) | func Uint32(v uint32) *uint32 { return &v } function Uint64 (line 25) | func Uint64(v uint64) *uint64 { return &v } function Float32 (line 28) | func Float32(v float32) *float32 { return &v } function Float64 (line 31) | func Float64(v float64) *float64 { return &v } function String (line 34) | func String(v string) *string { return &v } FILE: protoc-gen-go/descriptor/descriptor.pb.go constant Edition_EDITION_UNKNOWN (line 17) | Edition_EDITION_UNKNOWN = descriptorpb.Edition_EDITION_UNKNOWN constant Edition_EDITION_PROTO2 (line 18) | Edition_EDITION_PROTO2 = descriptorpb.Edition_EDITION_PROTO2 constant Edition_EDITION_PROTO3 (line 19) | Edition_EDITION_PROTO3 = descriptorpb.Edition_EDITION_PROTO3 constant Edition_EDITION_2023 (line 20) | Edition_EDITION_2023 = descriptorpb.Edition_EDITION_2023 constant Edition_EDITION_2024 (line 21) | Edition_EDITION_2024 = descriptorpb.Edition_EDITION_2024 constant Edition_EDITION_1_TEST_ONLY (line 22) | Edition_EDITION_1_TEST_ONLY = descriptorpb.Edition_EDITION_1_TEST_ONLY constant Edition_EDITION_2_TEST_ONLY (line 23) | Edition_EDITION_2_TEST_ONLY = descriptorpb.Edition_EDITION_2_TEST_ONLY constant Edition_EDITION_99997_TEST_ONLY (line 24) | Edition_EDITION_99997_TEST_ONLY = descriptorpb.Edition_EDITION_99997_TES... constant Edition_EDITION_99998_TEST_ONLY (line 25) | Edition_EDITION_99998_TEST_ONLY = descriptorpb.Edition_EDITION_99998_TES... constant Edition_EDITION_99999_TEST_ONLY (line 26) | Edition_EDITION_99999_TEST_ONLY = descriptorpb.Edition_EDITION_99999_TES... constant Edition_EDITION_MAX (line 27) | Edition_EDITION_MAX = descriptorpb.Edition_EDITION_MAX constant ExtensionRangeOptions_DECLARATION (line 34) | ExtensionRangeOptions_DECLARATION = descriptorpb.ExtensionRangeOptions_D... constant ExtensionRangeOptions_UNVERIFIED (line 35) | ExtensionRangeOptions_UNVERIFIED = descriptorpb.ExtensionRangeOptions_UN... constant FieldDescriptorProto_TYPE_DOUBLE (line 42) | FieldDescriptorProto_TYPE_DOUBLE = descriptorpb.FieldDescriptorProto_TYP... constant FieldDescriptorProto_TYPE_FLOAT (line 43) | FieldDescriptorProto_TYPE_FLOAT = descriptorpb.FieldDescriptorProto_TYPE... constant FieldDescriptorProto_TYPE_INT64 (line 44) | FieldDescriptorProto_TYPE_INT64 = descriptorpb.FieldDescriptorProto_TYPE... constant FieldDescriptorProto_TYPE_UINT64 (line 45) | FieldDescriptorProto_TYPE_UINT64 = descriptorpb.FieldDescriptorProto_TYP... constant FieldDescriptorProto_TYPE_INT32 (line 46) | FieldDescriptorProto_TYPE_INT32 = descriptorpb.FieldDescriptorProto_TYPE... constant FieldDescriptorProto_TYPE_FIXED64 (line 47) | FieldDescriptorProto_TYPE_FIXED64 = descriptorpb.FieldDescriptorProto_TY... constant FieldDescriptorProto_TYPE_FIXED32 (line 48) | FieldDescriptorProto_TYPE_FIXED32 = descriptorpb.FieldDescriptorProto_TY... constant FieldDescriptorProto_TYPE_BOOL (line 49) | FieldDescriptorProto_TYPE_BOOL = descriptorpb.FieldDescriptorProto_TYPE_... constant FieldDescriptorProto_TYPE_STRING (line 50) | FieldDescriptorProto_TYPE_STRING = descriptorpb.FieldDescriptorProto_TYP... constant FieldDescriptorProto_TYPE_GROUP (line 51) | FieldDescriptorProto_TYPE_GROUP = descriptorpb.FieldDescriptorProto_TYPE... constant FieldDescriptorProto_TYPE_MESSAGE (line 52) | FieldDescriptorProto_TYPE_MESSAGE = descriptorpb.FieldDescriptorProto_TY... constant FieldDescriptorProto_TYPE_BYTES (line 53) | FieldDescriptorProto_TYPE_BYTES = descriptorpb.FieldDescriptorProto_TYPE... constant FieldDescriptorProto_TYPE_UINT32 (line 54) | FieldDescriptorProto_TYPE_UINT32 = descriptorpb.FieldDescriptorProto_TYP... constant FieldDescriptorProto_TYPE_ENUM (line 55) | FieldDescriptorProto_TYPE_ENUM = descriptorpb.FieldDescriptorProto_TYPE_... constant FieldDescriptorProto_TYPE_SFIXED32 (line 56) | FieldDescriptorProto_TYPE_SFIXED32 = descriptorpb.FieldDescriptorProto_T... constant FieldDescriptorProto_TYPE_SFIXED64 (line 57) | FieldDescriptorProto_TYPE_SFIXED64 = descriptorpb.FieldDescriptorProto_T... constant FieldDescriptorProto_TYPE_SINT32 (line 58) | FieldDescriptorProto_TYPE_SINT32 = descriptorpb.FieldDescriptorProto_TYP... constant FieldDescriptorProto_TYPE_SINT64 (line 59) | FieldDescriptorProto_TYPE_SINT64 = descriptorpb.FieldDescriptorProto_TYP... constant FieldDescriptorProto_LABEL_OPTIONAL (line 66) | FieldDescriptorProto_LABEL_OPTIONAL = descriptorpb.FieldDescriptorProto_... constant FieldDescriptorProto_LABEL_REPEATED (line 67) | FieldDescriptorProto_LABEL_REPEATED = descriptorpb.FieldDescriptorProto_... constant FieldDescriptorProto_LABEL_REQUIRED (line 68) | FieldDescriptorProto_LABEL_REQUIRED = descriptorpb.FieldDescriptorProto_... constant FileOptions_SPEED (line 75) | FileOptions_SPEED = descriptorpb.FileOptions_SPEED constant FileOptions_CODE_SIZE (line 76) | FileOptions_CODE_SIZE = descriptorpb.FileOptions_CODE_SIZE constant FileOptions_LITE_RUNTIME (line 77) | FileOptions_LITE_RUNTIME = descriptorpb.FileOptions_LITE_RUNTIME constant FieldOptions_STRING (line 84) | FieldOptions_STRING = descriptorpb.FieldOptions_STRING constant FieldOptions_CORD (line 85) | FieldOptions_CORD = descriptorpb.FieldOptions_CORD constant FieldOptions_STRING_PIECE (line 86) | FieldOptions_STRING_PIECE = descriptorpb.FieldOptions_STRING_PIECE constant FieldOptions_JS_NORMAL (line 93) | FieldOptions_JS_NORMAL = descriptorpb.FieldOptions_JS_NORMAL constant FieldOptions_JS_STRING (line 94) | FieldOptions_JS_STRING = descriptorpb.FieldOptions_JS_STRING constant FieldOptions_JS_NUMBER (line 95) | FieldOptions_JS_NUMBER = descriptorpb.FieldOptions_JS_NUMBER constant FieldOptions_RETENTION_UNKNOWN (line 102) | FieldOptions_RETENTION_UNKNOWN = descriptorpb.FieldOptions_RETENTION_UNK... constant FieldOptions_RETENTION_RUNTIME (line 103) | FieldOptions_RETENTION_RUNTIME = descriptorpb.FieldOptions_RETENTION_RUN... constant FieldOptions_RETENTION_SOURCE (line 104) | FieldOptions_RETENTION_SOURCE = descriptorpb.FieldOptions_RETENTION_SOURCE constant FieldOptions_TARGET_TYPE_UNKNOWN (line 111) | FieldOptions_TARGET_TYPE_UNKNOWN = descriptorpb.FieldOptions_TARGET_TYPE... constant FieldOptions_TARGET_TYPE_FILE (line 112) | FieldOptions_TARGET_TYPE_FILE = descriptorpb.FieldOptions_TARGET_TYPE_FILE constant FieldOptions_TARGET_TYPE_EXTENSION_RANGE (line 113) | FieldOptions_TARGET_TYPE_EXTENSION_RANGE = descriptorpb.FieldOptions_TAR... constant FieldOptions_TARGET_TYPE_MESSAGE (line 114) | FieldOptions_TARGET_TYPE_MESSAGE = descriptorpb.FieldOptions_TARGET_TYPE... constant FieldOptions_TARGET_TYPE_FIELD (line 115) | FieldOptions_TARGET_TYPE_FIELD = descriptorpb.FieldOptions_TARGET_TYPE_F... constant FieldOptions_TARGET_TYPE_ONEOF (line 116) | FieldOptions_TARGET_TYPE_ONEOF = descriptorpb.FieldOptions_TARGET_TYPE_O... constant FieldOptions_TARGET_TYPE_ENUM (line 117) | FieldOptions_TARGET_TYPE_ENUM = descriptorpb.FieldOptions_TARGET_TYPE_ENUM constant FieldOptions_TARGET_TYPE_ENUM_ENTRY (line 118) | FieldOptions_TARGET_TYPE_ENUM_ENTRY = descriptorpb.FieldOptions_TARGET_T... constant FieldOptions_TARGET_TYPE_SERVICE (line 119) | FieldOptions_TARGET_TYPE_SERVICE = descriptorpb.FieldOptions_TARGET_TYPE... constant FieldOptions_TARGET_TYPE_METHOD (line 120) | FieldOptions_TARGET_TYPE_METHOD = descriptorpb.FieldOptions_TARGET_TYPE_... constant MethodOptions_IDEMPOTENCY_UNKNOWN (line 127) | MethodOptions_IDEMPOTENCY_UNKNOWN = descriptorpb.MethodOptions_IDEMPOTEN... constant MethodOptions_NO_SIDE_EFFECTS (line 128) | MethodOptions_NO_SIDE_EFFECTS = descriptorpb.MethodOptions_NO_SIDE_EFFECTS constant MethodOptions_IDEMPOTENT (line 129) | MethodOptions_IDEMPOTENT = descriptorpb.MethodOptions_IDEMPOTENT constant FeatureSet_FIELD_PRESENCE_UNKNOWN (line 136) | FeatureSet_FIELD_PRESENCE_UNKNOWN = descriptorpb.FeatureSet_FIELD_PRESEN... constant FeatureSet_EXPLICIT (line 137) | FeatureSet_EXPLICIT = descriptorpb.FeatureSet_EXPLICIT constant FeatureSet_IMPLICIT (line 138) | FeatureSet_IMPLICIT = descriptorpb.FeatureSet_IMPLICIT constant FeatureSet_LEGACY_REQUIRED (line 139) | FeatureSet_LEGACY_REQUIRED = descriptorpb.FeatureSet_LEGACY_REQUIRED constant FeatureSet_ENUM_TYPE_UNKNOWN (line 146) | FeatureSet_ENUM_TYPE_UNKNOWN = descriptorpb.FeatureSet_ENUM_TYPE_UNKNOWN constant FeatureSet_OPEN (line 147) | FeatureSet_OPEN = descriptorpb.FeatureSet_OPEN constant FeatureSet_CLOSED (line 148) | FeatureSet_CLOSED = descriptorpb.FeatureSet_CLOSED constant FeatureSet_REPEATED_FIELD_ENCODING_UNKNOWN (line 155) | FeatureSet_REPEATED_FIELD_ENCODING_UNKNOWN = descriptorpb.FeatureSet_REP... constant FeatureSet_PACKED (line 156) | FeatureSet_PACKED = descriptorpb.FeatureSet_PACKED constant FeatureSet_EXPANDED (line 157) | FeatureSet_EXPANDED = descriptorpb.FeatureSet_EXPANDED constant FeatureSet_UTF8_VALIDATION_UNKNOWN (line 164) | FeatureSet_UTF8_VALIDATION_UNKNOWN = descriptorpb.FeatureSet_UTF8_VALIDA... constant FeatureSet_VERIFY (line 165) | FeatureSet_VERIFY = descriptorpb.FeatureSet_VERIFY constant FeatureSet_NONE (line 166) | FeatureSet_NONE = descriptorpb.FeatureSet_NONE constant FeatureSet_MESSAGE_ENCODING_UNKNOWN (line 173) | FeatureSet_MESSAGE_ENCODING_UNKNOWN = descriptorpb.FeatureSet_MESSAGE_EN... constant FeatureSet_LENGTH_PREFIXED (line 174) | FeatureSet_LENGTH_PREFIXED = descriptorpb.FeatureSet_LENGTH_PREFIXED constant FeatureSet_DELIMITED (line 175) | FeatureSet_DELIMITED = descriptorpb.FeatureSet_DELIMITED constant FeatureSet_JSON_FORMAT_UNKNOWN (line 182) | FeatureSet_JSON_FORMAT_UNKNOWN = descriptorpb.FeatureSet_JSON_FORMAT_UNK... constant FeatureSet_ALLOW (line 183) | FeatureSet_ALLOW = descriptorpb.FeatureSet_ALLOW constant FeatureSet_LEGACY_BEST_EFFORT (line 184) | FeatureSet_LEGACY_BEST_EFFORT = descriptorpb.FeatureSet_LEGACY_BEST_EFFORT constant GeneratedCodeInfo_Annotation_NONE (line 191) | GeneratedCodeInfo_Annotation_NONE = descriptorpb.GeneratedCodeInfo_Annot... constant GeneratedCodeInfo_Annotation_SET (line 192) | GeneratedCodeInfo_Annotation_SET = descriptorpb.GeneratedCodeInfo_Annota... constant GeneratedCodeInfo_Annotation_ALIAS (line 193) | GeneratedCodeInfo_Annotation_ALIAS = descriptorpb.GeneratedCodeInfo_Anno... constant Default_ExtensionRangeOptions_Verification (line 203) | Default_ExtensionRangeOptions_Verification = descriptorpb.Default_Extens... constant Default_MethodDescriptorProto_ClientStreaming (line 212) | Default_MethodDescriptorProto_ClientStreaming = descriptorpb.Default_Met... constant Default_MethodDescriptorProto_ServerStreaming (line 213) | Default_MethodDescriptorProto_ServerStreaming = descriptorpb.Default_Met... constant Default_FileOptions_JavaMultipleFiles (line 217) | Default_FileOptions_JavaMultipleFiles = descriptorpb.Default_FileOptions... constant Default_FileOptions_JavaStringCheckUtf8 (line 218) | Default_FileOptions_JavaStringCheckUtf8 = descriptorpb.Default_FileOptio... constant Default_FileOptions_OptimizeFor (line 219) | Default_FileOptions_OptimizeFor = descriptorpb.Default_FileOptions_Optim... constant Default_FileOptions_CcGenericServices (line 220) | Default_FileOptions_CcGenericServices = descriptorpb.Default_FileOptions... constant Default_FileOptions_JavaGenericServices (line 221) | Default_FileOptions_JavaGenericServices = descriptorpb.Default_FileOptio... constant Default_FileOptions_PyGenericServices (line 222) | Default_FileOptions_PyGenericServices = descriptorpb.Default_FileOptions... constant Default_FileOptions_Deprecated (line 223) | Default_FileOptions_Deprecated = descriptorpb.Default_FileOptions_Deprec... constant Default_FileOptions_CcEnableArenas (line 224) | Default_FileOptions_CcEnableArenas = descriptorpb.Default_FileOptions_Cc... constant Default_MessageOptions_MessageSetWireFormat (line 228) | Default_MessageOptions_MessageSetWireFormat = descriptorpb.Default_Messa... constant Default_MessageOptions_NoStandardDescriptorAccessor (line 229) | Default_MessageOptions_NoStandardDescriptorAccessor = descriptorpb.Defau... constant Default_MessageOptions_Deprecated (line 230) | Default_MessageOptions_Deprecated = descriptorpb.Default_MessageOptions_... constant Default_FieldOptions_Ctype (line 234) | Default_FieldOptions_Ctype = descriptorpb.Default_FieldOptions_Ctype constant Default_FieldOptions_Jstype (line 235) | Default_FieldOptions_Jstype = descriptorpb.Default_FieldOptions_Jstype constant Default_FieldOptions_Lazy (line 236) | Default_FieldOptions_Lazy = descriptorpb.Default_FieldOptions_Lazy constant Default_FieldOptions_UnverifiedLazy (line 237) | Default_FieldOptions_UnverifiedLazy = descriptorpb.Default_FieldOptions_... constant Default_FieldOptions_Deprecated (line 238) | Default_FieldOptions_Deprecated = descriptorpb.Default_FieldOptions_Depr... constant Default_FieldOptions_Weak (line 239) | Default_FieldOptions_Weak = descriptorpb.Default_FieldOptions_Weak constant Default_FieldOptions_DebugRedact (line 240) | Default_FieldOptions_DebugRedact = descriptorpb.Default_FieldOptions_Deb... constant Default_EnumOptions_Deprecated (line 245) | Default_EnumOptions_Deprecated = descriptorpb.Default_EnumOptions_Deprec... constant Default_EnumValueOptions_Deprecated (line 249) | Default_EnumValueOptions_Deprecated = descriptorpb.Default_EnumValueOpti... constant Default_EnumValueOptions_DebugRedact (line 250) | Default_EnumValueOptions_DebugRedact = descriptorpb.Default_EnumValueOpt... constant Default_ServiceOptions_Deprecated (line 254) | Default_ServiceOptions_Deprecated = descriptorpb.Default_ServiceOptions_... constant Default_MethodOptions_Deprecated (line 258) | Default_MethodOptions_Deprecated = descriptorpb.Default_MethodOptions_De... constant Default_MethodOptions_IdempotencyLevel (line 259) | Default_MethodOptions_IdempotencyLevel = descriptorpb.Default_MethodOpti... function init (line 302) | func init() { file_github_com_golang_protobuf_protoc_gen_go_descriptor_d... function file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_init (line 303) | func file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor... FILE: protoc-gen-go/generator/generator.go function init (line 42) | func init() { constant generatedCodeVersion (line 53) | generatedCodeVersion = 3 type Plugin (line 57) | type Plugin interface function RegisterPlugin (line 75) | func RegisterPlugin(p Plugin) { type GoImportPath (line 80) | type GoImportPath method String (line 82) | func (p GoImportPath) String() string { return strconv.Quote(string(p)) } type GoPackageName (line 85) | type GoPackageName type common (line 94) | type common struct method GoImportPath (line 99) | func (c *common) GoImportPath() GoImportPath { method File (line 103) | func (c *common) File() *FileDescriptor { return c.file } method proto3 (line 109) | func (c *common) proto3() bool { return fileIsProto3(c.file.FileDescri... function fileIsProto3 (line 105) | func fileIsProto3(file *descriptor.FileDescriptorProto) bool { type Descriptor (line 112) | type Descriptor struct method TypeName (line 127) | func (d *Descriptor) TypeName() []string { type EnumDescriptor (line 146) | type EnumDescriptor struct method TypeName (line 157) | func (e *EnumDescriptor) TypeName() (s []string) { method prefix (line 176) | func (e *EnumDescriptor) prefix() string { method integerValueAsString (line 186) | func (e *EnumDescriptor) integerValueAsString(name string) string { type ExtensionDescriptor (line 198) | type ExtensionDescriptor struct method TypeName (line 206) | func (e *ExtensionDescriptor) TypeName() (s []string) { method DescName (line 221) | func (e *ExtensionDescriptor) DescName() string { type ImportedDescriptor (line 232) | type ImportedDescriptor struct method TypeName (line 237) | func (id *ImportedDescriptor) TypeName() []string { return id.o.TypeNa... type FileDescriptor (line 242) | type FileDescriptor struct method VarName (line 266) | func (d *FileDescriptor) VarName() string { method goPackageOption (line 275) | func (d *FileDescriptor) goPackageOption() (impPath GoImportPath, pkg ... method goFileName (line 294) | func (d *FileDescriptor) goFileName(pathType pathType) string { method addExport (line 317) | func (d *FileDescriptor) addExport(obj Object, sym symbol) { type symbol (line 322) | type symbol interface type messageSymbol (line 328) | type messageSymbol struct method GenerateAlias (line 341) | func (ms *messageSymbol) GenerateAlias(g *Generator, filename string, ... type getterSymbol (line 334) | type getterSymbol struct type enumSymbol (line 349) | type enumSymbol struct method GenerateAlias (line 354) | func (es enumSymbol) GenerateAlias(g *Generator, filename string, pkg ... type constOrVarSymbol (line 362) | type constOrVarSymbol struct method GenerateAlias (line 368) | func (cs constOrVarSymbol) GenerateAlias(g *Generator, filename string... type Object (line 377) | type Object interface type Generator (line 384) | type Generator struct method Error (line 432) | func (g *Generator) Error(err error, msgs ...string) { method Fail (line 439) | func (g *Generator) Fail(msgs ...string) { method CommandLineParameters (line 448) | func (g *Generator) CommandLineParameters(parameter string) { method DefaultPackageName (line 506) | func (g *Generator) DefaultPackageName(obj Object) string { method GoPackageName (line 515) | func (g *Generator) GoPackageName(importPath GoImportPath) GoPackageNa... method AddImport (line 530) | func (g *Generator) AddImport(importPath GoImportPath) GoPackageName { method defaultGoPackage (line 637) | func (g *Generator) defaultGoPackage() GoPackageName { method SetPackageNames (line 648) | func (g *Generator) SetPackageNames() { method WrapTypes (line 705) | func (g *Generator) WrapTypes() { method buildNestedDescriptors (line 766) | func (g *Generator) buildNestedDescriptors(descs []*Descriptor) { method buildNestedEnums (line 781) | func (g *Generator) buildNestedEnums(descs []*Descriptor, enums []*Enu... method BuildTypeNameMap (line 930) | func (g *Generator) BuildTypeNameMap() { method ObjectNamed (line 953) | func (g *Generator) ObjectNamed(typeName string) Object { method printAtom (line 975) | func (g *Generator) printAtom(v interface{}) { method P (line 1008) | func (g *Generator) P(str ...interface{}) { method addInitf (line 1046) | func (g *Generator) addInitf(stmt string, a ...interface{}) { method In (line 1051) | func (g *Generator) In() { g.indent += "\t" } method Out (line 1054) | func (g *Generator) Out() { method GenerateAllFiles (line 1061) | func (g *Generator) GenerateAllFiles() { method runPlugins (line 1098) | func (g *Generator) runPlugins(file *FileDescriptor) { method generate (line 1106) | func (g *Generator) generate(file *FileDescriptor) { method generateHeader (line 1205) | func (g *Generator) generateHeader() { method PrintComments (line 1227) | func (g *Generator) PrintComments(path string) bool { method makeComments (line 1239) | func (g *Generator) makeComments(path string) (string, bool) { method fileByName (line 1253) | func (g *Generator) fileByName(filename string) *FileDescriptor { method weak (line 1258) | func (g *Generator) weak(i int32) bool { method generateImports (line 1268) | func (g *Generator) generateImports() { method generateImported (line 1321) | func (g *Generator) generateImported(id *ImportedDescriptor) { method generateEnum (line 1341) | func (g *Generator) generateEnum(enum *EnumDescriptor) { method goTag (line 1449) | func (g *Generator) goTag(message *Descriptor, field *descriptor.Field... method TypeName (line 1580) | func (g *Generator) TypeName(obj Object) string { method GoType (line 1585) | func (g *Generator) GoType(message *Descriptor, field *descriptor.Fiel... method RecordTypeUse (line 1642) | func (g *Generator) RecordTypeUse(t string) { method getterDefault (line 1693) | func (g *Generator) getterDefault(field *descriptor.FieldDescriptorPro... method defaultConstantName (line 1736) | func (g *Generator) defaultConstantName(goMessageType, protoFieldName ... method generateDefaultConstants (line 1960) | func (g *Generator) generateDefaultConstants(mc *msgCtx, topLevelField... method generateInternalStructFields (line 2035) | func (g *Generator) generateInternalStructFields(mc *msgCtx, topLevelF... method generateOneofFuncs (line 2050) | func (g *Generator) generateOneofFuncs(mc *msgCtx, topLevelFields []to... method generateMessageStruct (line 2076) | func (g *Generator) generateMessageStruct(mc *msgCtx, topLevelFields [... method generateGetters (line 2098) | func (g *Generator) generateGetters(mc *msgCtx, topLevelFields []topLe... method generateSetters (line 2105) | func (g *Generator) generateSetters(mc *msgCtx, topLevelFields []topLe... method generateCommonMethods (line 2112) | func (g *Generator) generateCommonMethods(mc *msgCtx) { method generateMessage (line 2179) | func (g *Generator) generateMessage(message *Descriptor) { method generateExtension (line 2507) | func (g *Generator) generateExtension(ext *ExtensionDescriptor) { method generateInitFunction (line 2566) | func (g *Generator) generateInitFunction() { method generateFileDescriptor (line 2578) | func (g *Generator) generateFileDescriptor(file *FileDescriptor) { method generateEnumRegistration (line 2617) | func (g *Generator) generateEnumRegistration(enum *EnumDescriptor) { type pathType (line 415) | type pathType constant pathTypeImport (line 418) | pathTypeImport pathType = iota constant pathTypeSourceRelative (line 419) | pathTypeSourceRelative function New (line 423) | func New() *Generator { function RegisterUniquePackageName (line 543) | func RegisterUniquePackageName(pkg string, f *FileDescriptor) string { function cleanPackageName (line 622) | func cleanPackageName(name string) GoPackageName { function newDescriptor (line 797) | func newDescriptor(desc *descriptor.DescriptorProto, parent *Descriptor,... function wrapDescriptors (line 834) | func wrapDescriptors(file *FileDescriptor) []*Descriptor { function wrapThisDescriptor (line 843) | func wrapThisDescriptor(sl []*Descriptor, desc *descriptor.DescriptorPro... function newEnumDescriptor (line 853) | func newEnumDescriptor(desc *descriptor.EnumDescriptorProto, parent *Des... function wrapEnumDescriptors (line 869) | func wrapEnumDescriptors(file *FileDescriptor, descs []*Descriptor) []*E... function wrapExtensions (line 885) | func wrapExtensions(file *FileDescriptor) []*ExtensionDescriptor { function wrapImported (line 894) | func wrapImported(file *FileDescriptor, g *Generator) (sl []*ImportedDes... function extractComments (line 913) | func extractComments(file *FileDescriptor) { type AnnotatedAtoms (line 962) | type AnnotatedAtoms struct function Annotate (line 970) | func Annotate(file *FileDescriptor, path string, atoms ...interface{}) *... function needsStar (line 1563) | func needsStar(typ descriptor.FieldDescriptorProto_Type) bool { type msgCtx (line 1753) | type msgCtx struct type fieldCommon (line 1759) | type fieldCommon struct method getProtoName (line 1769) | func (f *fieldCommon) getProtoName() string { method getGoType (line 1774) | func (f *fieldCommon) getGoType() string { type simpleField (line 1779) | type simpleField struct method decl (line 1790) | func (f *simpleField) decl(g *Generator, mc *msgCtx) { method getter (line 1795) | func (f *simpleField) getter(g *Generator, mc *msgCtx) { method setter (line 1828) | func (f *simpleField) setter(g *Generator, mc *msgCtx) { method getProtoDef (line 1833) | func (f *simpleField) getProtoDef() string { method getProtoTypeName (line 1838) | func (f *simpleField) getProtoTypeName() string { method getProtoType (line 1843) | func (f *simpleField) getProtoType() descriptor.FieldDescriptorProto_T... type oneofSubField (line 1848) | type oneofSubField struct method typedNil (line 1861) | func (f *oneofSubField) typedNil(g *Generator) { method getProtoDef (line 1866) | func (f *oneofSubField) getProtoDef() string { method getProtoTypeName (line 1871) | func (f *oneofSubField) getProtoTypeName() string { method getProtoType (line 1876) | func (f *oneofSubField) getProtoType() descriptor.FieldDescriptorProto... type oneofField (line 1882) | type oneofField struct method decl (line 1889) | func (f *oneofField) decl(g *Generator, mc *msgCtx) { method getter (line 1899) | func (f *oneofField) getter(g *Generator, mc *msgCtx) { method setter (line 1938) | func (f *oneofField) setter(g *Generator, mc *msgCtx) { type topLevelField (line 1943) | type topLevelField interface type defField (line 1950) | type defField interface type byTypeName (line 2430) | type byTypeName method Len (line 2432) | func (a byTypeName) Len() int { return len(a) } method Swap (line 2433) | func (a byTypeName) Swap(i, j int) { a[i], a[j] = a[j], a[i] } method Less (line 2434) | func (a byTypeName) Less(i, j int) bool { return *a[i].TypeName < *a[j... function mapFieldKeys (line 2437) | func mapFieldKeys(m map[*descriptor.FieldDescriptorProto]string) []*desc... function unescape (line 2453) | func unescape(s string) string { function isASCIILower (line 2633) | func isASCIILower(c byte) bool { function isASCIIDigit (line 2638) | func isASCIIDigit(c byte) bool { function CamelCase (line 2650) | func CamelCase(s string) string { function CamelCaseSlice (line 2691) | func CamelCaseSlice(elem []string) string { return CamelCase(strings.Joi... function dottedSlice (line 2694) | func dottedSlice(elem []string) string { return strings.Join(elem, ".") } function isOptional (line 2697) | func isOptional(field *descriptor.FieldDescriptorProto) bool { function isRequired (line 2702) | func isRequired(field *descriptor.FieldDescriptorProto) bool { function isRepeated (line 2707) | func isRepeated(field *descriptor.FieldDescriptorProto) bool { function isScalar (line 2712) | func isScalar(field *descriptor.FieldDescriptorProto) bool { function badToUnderscore (line 2740) | func badToUnderscore(r rune) rune { function baseName (line 2748) | func baseName(name string) string { constant packagePath (line 2770) | packagePath = 2 constant messagePath (line 2771) | messagePath = 4 constant enumPath (line 2772) | enumPath = 5 constant messageFieldPath (line 2774) | messageFieldPath = 2 constant messageMessagePath (line 2775) | messageMessagePath = 3 constant messageEnumPath (line 2776) | messageEnumPath = 4 constant messageOneofPath (line 2777) | messageOneofPath = 8 constant enumValuePath (line 2779) | enumValuePath = 2 function init (line 2784) | func init() { FILE: protoc-gen-go/generator/internal/remap/remap.go type Location (line 16) | type Location struct type Map (line 22) | type Map method Find (line 27) | func (m Map) Find(pos, end int) (Location, bool) { method add (line 38) | func (m Map) add(opos, oend, npos, nend int) { function Compute (line 44) | func Compute(input, output []byte) (Map, error) { type tokinfo (line 62) | type tokinfo struct function tokenize (line 67) | func tokenize(src []byte) []tokinfo { FILE: protoc-gen-go/generator/internal/remap/remap_test.go function TestErrors (line 12) | func TestErrors(t *testing.T) { function TestMatching (line 31) | func TestMatching(t *testing.T) { FILE: protoc-gen-go/grpc/grpc.go constant generatedCodeVersion (line 26) | generatedCodeVersion = 6 constant contextPkgPath (line 31) | contextPkgPath = "context" constant grpcPkgPath (line 32) | grpcPkgPath = "google.golang.org/grpc" constant codePkgPath (line 33) | codePkgPath = "google.golang.org/grpc/codes" constant statusPkgPath (line 34) | statusPkgPath = "google.golang.org/grpc/status" function init (line 37) | func init() { type grpc (line 43) | type grpc struct method Name (line 48) | func (g *grpc) Name() string { method Init (line 61) | func (g *grpc) Init(gen *generator.Generator) { method objectNamed (line 67) | func (g *grpc) objectNamed(name string) generator.Object { method typeName (line 73) | func (g *grpc) typeName(str string) string { method P (line 78) | func (g *grpc) P(args ...interface{}) { g.gen.P(args...) } method Generate (line 81) | func (g *grpc) Generate(file *generator.FileDescriptor) { method GenerateImports (line 106) | func (g *grpc) GenerateImports(file *generator.FileDescriptor) { method generateService (line 121) | func (g *grpc) generateService(file *generator.FileDescriptor, service... method generateUnimplementedServer (line 265) | func (g *grpc) generateUnimplementedServer(servName string, service *p... method generateServerMethodConcrete (line 279) | func (g *grpc) generateServerMethodConcrete(servName string, method *p... method generateClientSignature (line 294) | func (g *grpc) generateClientSignature(servName string, method *pb.Met... method generateClientMethod (line 311) | func (g *grpc) generateClientMethod(servName, fullServName, serviceDes... method generateServerSignatureWithParamNames (line 393) | func (g *grpc) generateServerSignatureWithParamNames(servName string, ... method generateServerSignature (line 417) | func (g *grpc) generateServerSignature(servName string, method *pb.Met... method generateServerMethod (line 440) | func (g *grpc) generateServerMethod(servName, fullServName string, met... function unexport (line 114) | func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] } FILE: protoc-gen-go/main.go function main (line 36) | func main() { FILE: protoc-gen-go/plugin/plugin.pb.go constant CodeGeneratorResponse_FEATURE_NONE (line 17) | CodeGeneratorResponse_FEATURE_NONE = pluginpb.CodeGeneratorResponse_FEAT... constant CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL (line 18) | CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL = pluginpb.CodeGeneratorRe... constant CodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS (line 19) | CodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS = pluginpb.CodeGenerator... function init (line 54) | func init() { file_github_com_golang_protobuf_protoc_gen_go_plugin_plugi... function file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_init (line 55) | func file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_i... FILE: ptypes/any.go constant urlPrefix (line 18) | urlPrefix = "type.googleapis.com/" function AnyMessageName (line 24) | func AnyMessageName(any *anypb.Any) (string, error) { function anyMessageName (line 28) | func anyMessageName(any *anypb.Any) (protoreflect.FullName, error) { function MarshalAny (line 45) | func MarshalAny(m proto.Message) (*anypb.Any, error) { function Empty (line 68) | func Empty(any *anypb.Any) (proto.Message, error) { function UnmarshalAny (line 88) | func UnmarshalAny(any *anypb.Any, m proto.Message) error { function Is (line 114) | func Is(any *anypb.Any, m proto.Message) bool { type DynamicAny (line 137) | type DynamicAny struct method String (line 139) | func (m DynamicAny) String() string { method Reset (line 145) | func (m DynamicAny) Reset() { method ProtoMessage (line 151) | func (m DynamicAny) ProtoMessage() { method ProtoReflect (line 154) | func (m DynamicAny) ProtoReflect() protoreflect.Message { type dynamicAny (line 161) | type dynamicAny struct method Type (line 163) | func (m dynamicAny) Type() protoreflect.MessageType { method New (line 166) | func (m dynamicAny) New() protoreflect.Message { method Interface (line 169) | func (m dynamicAny) Interface() protoreflect.ProtoMessage { type dynamicAnyType (line 173) | type dynamicAnyType struct method New (line 175) | func (t dynamicAnyType) New() protoreflect.Message { method Zero (line 178) | func (t dynamicAnyType) Zero() protoreflect.Message { FILE: ptypes/any/any.pb.go function init (line 40) | func init() { file_github_com_golang_protobuf_ptypes_any_any_proto_init() } function file_github_com_golang_protobuf_ptypes_any_any_proto_init (line 41) | func file_github_com_golang_protobuf_ptypes_any_any_proto_init() { FILE: ptypes/any_test.go function TestMarshalUnmarshal (line 17) | func TestMarshalUnmarshal(t *testing.T) { function TestIs (line 32) | func TestIs(t *testing.T) { function TestIsDifferentUrlPrefixes (line 50) | func TestIsDifferentUrlPrefixes(t *testing.T) { function TestIsCornerCases (line 58) | func TestIsCornerCases(t *testing.T) { function TestUnmarshalDynamic (line 73) | func TestUnmarshalDynamic(t *testing.T) { function TestEmpty (line 88) | func TestEmpty(t *testing.T) { function TestEmptyCornerCases (line 110) | func TestEmptyCornerCases(t *testing.T) { function TestAnyReflect (line 134) | func TestAnyReflect(t *testing.T) { FILE: ptypes/duration.go constant maxSeconds (line 18) | maxSeconds = int64(10000 * 365.25 * 24 * 60 * 60) constant minSeconds (line 19) | minSeconds = -maxSeconds function Duration (line 26) | func Duration(dur *durationpb.Duration) (time.Duration, error) { function DurationProto (line 46) | func DurationProto(d time.Duration) *durationpb.Duration { function validateDuration (line 61) | func validateDuration(dur *durationpb.Duration) error { FILE: ptypes/duration/duration.pb.go function init (line 41) | func init() { file_github_com_golang_protobuf_ptypes_duration_duration_p... function file_github_com_golang_protobuf_ptypes_duration_duration_proto_init (line 42) | func file_github_com_golang_protobuf_ptypes_duration_duration_proto_init... FILE: ptypes/duration_test.go constant minGoSeconds (line 18) | minGoSeconds = math.MinInt64 / int64(1e9) constant maxGoSeconds (line 19) | maxGoSeconds = math.MaxInt64 / int64(1e9) function TestValidateDuration (line 62) | func TestValidateDuration(t *testing.T) { function TestDuration (line 72) | func TestDuration(t *testing.T) { function TestDurationProto (line 86) | func TestDurationProto(t *testing.T) { FILE: ptypes/empty/empty.pb.go function init (line 40) | func init() { file_github_com_golang_protobuf_ptypes_empty_empty_proto_i... function file_github_com_golang_protobuf_ptypes_empty_empty_proto_init (line 41) | func file_github_com_golang_protobuf_ptypes_empty_empty_proto_init() { FILE: ptypes/struct/struct.pb.go constant NullValue_NULL_VALUE (line 17) | NullValue_NULL_VALUE = structpb.NullValue_NULL_VALUE function init (line 56) | func init() { file_github_com_golang_protobuf_ptypes_struct_struct_proto... function file_github_com_golang_protobuf_ptypes_struct_struct_proto_init (line 57) | func file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() { FILE: ptypes/timestamp.go constant minValidSeconds (line 19) | minValidSeconds = -62135596800 constant maxValidSeconds (line 22) | maxValidSeconds = 253402300800 function Timestamp (line 38) | func Timestamp(ts *timestamppb.Timestamp) (time.Time, error) { function TimestampNow (line 53) | func TimestampNow() *timestamppb.Timestamp { function TimestampProto (line 65) | func TimestampProto(t time.Time) (*timestamppb.Timestamp, error) { function TimestampString (line 81) | func TimestampString(ts *timestamppb.Timestamp) string { function validateTimestamp (line 98) | func validateTimestamp(ts *timestamppb.Timestamp) error { FILE: ptypes/timestamp/timestamp.pb.go function init (line 42) | func init() { file_github_com_golang_protobuf_ptypes_timestamp_timestamp... function file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_init (line 43) | func file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_in... FILE: ptypes/timestamp_test.go function TestValidateTimestamp (line 52) | func TestValidateTimestamp(t *testing.T) { function TestTimestamp (line 61) | func TestTimestamp(t *testing.T) { function TestTimestampProto (line 81) | func TestTimestampProto(t *testing.T) { function TestTimestampString (line 93) | func TestTimestampString(t *testing.T) { function utcDate (line 109) | func utcDate(year, month, day int) time.Time { function TestTimestampNow (line 113) | func TestTimestampNow(t *testing.T) { FILE: ptypes/wrappers/wrappers.pb.go function init (line 49) | func init() { file_github_com_golang_protobuf_ptypes_wrappers_wrappers_p... function file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_init (line 50) | func file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_init...