Searched refs:spanIdStr (Results 1 – 2 of 2) sorted by relevance
97 String spanIdStr = getter.get(carrier, X_B3_SPAN_ID); in extract() local98 if (spanIdStr != null) { in extract()99 spanId = SpanId.fromLowerBase16(spanIdStr); in extract()
119 CharSequence spanIdStr = in extract() local122 SpanId spanId = longToSpanId(UnsignedLongs.parseUnsignedLong(spanIdStr.toString(), 10)); in extract()