Home
last modified time | relevance | path

Searched refs:CALL_OPTIONS (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DAbstractBenchmark.java116 private static final CallOptions CALL_OPTIONS = CallOptions.DEFAULT; field in AbstractBenchmark
413 channel.newCall(unaryMethod, CALL_OPTIONS), slice, this); in startUnaryCalls()
433 channel.newCall(pingPongMethod, CALL_OPTIONS); in startStreamingCalls()
487 channel.newCall(flowControlledStreaming, CALL_OPTIONS); in startFlowControlledStreamingCalls()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCensusModulesTest.java105 private static final CallOptions CALL_OPTIONS = field in CensusModulesTest
256 call = interceptedChannel.newCall(method, CALL_OPTIONS); in testClientInterceptors()
263 call = interceptedChannel.newCall(method, CALL_OPTIONS); in testClientInterceptors()