Home
last modified time | relevance | path

Searched refs:ProtobufPayload (Results 1 – 4 of 4) 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 …]
/external/golang-protobuf/conformance/
Dconformance.go105 err = proto.Unmarshal(p.ProtobufPayload, &msg)
134 ProtobufPayload: p,
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go170ProtobufPayload []byte `protobuf:"bytes,1,opt,name=protobuf_payload,json=protobufPayload,proto3,on… member
190 return x.ProtobufPayload
274ProtobufPayload []byte `protobuf:"bytes,3,opt,name=protobuf_payload,json=protobufPayload,proto3,on… member
327 return x.ProtobufPayload