kubernetes/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go

func (msg *DescriptorProto) GetMapFields() (*FieldDescriptorProto, *FieldDescriptorProto) {}

func dotToUnderscore(r rune) rune {}

func (field *FieldDescriptorProto) WireType() (wire int) {}

func (field *FieldDescriptorProto) GetKeyUint64() (x uint64) {}

func (field *FieldDescriptorProto) GetKey3Uint64() (x uint64) {}

func (field *FieldDescriptorProto) GetKey() []byte {}

func (field *FieldDescriptorProto) GetKey3() []byte {}

func (desc *FileDescriptorSet) GetField(packageName, messageName, fieldName string) *FieldDescriptorProto {}

func (file *FileDescriptorProto) GetMessage(typeName string) *DescriptorProto {}

func (file *FileDescriptorProto) GetNestedMessage(msg *DescriptorProto, typeName string) *DescriptorProto {}

func (desc *FileDescriptorSet) GetMessage(packageName string, typeName string) *DescriptorProto {}

func (desc *FileDescriptorSet) IsProto3(packageName string, typeName string) bool {}

func (msg *DescriptorProto) IsExtendable() bool {}

func (desc *FileDescriptorSet) FindExtension(packageName string, typeName string, fieldName string) (extPackageName string, field *FieldDescriptorProto) {}

func (desc *FileDescriptorSet) FindExtensionByFieldNumber(packageName string, typeName string, fieldNum int32) (extPackageName string, field *FieldDescriptorProto) {}

func (desc *FileDescriptorSet) FindMessage(packageName string, typeName string, fieldName string) (msgPackageName string, msgName string) {}

func (msg *DescriptorProto) GetFieldDescriptor(fieldName string) *FieldDescriptorProto {}

func (desc *FileDescriptorSet) GetEnum(packageName string, typeName string) *EnumDescriptorProto {}

func (f *FieldDescriptorProto) IsEnum() bool {}

func (f *FieldDescriptorProto) IsMessage() bool {}

func (f *FieldDescriptorProto) IsBytes() bool {}

func (f *FieldDescriptorProto) IsRepeated() bool {}

func (f *FieldDescriptorProto) IsString() bool {}

func (f *FieldDescriptorProto) IsBool() bool {}

func (f *FieldDescriptorProto) IsRequired() bool {}

func (f *FieldDescriptorProto) IsPacked() bool {}

func (f *FieldDescriptorProto) IsPacked3() bool {}

func (m *DescriptorProto) HasExtension() bool {}