Home
last modified time | relevance | path

Searched refs:PAYLOAD_NOT_SET (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dconformance_request.js76 ConformanceRequest.PayloadCase.PAYLOAD_NOT_SET);
85 PAYLOAD_NOT_SET: 0, property
Dconformance_testee.js29 if(request.getPayloadCase() === ConformanceRequest.PayloadCase.PAYLOAD_NOT_SET) {
/third_party/protobuf/conformance/
DConformanceJavaLite.java92 case PAYLOAD_NOT_SET: { in doTest()
Dconformance_nodejs.js83 case conformance.ConformanceRequest.PayloadCase.PAYLOAD_NOT_SET:
Dconformance_cpp.cc153 case ConformanceRequest::PAYLOAD_NOT_SET: in DoTest()
DConformanceJava.java320 case PAYLOAD_NOT_SET: { in doTest()