Searched refs:sourceParts (Results 1 – 1 of 1) sorted by relevance
252 List<String> sourceParts = BAR_SPLITTER.splitToList(source); in addIfNeeded() local253 if (sourceParts.size() > 1) { in addIfNeeded()254 …ation continuation = new Continuation(ImmutableList.copyOf(sourceParts.subList(1, sourceParts.size… in addIfNeeded()255 data.put(sourceParts.get(0), continuation); in addIfNeeded()