• Home
  • Raw
  • Download

Lines Matching refs:m

348 func (m *FileDescriptorSet) Reset()                    { *m = FileDescriptorSet{} }
349 func (m *FileDescriptorSet) String() string { return proto.CompactTextString(m) }
353 func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto {
354 if m != nil {
355 return m.File
388 func (m *FileDescriptorProto) Reset() { *m = FileDescriptorProto{} }
389 func (m *FileDescriptorProto) String() string { return proto.CompactTextString(m) }
393 func (m *FileDescriptorProto) GetName() string {
394 if m != nil && m.Name != nil {
395 return *m.Name
400 func (m *FileDescriptorProto) GetPackage() string {
401 if m != nil && m.Package != nil {
402 return *m.Package
407 func (m *FileDescriptorProto) GetDependency() []string {
408 if m != nil {
409 return m.Dependency
414 func (m *FileDescriptorProto) GetPublicDependency() []int32 {
415 if m != nil {
416 return m.PublicDependency
421 func (m *FileDescriptorProto) GetWeakDependency() []int32 {
422 if m != nil {
423 return m.WeakDependency
428 func (m *FileDescriptorProto) GetMessageType() []*DescriptorProto {
429 if m != nil {
430 return m.MessageType
435 func (m *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto {
436 if m != nil {
437 return m.EnumType
442 func (m *FileDescriptorProto) GetService() []*ServiceDescriptorProto {
443 if m != nil {
444 return m.Service
449 func (m *FileDescriptorProto) GetExtension() []*FieldDescriptorProto {
450 if m != nil {
451 return m.Extension
456 func (m *FileDescriptorProto) GetOptions() *FileOptions {
457 if m != nil {
458 return m.Options
463 func (m *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo {
464 if m != nil {
465 return m.SourceCodeInfo
470 func (m *FileDescriptorProto) GetSyntax() string {
471 if m != nil && m.Syntax != nil {
472 return *m.Syntax
494 func (m *DescriptorProto) Reset() { *m = DescriptorProto{} }
495 func (m *DescriptorProto) String() string { return proto.CompactTextString(m) }
499 func (m *DescriptorProto) GetName() string {
500 if m != nil && m.Name != nil {
501 return *m.Name
506 func (m *DescriptorProto) GetField() []*FieldDescriptorProto {
507 if m != nil {
508 return m.Field
513 func (m *DescriptorProto) GetExtension() []*FieldDescriptorProto {
514 if m != nil {
515 return m.Extension
520 func (m *DescriptorProto) GetNestedType() []*DescriptorProto {
521 if m != nil {
522 return m.NestedType
527 func (m *DescriptorProto) GetEnumType() []*EnumDescriptorProto {
528 if m != nil {
529 return m.EnumType
534 func (m *DescriptorProto) GetExtensionRange() []*DescriptorProto_ExtensionRange {
535 if m != nil {
536 return m.ExtensionRange
541 func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto {
542 if m != nil {
543 return m.OneofDecl
548 func (m *DescriptorProto) GetOptions() *MessageOptions {
549 if m != nil {
550 return m.Options
555 func (m *DescriptorProto) GetReservedRange() []*DescriptorProto_ReservedRange {
556 if m != nil {
557 return m.ReservedRange
562 func (m *DescriptorProto) GetReservedName() []string {
563 if m != nil {
564 return m.ReservedName
575 func (m *DescriptorProto_ExtensionRange) Reset() { *m = DescriptorProto_ExtensionRange{} }
576 func (m *DescriptorProto_ExtensionRange) String() string { return proto.CompactTextString(m) }
582 func (m *DescriptorProto_ExtensionRange) GetStart() int32 {
583 if m != nil && m.Start != nil {
584 return *m.Start
589 func (m *DescriptorProto_ExtensionRange) GetEnd() int32 {
590 if m != nil && m.End != nil {
591 return *m.End
605 func (m *DescriptorProto_ReservedRange) Reset() { *m = DescriptorProto_ReservedRange{} }
606 func (m *DescriptorProto_ReservedRange) String() string { return proto.CompactTextString(m) }
612 func (m *DescriptorProto_ReservedRange) GetStart() int32 {
613 if m != nil && m.Start != nil {
614 return *m.Start
619 func (m *DescriptorProto_ReservedRange) GetEnd() int32 {
620 if m != nil && m.End != nil {
621 return *m.End
661 func (m *FieldDescriptorProto) Reset() { *m = FieldDescriptorProto{} }
662 func (m *FieldDescriptorProto) String() string { return proto.CompactTextString(m) }
666 func (m *FieldDescriptorProto) GetName() string {
667 if m != nil && m.Name != nil {
668 return *m.Name
673 func (m *FieldDescriptorProto) GetNumber() int32 {
674 if m != nil && m.Number != nil {
675 return *m.Number
680 func (m *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label {
681 if m != nil && m.Label != nil {
682 return *m.Label
687 func (m *FieldDescriptorProto) GetType() FieldDescriptorProto_Type {
688 if m != nil && m.Type != nil {
689 return *m.Type
694 func (m *FieldDescriptorProto) GetTypeName() string {
695 if m != nil && m.TypeName != nil {
696 return *m.TypeName
701 func (m *FieldDescriptorProto) GetExtendee() string {
702 if m != nil && m.Extendee != nil {
703 return *m.Extendee
708 func (m *FieldDescriptorProto) GetDefaultValue() string {
709 if m != nil && m.DefaultValue != nil {
710 return *m.DefaultValue
715 func (m *FieldDescriptorProto) GetOneofIndex() int32 {
716 if m != nil && m.OneofIndex != nil {
717 return *m.OneofIndex
722 func (m *FieldDescriptorProto) GetJsonName() string {
723 if m != nil && m.JsonName != nil {
724 return *m.JsonName
729 func (m *FieldDescriptorProto) GetOptions() *FieldOptions {
730 if m != nil {
731 return m.Options
743 func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorProto{} }
744 func (m *OneofDescriptorProto) String() string { return proto.CompactTextString(m) }
748 func (m *OneofDescriptorProto) GetName() string {
749 if m != nil && m.Name != nil {
750 return *m.Name
755 func (m *OneofDescriptorProto) GetOptions() *OneofOptions {
756 if m != nil {
757 return m.Options
770 func (m *EnumDescriptorProto) Reset() { *m = EnumDescriptorProto{} }
771 func (m *EnumDescriptorProto) String() string { return proto.CompactTextString(m) }
775 func (m *EnumDescriptorProto) GetName() string {
776 if m != nil && m.Name != nil {
777 return *m.Name
782 func (m *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto {
783 if m != nil {
784 return m.Value
789 func (m *EnumDescriptorProto) GetOptions() *EnumOptions {
790 if m != nil {
791 return m.Options
804 func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDescriptorProto{} }
805 func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) }
809 func (m *EnumValueDescriptorProto) GetName() string {
810 if m != nil && m.Name != nil {
811 return *m.Name
816 func (m *EnumValueDescriptorProto) GetNumber() int32 {
817 if m != nil && m.Number != nil {
818 return *m.Number
823 func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions {
824 if m != nil {
825 return m.Options
838 func (m *ServiceDescriptorProto) Reset() { *m = ServiceDescriptorProto{} }
839 func (m *ServiceDescriptorProto) String() string { return proto.CompactTextString(m) }
843 func (m *ServiceDescriptorProto) GetName() string {
844 if m != nil && m.Name != nil {
845 return *m.Name
850 func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto {
851 if m != nil {
852 return m.Method
857 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions {
858 if m != nil {
859 return m.Options
879 func (m *MethodDescriptorProto) Reset() { *m = MethodDescriptorProto{} }
880 func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) }
887 func (m *MethodDescriptorProto) GetName() string {
888 if m != nil && m.Name != nil {
889 return *m.Name
894 func (m *MethodDescriptorProto) GetInputType() string {
895 if m != nil && m.InputType != nil {
896 return *m.InputType
901 func (m *MethodDescriptorProto) GetOutputType() string {
902 if m != nil && m.OutputType != nil {
903 return *m.OutputType
908 func (m *MethodDescriptorProto) GetOptions() *MethodOptions {
909 if m != nil {
910 return m.Options
915 func (m *MethodDescriptorProto) GetClientStreaming() bool {
916 if m != nil && m.ClientStreaming != nil {
917 return *m.ClientStreaming
922 func (m *MethodDescriptorProto) GetServerStreaming() bool {
923 if m != nil && m.ServerStreaming != nil {
924 return *m.ServerStreaming
1004 func (m *FileOptions) Reset() { *m = FileOptions{} }
1005 func (m *FileOptions) String() string { return proto.CompactTextString(m) }
1026 func (m *FileOptions) GetJavaPackage() string {
1027 if m != nil && m.JavaPackage != nil {
1028 return *m.JavaPackage
1033 func (m *FileOptions) GetJavaOuterClassname() string {
1034 if m != nil && m.JavaOuterClassname != nil {
1035 return *m.JavaOuterClassname
1040 func (m *FileOptions) GetJavaMultipleFiles() bool {
1041 if m != nil && m.JavaMultipleFiles != nil {
1042 return *m.JavaMultipleFiles
1047 func (m *FileOptions) GetJavaGenerateEqualsAndHash() bool {
1048 if m != nil && m.JavaGenerateEqualsAndHash != nil {
1049 return *m.JavaGenerateEqualsAndHash
1054 func (m *FileOptions) GetJavaStringCheckUtf8() bool {
1055 if m != nil && m.JavaStringCheckUtf8 != nil {
1056 return *m.JavaStringCheckUtf8
1061 func (m *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode {
1062 if m != nil && m.OptimizeFor != nil {
1063 return *m.OptimizeFor
1068 func (m *FileOptions) GetGoPackage() string {
1069 if m != nil && m.GoPackage != nil {
1070 return *m.GoPackage
1075 func (m *FileOptions) GetCcGenericServices() bool {
1076 if m != nil && m.CcGenericServices != nil {
1077 return *m.CcGenericServices
1082 func (m *FileOptions) GetJavaGenericServices() bool {
1083 if m != nil && m.JavaGenericServices != nil {
1084 return *m.JavaGenericServices
1089 func (m *FileOptions) GetPyGenericServices() bool {
1090 if m != nil && m.PyGenericServices != nil {
1091 return *m.PyGenericServices
1096 func (m *FileOptions) GetDeprecated() bool {
1097 if m != nil && m.Deprecated != nil {
1098 return *m.Deprecated
1103 func (m *FileOptions) GetCcEnableArenas() bool {
1104 if m != nil && m.CcEnableArenas != nil {
1105 return *m.CcEnableArenas
1110 func (m *FileOptions) GetObjcClassPrefix() string {
1111 if m != nil && m.ObjcClassPrefix != nil {
1112 return *m.ObjcClassPrefix
1117 func (m *FileOptions) GetCsharpNamespace() string {
1118 if m != nil && m.CsharpNamespace != nil {
1119 return *m.CsharpNamespace
1124 func (m *FileOptions) GetSwiftPrefix() string {
1125 if m != nil && m.SwiftPrefix != nil {
1126 return *m.SwiftPrefix
1131 func (m *FileOptions) GetPhpClassPrefix() string {
1132 if m != nil && m.PhpClassPrefix != nil {
1133 return *m.PhpClassPrefix
1138 func (m *FileOptions) GetUninterpretedOption() []*UninterpretedOption {
1139 if m != nil {
1140 return m.UninterpretedOption
1202 func (m *MessageOptions) Reset() { *m = MessageOptions{} }
1203 func (m *MessageOptions) String() string { return proto.CompactTextString(m) }
1219 func (m *MessageOptions) GetMessageSetWireFormat() bool {
1220 if m != nil && m.MessageSetWireFormat != nil {
1221 return *m.MessageSetWireFormat
1226 func (m *MessageOptions) GetNoStandardDescriptorAccessor() bool {
1227 if m != nil && m.NoStandardDescriptorAccessor != nil {
1228 return *m.NoStandardDescriptorAccessor
1233 func (m *MessageOptions) GetDeprecated() bool {
1234 if m != nil && m.Deprecated != nil {
1235 return *m.Deprecated
1240 func (m *MessageOptions) GetMapEntry() bool {
1241 if m != nil && m.MapEntry != nil {
1242 return *m.MapEntry
1247 func (m *MessageOptions) GetUninterpretedOption() []*UninterpretedOption {
1248 if m != nil {
1249 return m.UninterpretedOption
1318 func (m *FieldOptions) Reset() { *m = FieldOptions{} }
1319 func (m *FieldOptions) String() string { return proto.CompactTextString(m) }
1337 func (m *FieldOptions) GetCtype() FieldOptions_CType {
1338 if m != nil && m.Ctype != nil {
1339 return *m.Ctype
1344 func (m *FieldOptions) GetPacked() bool {
1345 if m != nil && m.Packed != nil {
1346 return *m.Packed
1351 func (m *FieldOptions) GetJstype() FieldOptions_JSType {
1352 if m != nil && m.Jstype != nil {
1353 return *m.Jstype
1358 func (m *FieldOptions) GetLazy() bool {
1359 if m != nil && m.Lazy != nil {
1360 return *m.Lazy
1365 func (m *FieldOptions) GetDeprecated() bool {
1366 if m != nil && m.Deprecated != nil {
1367 return *m.Deprecated
1372 func (m *FieldOptions) GetWeak() bool {
1373 if m != nil && m.Weak != nil {
1374 return *m.Weak
1379 func (m *FieldOptions) GetUninterpretedOption() []*UninterpretedOption {
1380 if m != nil {
1381 return m.UninterpretedOption
1393 func (m *OneofOptions) Reset() { *m = OneofOptions{} }
1394 func (m *OneofOptions) String() string { return proto.CompactTextString(m) }
1406 func (m *OneofOptions) GetUninterpretedOption() []*UninterpretedOption {
1407 if m != nil {
1408 return m.UninterpretedOption
1428 func (m *EnumOptions) Reset() { *m = EnumOptions{} }
1429 func (m *EnumOptions) String() string { return proto.CompactTextString(m) }
1443 func (m *EnumOptions) GetAllowAlias() bool {
1444 if m != nil && m.AllowAlias != nil {
1445 return *m.AllowAlias
1450 func (m *EnumOptions) GetDeprecated() bool {
1451 if m != nil && m.Deprecated != nil {
1452 return *m.Deprecated
1457 func (m *EnumOptions) GetUninterpretedOption() []*UninterpretedOption {
1458 if m != nil {
1459 return m.UninterpretedOption
1476 func (m *EnumValueOptions) Reset() { *m = EnumValueOptions{} }
1477 func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) }
1491 func (m *EnumValueOptions) GetDeprecated() bool {
1492 if m != nil && m.Deprecated != nil {
1493 return *m.Deprecated
1498 func (m *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption {
1499 if m != nil {
1500 return m.UninterpretedOption
1517 func (m *ServiceOptions) Reset() { *m = ServiceOptions{} }
1518 func (m *ServiceOptions) String() string { return proto.CompactTextString(m) }
1532 func (m *ServiceOptions) GetDeprecated() bool {
1533 if m != nil && m.Deprecated != nil {
1534 return *m.Deprecated
1539 func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption {
1540 if m != nil {
1541 return m.UninterpretedOption
1559 func (m *MethodOptions) Reset() { *m = MethodOptions{} }
1560 func (m *MethodOptions) String() string { return proto.CompactTextString(m) }
1575 func (m *MethodOptions) GetDeprecated() bool {
1576 if m != nil && m.Deprecated != nil {
1577 return *m.Deprecated
1582 func (m *MethodOptions) GetIdempotencyLevel() MethodOptions_IdempotencyLevel {
1583 if m != nil && m.IdempotencyLevel != nil {
1584 return *m.IdempotencyLevel
1589 func (m *MethodOptions) GetUninterpretedOption() []*UninterpretedOption {
1590 if m != nil {
1591 return m.UninterpretedOption
1615 func (m *UninterpretedOption) Reset() { *m = UninterpretedOption{} }
1616 func (m *UninterpretedOption) String() string { return proto.CompactTextString(m) }
1620 func (m *UninterpretedOption) GetName() []*UninterpretedOption_NamePart {
1621 if m != nil {
1622 return m.Name
1627 func (m *UninterpretedOption) GetIdentifierValue() string {
1628 if m != nil && m.IdentifierValue != nil {
1629 return *m.IdentifierValue
1634 func (m *UninterpretedOption) GetPositiveIntValue() uint64 {
1635 if m != nil && m.PositiveIntValue != nil {
1636 return *m.PositiveIntValue
1641 func (m *UninterpretedOption) GetNegativeIntValue() int64 {
1642 if m != nil && m.NegativeIntValue != nil {
1643 return *m.NegativeIntValue
1648 func (m *UninterpretedOption) GetDoubleValue() float64 {
1649 if m != nil && m.DoubleValue != nil {
1650 return *m.DoubleValue
1655 func (m *UninterpretedOption) GetStringValue() []byte {
1656 if m != nil {
1657 return m.StringValue
1662 func (m *UninterpretedOption) GetAggregateValue() string {
1663 if m != nil && m.AggregateValue != nil {
1664 return *m.AggregateValue
1680 func (m *UninterpretedOption_NamePart) Reset() { *m = UninterpretedOption_NamePart{} }
1681 func (m *UninterpretedOption_NamePart) String() string { return proto.CompactTextString(m) }
1687 func (m *UninterpretedOption_NamePart) GetNamePart() string {
1688 if m != nil && m.NamePart != nil {
1689 return *m.NamePart
1694 func (m *UninterpretedOption_NamePart) GetIsExtension() bool {
1695 if m != nil && m.IsExtension != nil {
1696 return *m.IsExtension
1751 func (m *SourceCodeInfo) Reset() { *m = SourceCodeInfo{} }
1752 func (m *SourceCodeInfo) String() string { return proto.CompactTextString(m) }
1756 func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location {
1757 if m != nil {
1758 return m.Location
1847 func (m *SourceCodeInfo_Location) Reset() { *m = SourceCodeInfo_Location{} }
1848 func (m *SourceCodeInfo_Location) String() string { return proto.CompactTextString(m) }
1852 func (m *SourceCodeInfo_Location) GetPath() []int32 {
1853 if m != nil {
1854 return m.Path
1859 func (m *SourceCodeInfo_Location) GetSpan() []int32 {
1860 if m != nil {
1861 return m.Span
1866 func (m *SourceCodeInfo_Location) GetLeadingComments() string {
1867 if m != nil && m.LeadingComments != nil {
1868 return *m.LeadingComments
1873 func (m *SourceCodeInfo_Location) GetTrailingComments() string {
1874 if m != nil && m.TrailingComments != nil {
1875 return *m.TrailingComments
1880 func (m *SourceCodeInfo_Location) GetLeadingDetachedComments() []string {
1881 if m != nil {
1882 return m.LeadingDetachedComments
1897 func (m *GeneratedCodeInfo) Reset() { *m = GeneratedCodeInfo{} }
1898 func (m *GeneratedCodeInfo) String() string { return proto.CompactTextString(m) }
1902 func (m *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annotation {
1903 if m != nil {
1904 return m.Annotation
1925 func (m *GeneratedCodeInfo_Annotation) Reset() { *m = GeneratedCodeInfo_Annotation{} }
1926 func (m *GeneratedCodeInfo_Annotation) String() string { return proto.CompactTextString(m) }
1932 func (m *GeneratedCodeInfo_Annotation) GetPath() []int32 {
1933 if m != nil {
1934 return m.Path
1939 func (m *GeneratedCodeInfo_Annotation) GetSourceFile() string {
1940 if m != nil && m.SourceFile != nil {
1941 return *m.SourceFile
1946 func (m *GeneratedCodeInfo_Annotation) GetBegin() int32 {
1947 if m != nil && m.Begin != nil {
1948 return *m.Begin
1953 func (m *GeneratedCodeInfo_Annotation) GetEnd() int32 {
1954 if m != nil && m.End != nil {
1955 return *m.End