Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.cs248 case PayloadOneofCase.ProtobufPayload: in ConformanceRequest()
249 ProtobufPayload = other.ProtobufPayload; in ConformanceRequest()
266 public pb::ByteString ProtobufPayload { property in Conformance.ConformanceRequest
267 …get { return payloadCase_ == PayloadOneofCase.ProtobufPayload ? (pb::ByteString) payload_ : pb::By…
270 payloadCase_ = PayloadOneofCase.ProtobufPayload;
303 ProtobufPayload = 1, enumerator
331 if (ProtobufPayload != other.ProtobufPayload) return false; in Equals()
341 if (payloadCase_ == PayloadOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode()
355 if (payloadCase_ == PayloadOneofCase.ProtobufPayload) { in WriteTo()
357 output.WriteBytes(ProtobufPayload); in WriteTo()
[all …]