Home
last modified time | relevance | path

Searched refs:GoPackage (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/protoc-gen-go/generator/
Dname_test.go77 GoPackage: &tc.in,
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2685 public string GoPackage { property in Google.Protobuf.Reflection.FileOptions
2820 if (GoPackage != other.GoPackage) return false; in Equals()
2840 if (GoPackage.Length != 0) hash ^= GoPackage.GetHashCode(); in GetHashCode()
2873 if (GoPackage.Length != 0) { in WriteTo()
2875 output.WriteString(GoPackage); in WriteTo()
2936 if (GoPackage.Length != 0) { in CalculateSize()
2937 size += 1 + pb::CodedOutputStream.ComputeStringSize(GoPackage); in CalculateSize()
2986 if (other.GoPackage.Length != 0) { in MergeFrom()
2987 GoPackage = other.GoPackage; in MergeFrom()
3037 GoPackage = input.ReadString(); in MergeFrom()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1338GoPackage *string `protobuf:"bytes,11,opt,name=go_package,json=goPackage" json:"go_package,omitemp… member
1482 if m != nil && m.GoPackage != nil {
1483 return *m.GoPackage
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1299GoPackage *string `protobuf:"bytes,11,opt,name=go_package,json=goPackage" json:"go_package,omitemp… member
1434 if m != nil && m.GoPackage != nil {
1435 return *m.GoPackage