type google.golang.org/protobuf/types/descriptorpb.SourceCodeInfo
12 uses
google.golang.org/protobuf/types/descriptorpb (current package)
descriptor.pb.go#L546: SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" json:"source_code_info,omitempty"`
descriptor.pb.go#L654: func (x *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo {
descriptor.pb.go#L2473: type SourceCodeInfo struct {
descriptor.pb.go#L2524: func (x *SourceCodeInfo) Reset() {
descriptor.pb.go#L2525: *x = SourceCodeInfo{}
descriptor.pb.go#L2533: func (x *SourceCodeInfo) String() string {
descriptor.pb.go#L2537: func (*SourceCodeInfo) ProtoMessage() {}
descriptor.pb.go#L2539: func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message {
descriptor.pb.go#L2552: func (*SourceCodeInfo) Descriptor() ([]byte, []int) {
descriptor.pb.go#L2556: func (x *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location {
descriptor.pb.go#L3612: (*SourceCodeInfo)(nil), // 25: google.protobuf.SourceCodeInfo
descriptor.pb.go#L3925: switch v := v.(*SourceCodeInfo); i {
![]() |
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. |