google.golang.org/protobuf/reflect/protoreflect.FullName.IsValid (method)
7 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
proto.go#L442: func (s FullName) IsValid() bool {
google.golang.org/protobuf/encoding/protojson
well_known_types.go#L845: if !pref.FullName(s).IsValid() {
well_known_types.go#L879: if strings.Contains(s0, "_") || !pref.FullName(s).IsValid() {
google.golang.org/protobuf/internal/impl
legacy_message.go#L258: if name.IsValid() {
legacy_message.go#L267: if name.IsValid() {
google.golang.org/protobuf/types/known/anypb
any.pb.go#L343: if !name.IsValid() {
github.com/golang/protobuf/ptypes
any.go#L34: if !name.IsValid() {
![]() |
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. |