Home
last modified time | relevance | path

Searched refs:ProtobufPayload (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DProgram.cs93 case ConformanceRequest.PayloadOneofCase.ProtobufPayload: in PerformRequest()
94 message = TestAllTypes.Parser.ParseFrom(request.ProtobufPayload); in PerformRequest()
116 return new ConformanceResponse { ProtobufPayload = message.ToByteString() }; in PerformRequest()
DConformance.cs245 case PayloadOneofCase.ProtobufPayload: in ConformanceRequest()
246 ProtobufPayload = other.ProtobufPayload; in ConformanceRequest()
261 public pb::ByteString ProtobufPayload { property in Conformance.ConformanceRequest
262 …get { return payloadCase_ == PayloadOneofCase.ProtobufPayload ? (pb::ByteString) payload_ : pb::By…
265 payloadCase_ = PayloadOneofCase.ProtobufPayload;
296 ProtobufPayload = 1, enumerator
320 if (ProtobufPayload != other.ProtobufPayload) return false; in Equals()
329 if (payloadCase_ == PayloadOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode()
341 if (payloadCase_ == PayloadOneofCase.ProtobufPayload) { in WriteTo()
343 output.WriteBytes(ProtobufPayload); in WriteTo()
[all …]