google.golang.org/protobuf/reflect/protoregistry.Files.filesByPath (field)
7 uses
google.golang.org/protobuf/reflect/protoregistry (current package)
registry.go#L72: filesByPath map[string]protoreflect.FileDescriptor
registry.go#L95: r.filesByPath = make(map[string]protoreflect.FileDescriptor)
registry.go#L98: if prev := r.filesByPath[path]; prev != nil {
registry.go#L177: r.filesByPath[path] = file
registry.go#L284: if fd, ok := r.filesByPath[path]; ok {
registry.go#L299: return len(r.filesByPath)
registry.go#L312: for _, file := range r.filesByPath {
![]() |
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. |