type google.golang.org/protobuf/reflect/protoreflect.Syntax
15 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
proto.go#L145: type Syntax syntax
proto.go#L150: Proto2 Syntax = 2
proto.go#L151: Proto3 Syntax = 3
proto.go#L155: func (s Syntax) IsValid() bool {
proto.go#L165: func (s Syntax) String() string {
proto.go#L177: func (s Syntax) GoString() string {
type.go#L53: Syntax() Syntax // e.g., Proto2 or Proto3
google.golang.org/protobuf/internal/filedesc
desc.go#L45: Syntax pref.Syntax
desc.go#L64: func (fd *File) Syntax() pref.Syntax { return fd.L1.Syntax }
desc.go#L505: func (d *Base) Syntax() pref.Syntax { return d.L0.ParentFile.Syntax() }
placeholder.go#L36: func (f PlaceholderFile) Syntax() pref.Syntax { return 0 }
placeholder.go#L58: func (e PlaceholderEnum) Syntax() pref.Syntax { return 0 }
placeholder.go#L75: func (e PlaceholderEnumValue) Syntax() pref.Syntax { return 0 }
placeholder.go#L90: func (m PlaceholderMessage) Syntax() pref.Syntax { return 0 }
google.golang.org/protobuf/internal/impl
legacy_extension.go#L148: func (x placeholderExtension) Syntax() pref.Syntax { return 0 }
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |