Home
last modified time | relevance | path

Searched defs:passThrough (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DDelayedStream.java44 private volatile boolean passThrough; field in DelayedStream
122 assert !passThrough; in drainPendingCalls() local
368 private volatile boolean passThrough; field in DelayedStream.DelayedStreamListener
447 assert !passThrough; in drainPendingCallbacks() local
DRetriableStream.java702 final boolean passThrough; field in RetriableStream.State
724 boolean passThrough) { in State()
/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.c32 void passThrough(int *p) { in passThrough() function
/external/icu/icu4c/source/i18n/
Dnumber_rounding.cpp282 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
/external/swiftshader/src/Shader/
DVertexProgram.cpp612 void VertexProgram::passThrough() in passThrough() function in sw::VertexProgram