Home
last modified time | relevance | path

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

/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskTreeTest.java223 assertEquals(false, builder.hasPayload()); in testMerge()
239 assertEquals(false, builder.hasPayload()); in testMerge()
258 assertEquals(true, builder.hasPayload()); in testMerge()
/external/deqp/executor/
DxeTcpIpLink.cpp293 bool hasPayload = false; in run() local
300 hasPayload = m_curMsgPos >= messageSize; in run()
303 if (hasPayload) in run()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DMessages.java1861 boolean hasPayload(); in hasPayload() method
2182 public boolean hasPayload() { in hasPayload() method in Messages.SimpleRequest
2435 result = result && (hasPayload() == other.hasPayload()); in equals()
2436 if (hasPayload()) { in equals()
2474 if (hasPayload()) { in hashCode()
2754 if (other.hasPayload()) { in mergeFrom()
2921 public boolean hasPayload() { in hasPayload() method in Messages.SimpleRequest.Builder
3685 boolean hasPayload(); in hasPayload() method
3851 public boolean hasPayload() { in hasPayload() method in Messages.SimpleResponse
4016 result = result && (hasPayload() == other.hasPayload()); in equals()
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMessages.java1411 boolean hasPayload(); in hasPayload() method
1732 public boolean hasPayload() { in hasPayload() method in Messages.SimpleRequest
1985 result = result && (hasPayload() == other.hasPayload()); in equals()
1986 if (hasPayload()) { in equals()
2024 if (hasPayload()) { in hashCode()
2304 if (other.hasPayload()) { in mergeFrom()
2471 public boolean hasPayload() { in hasPayload() method in Messages.SimpleRequest.Builder
3235 boolean hasPayload(); in hasPayload() method
3401 public boolean hasPayload() { in hasPayload() method in Messages.SimpleResponse
3566 result = result && (hasPayload() == other.hasPayload()); in equals()
[all …]
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DD2DSpakeEd25519Handshake.java516 if (isInitiator && hashMessage.hasPayload()) { in parseHashMessage()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DGeneratedMessageTest.java1533 assertTrue(parentBuilder.hasPayload()); in testOneofNestedBuilderOnChangePropagation()
1535 assertTrue(message.hasPayload()); in testOneofNestedBuilderOnChangePropagation()