Home
last modified time | relevance | path

Searched refs:getPayload (Results 1 – 22 of 22) sorted by relevance

/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskTreeTest.java201 assertEquals(2, builder.getPayload().getRepeatedInt32Count()); in testMerge()
202 assertEquals(1000, builder.getPayload().getRepeatedInt32(0)); in testMerge()
203 assertEquals(4321, builder.getPayload().getRepeatedInt32(1)); in testMerge()
207 assertEquals(1, builder.getPayload().getRepeatedInt32Count()); in testMerge()
208 assertEquals(4321, builder.getPayload().getRepeatedInt32(0)); in testMerge()
216 assertEquals(1234, builder.getPayload().getOptionalInt32()); in testMerge()
217 assertEquals(2000, builder.getPayload().getOptionalUint32()); in testMerge()
231 assertEquals(1234, builder.getPayload().getOptionalInt32()); in testMerge()
232 assertEquals(0, builder.getPayload().getOptionalUint32()); in testMerge()
249 assertEquals(true, builder.getPayload().hasOptionalInt32()); in testMerge()
[all …]
DFieldMaskUtilTest.java182 assertEquals(1234, builder.getPayload().getOptionalInt32()); in testMerge()
/external/deqp/framework/delibs/decpp/
DdeThreadSafeRingBuffer.cpp53 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload() function
78 …_ASSERT((m_lastPayload[threadId] == 0 && msg.getPayload() == 0) || m_lastPayload[threadId] < msg.g… in run()
80 m_lastPayload[threadId] = msg.getPayload(); in run()
81 m_payloadSum[threadId] += (deUint32)msg.getPayload(); in run()
DdeBlockBuffer.cpp54 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload() function
102 …_ASSERT((m_lastPayload[threadId] == 0 && msg.getPayload() == 0) || m_lastPayload[threadId] < msg.g… in run()
104 m_lastPayload[threadId] = msg.getPayload(); in run()
105 m_payloadSum[threadId] += (deUint32)msg.getPayload(); in run()
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterfaceControlMessagesHelper.java43 RunResponseMessageParams.deserialize(message.asServiceMessage().getPayload()); in accept()
75 Message payload = message.getPayload(); in handleRun()
98 Message payload = message.getPayload(); in handleRunOrClosePipe()
DServiceMessage.java56 public Message getPayload() { in getPayload() method in ServiceMessage
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DMessageHeaderTest.java40 Point p2 = Point.deserialize(message.getPayload()); in testSimpleMessageHeader()
69 Point p2 = Point.deserialize(message.getPayload()); in testMessageWithRequestIdHeader()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DStreamingOutputCallResponse.php36 public function getPayload() function in Grpc\\Testing\\StreamingOutputCallResponse
DStreamingInputCallRequest.php45 public function getPayload() function in Grpc\\Testing\\StreamingInputCallRequest
DPayloadConfig.php92 public function getPayload() function in Grpc\\Testing\\PayloadConfig
DSimpleResponse.php49 public function getPayload() function in Grpc\\Testing\\SimpleResponse
DStreamingOutputCallRequest.php118 public function getPayload() function in Grpc\\Testing\\StreamingOutputCallRequest
DSimpleRequest.php139 public function getPayload() function in Grpc\\Testing\\SimpleRequest
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DMessages.java1869 io.grpc.benchmarks.proto.Messages.Payload getPayload(); in getPayload() method
2192 public io.grpc.benchmarks.proto.Messages.Payload getPayload() { in getPayload() method in Messages.SimpleRequest
2203 return getPayload(); in getPayloadOrBuilder()
2359 output.writeMessage(3, getPayload()); in writeTo()
2394 .computeMessageSize(3, getPayload()); in getSerializedSize()
2437 result = result && getPayload() in equals()
2438 .equals(other.getPayload()); in equals()
2476 hash = (53 * hash) + getPayload().hashCode(); in hashCode()
2755 mergePayload(other.getPayload()); in mergeFrom()
2931 public io.grpc.benchmarks.proto.Messages.Payload getPayload() { in getPayload() method in Messages.SimpleRequest.Builder
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMessages.java1419 io.grpc.testing.integration.Messages.Payload getPayload(); in getPayload() method
1742 public io.grpc.testing.integration.Messages.Payload getPayload() { in getPayload() method in Messages.SimpleRequest
1753 return getPayload(); in getPayloadOrBuilder()
1909 output.writeMessage(3, getPayload()); in writeTo()
1944 .computeMessageSize(3, getPayload()); in getSerializedSize()
1987 result = result && getPayload() in equals()
1988 .equals(other.getPayload()); in equals()
2026 hash = (53 * hash) + getPayload().hashCode(); in hashCode()
2305 mergePayload(other.getPayload()); in mergeFrom()
2481 public io.grpc.testing.integration.Messages.Payload getPayload() { in getPayload() method in Messages.SimpleRequest.Builder
[all …]
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php108 $payload = $result->getPayload();
280 $payload = $value->getPayload();
316 $payload = $response->getPayload();
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/
Dinterface_definition.tmpl117 {{request_struct|name}}.deserialize(messageWithHeader.getPayload());
119 {{request_struct|name}}.deserialize(messageWithHeader.getPayload());
247 …onse_struct|name}} response = {{response_struct|name}}.deserialize(messageWithHeader.getPayload());
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
DLongLivedChannel.java68 if (simpleResponse.getPayload().getBody().size() == responseSize) { in doGet()
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DD2DSpakeEd25519Handshake.java520 hashMessage.getPayload().toByteArray()); in parseHashMessage()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java838 assertEquals(COMPRESSABLE, response.getPayload().getType()); in fullDuplexCallShouldSucceed()
839 int length = response.getPayload().getBody().size(); in fullDuplexCallShouldSucceed()
877 assertEquals(COMPRESSABLE, response.getPayload().getType()); in halfDuplexCallShouldSucceed()
878 int length = response.getPayload().getBody().size(); in halfDuplexCallShouldSucceed()
1718 assertEquals(314159, response.getPayload().getBody().size()); in jwtTokenCreds()
DTestServiceImpl.java153 totalPayloadSize += message.getPayload().getBody().size(); in streamingInputCall()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DGeneratedMessageTest.java1536 assertTrue(message.getPayload().hasOneofNestedMessage()); in testOneofNestedBuilderOnChangePropagation()