Searched refs:ProtobufPayload (Results 1 – 2 of 2) sorted by relevance
93 case ConformanceRequest.PayloadOneofCase.ProtobufPayload: in PerformRequest()94 message = TestAllTypes.Parser.ParseFrom(request.ProtobufPayload); in PerformRequest()116 return new ConformanceResponse { ProtobufPayload = message.ToByteString() }; in PerformRequest()
245 case PayloadOneofCase.ProtobufPayload: in ConformanceRequest()246 ProtobufPayload = other.ProtobufPayload; in ConformanceRequest()261 public pb::ByteString ProtobufPayload { property in Conformance.ConformanceRequest262 …get { return payloadCase_ == PayloadOneofCase.ProtobufPayload ? (pb::ByteString) payload_ : pb::By…265 payloadCase_ = PayloadOneofCase.ProtobufPayload;296 ProtobufPayload = 1, enumerator320 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 …]