Home
last modified time | relevance | path

Searched refs:passThrough (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DDelayedStream.java44 private volatile boolean passThrough; field in DelayedStream
61 if (passThrough) { in setMaxInboundMessageSize()
75 if (passThrough) { in setMaxOutboundMessageSize()
122 assert !passThrough; in drainPendingCalls() local
129 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 …]
DRetriableStream.java313 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.State
724 boolean passThrough) { in State() argument
730 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 …]
/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.c32 void passThrough(int *p) { in passThrough() function
41 passThrough(ptr); in testChainedCalls()
/external/icu/icu4c/source/i18n/
Dnumber_roundingutils.h155 static RoundingImpl passThrough();
Dnumber_scientific.cpp148 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_compact.cpp317 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
Dnumber_rounding.cpp282 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
/external/swiftshader/src/Shader/
DVertexProgram.hpp68 void passThrough();
DVertexProgram.cpp65 passThrough(); in pipeline()
612 void VertexProgram::passThrough() in passThrough() function in sw::VertexProgram