Lines Matching refs:google_protobuf

31 import google_protobuf "github.com/gogo/protobuf/protoc-gen-gogo/descriptor"  packageName
34 func IsEmbed(field *google_protobuf.FieldDescriptorProto) bool {
38 func IsNullable(field *google_protobuf.FieldDescriptorProto) bool {
42 func IsStdTime(field *google_protobuf.FieldDescriptorProto) bool {
46 func IsStdDuration(field *google_protobuf.FieldDescriptorProto) bool {
50 func IsStdDouble(field *google_protobuf.FieldDescriptorProto) bool {
54 func IsStdFloat(field *google_protobuf.FieldDescriptorProto) bool {
58 func IsStdInt64(field *google_protobuf.FieldDescriptorProto) bool {
62 func IsStdUInt64(field *google_protobuf.FieldDescriptorProto) bool {
66 func IsStdInt32(field *google_protobuf.FieldDescriptorProto) bool {
70 func IsStdUInt32(field *google_protobuf.FieldDescriptorProto) bool {
74 func IsStdBool(field *google_protobuf.FieldDescriptorProto) bool {
78 func IsStdString(field *google_protobuf.FieldDescriptorProto) bool {
82 func IsStdBytes(field *google_protobuf.FieldDescriptorProto) bool {
86 func IsStdType(field *google_protobuf.FieldDescriptorProto) bool {
95 func IsWktPtr(field *google_protobuf.FieldDescriptorProto) bool {
99 func NeedsNilCheck(proto3 bool, field *google_protobuf.FieldDescriptorProto) bool {
107 return nullable || *field.Type == google_protobuf.FieldDescriptorProto_TYPE_BYTES
110 func IsCustomType(field *google_protobuf.FieldDescriptorProto) bool {
118 func IsCastType(field *google_protobuf.FieldDescriptorProto) bool {
126 func IsCastKey(field *google_protobuf.FieldDescriptorProto) bool {
134 func IsCastValue(field *google_protobuf.FieldDescriptorProto) bool {
142 func HasEnumDecl(file *google_protobuf.FileDescriptorProto, enum *google_protobuf.EnumDescriptorPro…
146 func HasTypeDecl(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProt…
150 func GetCustomType(field *google_protobuf.FieldDescriptorProto) string {
163 func GetCastType(field *google_protobuf.FieldDescriptorProto) string {
176 func GetCastKey(field *google_protobuf.FieldDescriptorProto) string {
189 func GetCastValue(field *google_protobuf.FieldDescriptorProto) string {
202 func IsCustomName(field *google_protobuf.FieldDescriptorProto) bool {
210 func IsEnumCustomName(field *google_protobuf.EnumDescriptorProto) bool {
218 func IsEnumValueCustomName(field *google_protobuf.EnumValueDescriptorProto) bool {
226 func GetCustomName(field *google_protobuf.FieldDescriptorProto) string {
239 func GetEnumCustomName(field *google_protobuf.EnumDescriptorProto) string {
252 func GetEnumValueCustomName(field *google_protobuf.EnumValueDescriptorProto) string {
265 func GetJsonTag(field *google_protobuf.FieldDescriptorProto) *string {
278 func GetMoreTags(field *google_protobuf.FieldDescriptorProto) *string {
291 type EnableFunc func(file *google_protobuf.FileDescriptorProto, message *google_protobuf.Descriptor…
293 func EnabledGoEnumPrefix(file *google_protobuf.FileDescriptorProto, enum *google_protobuf.EnumDescr…
297 func EnabledGoStringer(file *google_protobuf.FileDescriptorProto, message *google_protobuf.Descript…
301 func HasGoGetters(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorPro…
305 func IsUnion(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProto) b…
309 func HasGoString(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProt…
313 func HasEqual(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProto) …
317 func HasVerboseEqual(file *google_protobuf.FileDescriptorProto, message *google_protobuf.Descriptor…
321 func IsStringer(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProto…
325 func IsFace(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProto) bo…
329 func HasDescription(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorP…
333 func HasPopulate(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProt…
337 func HasTestGen(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProto…
341 func HasBenchGen(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProt…
345 func IsMarshaler(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProt…
349 func IsUnmarshaler(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorPr…
353 func IsStableMarshaler(file *google_protobuf.FileDescriptorProto, message *google_protobuf.Descript…
357 func IsSizer(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProto) b…
361 func IsProtoSizer(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorPro…
365 func IsGoEnumStringer(file *google_protobuf.FileDescriptorProto, enum *google_protobuf.EnumDescript…
369 func IsEnumStringer(file *google_protobuf.FileDescriptorProto, enum *google_protobuf.EnumDescriptor…
373 func IsUnsafeMarshaler(file *google_protobuf.FileDescriptorProto, message *google_protobuf.Descript…
377 func IsUnsafeUnmarshaler(file *google_protobuf.FileDescriptorProto, message *google_protobuf.Descri…
381 func HasExtensionsMap(file *google_protobuf.FileDescriptorProto, message *google_protobuf.Descripto…
385 func HasUnrecognized(file *google_protobuf.FileDescriptorProto, message *google_protobuf.Descriptor…
389 func IsProto3(file *google_protobuf.FileDescriptorProto) bool {
393 func ImportsGoGoProto(file *google_protobuf.FileDescriptorProto) bool {
397 func HasCompare(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProto…
401 func RegistersGolangProto(file *google_protobuf.FileDescriptorProto) bool {
405 func HasMessageName(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorP…
409 func HasSizecache(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorPro…
413 func HasUnkeyed(file *google_protobuf.FileDescriptorProto, message *google_protobuf.DescriptorProto…