Home
last modified time | relevance | path

Searched defs:passThrough (Results 1 – 8 of 8) 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/auto/factory/src/it/functional/src/main/java/com/google/auto/factory/
DGenericFoo.java47 public C passThrough(C value) { in passThrough() method in GenericFoo
/external/icu/icu4c/source/i18n/
Dnumber_rounding.cpp356 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
/external/cronet/third_party/icu/source/i18n/
Dnumber_rounding.cpp356 RoundingImpl RoundingImpl::passThrough() { in passThrough() function in RoundingImpl
/external/lz4/programs/
Dlz4io.c132 int passThrough; member
/external/angle/src/libANGLE/
DContext_gl.cpp1106 void Context::passThrough(GLfloat token) in passThrough() function in gl::Context