func google.golang.org/protobuf/internal/impl.legacyWrapMessage
5 uses
google.golang.org/protobuf/internal/impl (current package)
api_export.go#L134: return legacyWrapMessage(reflect.ValueOf(m)).Interface()
api_export.go#L146: return legacyWrapMessage(reflect.ValueOf(m))
codec_field.go#L827: return legacyWrapMessage(v).Interface()
convert.go#L429: return pref.ValueOfMessage(legacyWrapMessage(v))
legacy_message.go#L26: func legacyWrapMessage(v reflect.Value) pref.Message {
![]() |
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. |