Home
last modified time | relevance | path

Searched refs:nullRequest (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallTest.cs112 string nullRequest = null; // will throw when serializing in AsyncUnary_RequestSerializationExceptionDoesntLeakResources()
113 … Assert.Throws(typeof(ArgumentNullException), () => asyncCall.UnaryCallAsync(nullRequest)); in AsyncUnary_RequestSerializationExceptionDoesntLeakResources()
130 string nullRequest = null; // will throw when serializing in SyncUnary_RequestSerializationExceptionDoesntLeakResources()
131 Assert.Throws(typeof(ArgumentNullException), () => asyncCall.UnaryCall(nullRequest)); in SyncUnary_RequestSerializationExceptionDoesntLeakResources()
452 string nullRequest = null; // will throw when serializing in ServerStreaming_RequestSerializationExceptionDoesntLeakResources()
453 …ssert.Throws(typeof(ArgumentNullException), () => asyncCall.StartServerStreamingCall(nullRequest)); in ServerStreaming_RequestSerializationExceptionDoesntLeakResources()
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPMessage.java135 protected boolean nullRequest; field in SIPMessage
1877 return this.nullRequest; in isNullRequest()
1885 this.nullRequest = true; in setNullRequest()
DSIPRequest.java387 this.nullRequest = false; in setRequestURI()