HomeSort by relevance Sort by last modified time
    Searched refs:toRestore (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc-java/context/src/main/java/io/grpc/
ThreadLocalContextStorage.java 41 public void detach(Context toDetach, Context toRestore) {
49 doAttach(toRestore);
Context.java 682 * Context toRestore = c.attach();
686 * c.detach(toRestore);
    [all...]
  /external/opencensus-java/contrib/spring_sleuth_v1x/src/main/java/io/opencensus/contrib/spring/sleuth/v1x/
OpenCensusSleuthSpanContextHolder.java 62 @javax.annotation.Nullable SpanContext toRestore) {
63 if (toRestore != null) {
64 setSpanContextInternal(toRestore);
72 return toRestore;
  /external/grpc-grpc-java/context/src/test/java/io/grpc/
ContextTest.java 106 Context toRestore = contextOfThisThread.attach();
116 contextOfThisThread.detach(toRestore);
236 Context toRestore = child.attach();
243 child.detach(toRestore);
252 Context toRestore = child.attach();
260 child.detach(toRestore);
400 Context toRestore = base.attach();
417 base.detach(toRestore);
796 Context toRestore = child.attach();
798 assertNotNull(toRestore);
    [all...]

Completed in 1833 milliseconds