Home
last modified time | relevance | path

Searched defs:toRestore (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/context/src/main/java/io/grpc/
DThreadLocalContextStorage.java42 public void detach(Context toDetach, Context toRestore) { in detach()
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java111 Context toRestore = contextOfThisThread.attach(); in defaultContext() local
241 Context toRestore = child.attach(); in withValuesThree() local
257 Context toRestore = child.attach(); in withValuesFour() local
434 Context toRestore = base.attach(); in cancellableContextIsAttached() local
923 Context toRestore = blueContext.attach(); in storageReturnsNullTest() local
/external/opencensus-java/contrib/spring_sleuth_v1x/src/main/java/io/opencensus/contrib/spring/sleuth/v1x/
DOpenCensusSleuthSpanContextHolder.java62 private static SpanContext removeCurrentSpanInternal( in removeCurrentSpanInternal()