Home
last modified time | relevance | path

Searched refs:PayloadCase (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/conformance/
H A Dconformance_request.js62 * @return {!ConformanceRequest.PayloadCase}
66 return /** @type {!ConformanceRequest.PayloadCase} */ (
67 ConformanceRequest.PayloadCase.PROTOBUF_PAYLOAD);
69 return /** @type {!ConformanceRequest.PayloadCase} */ (
70 ConformanceRequest.PayloadCase.JSON_PAYLOAD);
72 return /** @type {!ConformanceRequest.PayloadCase} */ (
73 ConformanceRequest.PayloadCase.TEXT_PAYLOAD);
75 return /** @type {!ConformanceRequest.PayloadCase} */ (
76 ConformanceRequest.PayloadCase.PAYLOAD_NOT_SET);
84 ConformanceRequest.PayloadCase
[all...]
H A Dconformance_testee.js19 if(request.getPayloadCase() === ConformanceRequest.PayloadCase.JSON_PAYLOAD) {
24 if(request.getPayloadCase() === ConformanceRequest.PayloadCase.TEXT_PAYLOAD) {
29 if(request.getPayloadCase() === ConformanceRequest.PayloadCase.PAYLOAD_NOT_SET) {
34 if(request.getPayloadCase() !== ConformanceRequest.PayloadCase.PROTOBUF_PAYLOAD) {
/third_party/protobuf/conformance/
H A Dconformance_nodejs.js53 case conformance.ConformanceRequest.PayloadCase.PROTOBUF_PAYLOAD: {
75 case conformance.ConformanceRequest.PayloadCase.JSON_PAYLOAD:
79 case conformance.ConformanceRequest.PayloadCase.TEXT_PAYLOAD:
83 case conformance.ConformanceRequest.PayloadCase.PAYLOAD_NOT_SET:
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DProgram.cs95 switch (request.PayloadCase) in PerformRequest()
133 throw new Exception("Unsupported request payload: " + request.PayloadCase); in PerformRequest()
H A DConformance.cs312 switch (other.PayloadCase) { in ConformanceRequest()
468 public PayloadOneofCase PayloadCase { property in Conformance.ConformanceRequest
500 if (PayloadCase != other.PayloadCase) return false; in Equals()
679 switch (other.PayloadCase) { in MergeFrom()

Completed in 3 milliseconds