Home | History | Annotate | Download | only in content

Lines Matching defs:smaller

3333         Bundle smaller = b1.size() > b2.size() ? b2 : b1;
3338 if (!smaller.containsKey(key)) {
3341 if (!Objects.equals(bigger.get(key), smaller.get(key))) {