Home
last modified time | relevance | path

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

/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DCurrentSpanUtils.java52 return new ScopeInSpan(span, endSpan); in withSpan()
80 private static final class ScopeInSpan implements Scope { class in CurrentSpanUtils
90 private ScopeInSpan(Span span, boolean endSpan) { in ScopeInSpan() method in CurrentSpanUtils.ScopeInSpan