Home
last modified time | relevance | path

Searched refs:getPayloadCase (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/conformance/
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) {
Dconformance_request.js64 getPayloadCase() { method in ConformanceRequest
/third_party/protobuf/conformance/
DConformanceJavaLite.java79 switch (request.getPayloadCase()) { in doTest()
Dconformance_nodejs.js52 switch (request.getPayloadCase()) {
DConformanceJava.java244 switch (request.getPayloadCase()) { in doTest()