Home
last modified time | relevance | path

Searched refs:SwiftPrefix (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go1667SwiftPrefix *string `protobuf:"bytes,39,opt,name=swift_prefix,json=swiftPrefix" json:"swift_prefix… member
1840 if x != nil && x.SwiftPrefix != nil {
1841 return *x.SwiftPrefix
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5586 public string SwiftPrefix { property in Google.Protobuf.Reflection.FileOptions
5773 if (SwiftPrefix != other.SwiftPrefix) return false; in Equals()
5804 if (HasSwiftPrefix) hash ^= SwiftPrefix.GetHashCode(); in GetHashCode()
5889 output.WriteString(SwiftPrefix); in WriteTo()
5983 output.WriteString(SwiftPrefix); in IBufferMessage.InternalWriteTo()
6065 size += 2 + pb::CodedOutputStream.ComputeStringSize(SwiftPrefix); in CalculateSize()
6141 SwiftPrefix = other.SwiftPrefix; in MergeFrom()
6231 SwiftPrefix = input.ReadString(); in MergeFrom()
6332 SwiftPrefix = input.ReadString(); in IBufferMessage.InternalMergeFrom()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5586 public string SwiftPrefix { property in Google.Protobuf.Reflection.FileOptions
5773 if (SwiftPrefix != other.SwiftPrefix) return false; in Equals()
5804 if (HasSwiftPrefix) hash ^= SwiftPrefix.GetHashCode(); in GetHashCode()
5889 output.WriteString(SwiftPrefix); in WriteTo()
5983 output.WriteString(SwiftPrefix); in IBufferMessage.InternalWriteTo()
6065 size += 2 + pb::CodedOutputStream.ComputeStringSize(SwiftPrefix); in CalculateSize()
6141 SwiftPrefix = other.SwiftPrefix; in MergeFrom()
6231 SwiftPrefix = input.ReadString(); in MergeFrom()
6332 SwiftPrefix = input.ReadString(); in IBufferMessage.InternalMergeFrom()