Searched defs:LineMap (Results 1 – 2 of 2) sorted by relevance
25 public class LineMap { class30 private LineMap(String source, ImmutableRangeMap<Integer, Integer> lines) { in LineMap() method in LineMap
73 typedef std::map<uint64, std::pair<string, uint32> > LineMap; typedef