Home
last modified time | relevance | path

Searched refs:lengthDelimitedList (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DUnknownField.cs57 private List<ByteString> lengthDelimitedList; field in Google.Protobuf.UnknownField
81 && Lists.Equals(lengthDelimitedList, otherField.lengthDelimitedList) in Equals()
94 hash = hash * 47 + Lists.GetHashCode(lengthDelimitedList); in GetHashCode()
131 if (lengthDelimitedList != null) in WriteTo()
133 foreach (ByteString value in lengthDelimitedList) in WriteTo()
175 if (lengthDelimitedList != null) in GetSerializedSize()
177 result += CodedOutputStream.ComputeTagSize(fieldNumber) * lengthDelimitedList.Count; in GetSerializedSize()
178 foreach (ByteString value in lengthDelimitedList) in GetSerializedSize()
204 lengthDelimitedList in MergeFrom()
[all...]
/third_party/protobuf/objectivec/
H A DGPBUnknownField.h61 @property(nonatomic, readonly, strong) NSArray<NSData*> *lengthDelimitedList; variable
85 * Add a value to the lengthDelimitedList.

Completed in 2 milliseconds