Searched refs:passThrough (Results 1 – 9 of 9) sorted by relevance
44 private volatile boolean passThrough; field in DelayedStream61 if (passThrough) { in setMaxInboundMessageSize()75 if (passThrough) { in setMaxOutboundMessageSize()122 assert !passThrough; in drainPendingCalls() local129 passThrough = true; in drainPendingCalls()161 if (!passThrough) { in delayOrExecute()191 savedPassThrough = passThrough; in start()216 checkState(passThrough, "Called getAttributes before attributes are ready"); in getAttributes()223 if (passThrough) { in writeMessage()237 if (passThrough) { in flush()[all …]
313 if (!state.passThrough) { in delayOrExecute()335 if (savedState.passThrough) { in sendMessage()353 if (savedState.passThrough) { in request()371 if (savedState.passThrough) { in flush()702 final boolean passThrough; field in RetriableStream.State724 boolean passThrough) { in State() argument730 this.passThrough = passThrough; in State()732 checkState(!passThrough || buffer == null, "passThrough should imply buffer is null"); in State()734 !passThrough || winningSubstream != null, in State()737 !passThrough in State()[all …]
32 void passThrough(int *p) { in passThrough() function41 passThrough(ptr); in testChainedCalls()
155 static RoundingImpl passThrough();
148 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
317 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
282 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
68 void passThrough();
65 passThrough(); in pipeline()612 void VertexProgram::passThrough() in passThrough() function in sw::VertexProgram