const google.golang.org/protobuf/internal/flags.ProtoLegacy
23 uses
google.golang.org/protobuf/internal/flags (current package)
flags.go#L17: const ProtoLegacy = protoLegacy
flags.go#L24: const LazyUnmarshalExtensions = ProtoLegacy
google.golang.org/protobuf/internal/encoding/text
decode_token.go#L282: if flags.ProtoLegacy && (t.numAttrs == numHex) {
decode_token.go#L300: if flags.ProtoLegacy && (t.numAttrs == numHex) {
google.golang.org/protobuf/internal/impl
codec_messageset.go#L17: if !flags.ProtoLegacy {
codec_messageset.go#L39: if !flags.ProtoLegacy {
codec_messageset.go#L94: if !flags.ProtoLegacy {
decode.go#L83: if flags.ProtoLegacy && mi.isMessageSet {
encode.go#L60: if flags.ProtoLegacy && mi.isMessageSet {
encode.go#L117: if flags.ProtoLegacy && mi.isMessageSet {
message_reflect_field.go#L306: if !flags.ProtoLegacy {
validate.go#L293: case flags.ProtoLegacy && st.mi.isMessageSet:
validate.go#L509: case flags.ProtoLegacy && vi.typ == validationTypeMessageSetItem:
google.golang.org/protobuf/internal/strs
strings.go#L20: if flags.ProtoLegacy {
google.golang.org/protobuf/encoding/protojson
decode.go#L137: if !flags.ProtoLegacy && messageset.IsMessageSet(messageDesc) {
decode.go#L200: if flags.ProtoLegacy {
encode.go#L166: if !flags.ProtoLegacy && messageset.IsMessageSet(messageDesc) {
google.golang.org/protobuf/encoding/prototext
decode.go#L107: if !flags.ProtoLegacy && messageset.IsMessageSet(messageDesc) {
decode.go#L197: if flags.ProtoLegacy {
encode.go#L155: if !flags.ProtoLegacy && messageset.IsMessageSet(messageDesc) {
google.golang.org/protobuf/proto
decode.go#L139: } else if flags.ProtoLegacy {
messageset.go#L28: if !flags.ProtoLegacy {
messageset.go#L55: if !flags.ProtoLegacy {
![]() |
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. |