SmallSortedMap 71 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java private final SmallSortedMap<FieldDescriptorType, Object> fields; SmallSortedMap 77 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java this.fields = SmallSortedMap.newFieldMap(16); SmallSortedMap 85 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java this.fields = SmallSortedMap.newFieldMap(0); SmallSortedMap 162 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java SmallSortedMap<FieldDescriptorType, Object> result = SmallSortedMap 163 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java SmallSortedMap.newFieldMap(16); SmallSortedMap 99 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java SmallSortedMap<FieldDescriptorType, Object> newFieldMap(int arraySize) { SmallSortedMap 100 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return new SmallSortedMap<FieldDescriptorType, Object>(arraySize) { SmallSortedMap 132 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java static <K extends Comparable<K>, V> SmallSortedMap<K, V> newInstanceForTest( SmallSortedMap 134 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return new SmallSortedMap<K, V>(arraySize); SmallSortedMap 479 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return SmallSortedMap.this.size(); SmallSortedMap 516 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java SmallSortedMap.this.remove(entry.getKey()); SmallSortedMap 524 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java SmallSortedMap.this.clear(); SmallSortedMap 102 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map1 = SmallSortedMap 103 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap.newInstanceForTest(3); SmallSortedMap 104 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map2 = SmallSortedMap 105 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap.newInstanceForTest(4); SmallSortedMap 106 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map3 = SmallSortedMap 107 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap.newInstanceForTest(3); SmallSortedMap 108 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map4 = SmallSortedMap 109 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap.newInstanceForTest(4); SmallSortedMap 127 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java List<SmallSortedMap<Integer, Integer>> allMaps = SmallSortedMap 128 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java new ArrayList<SmallSortedMap<Integer, Integer>>(); SmallSortedMap 134 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java for (SmallSortedMap<Integer, Integer> map : allMaps) { SmallSortedMap 147 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 158 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 199 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 210 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 232 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 246 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 263 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 281 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 293 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 308 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 323 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); SmallSortedMap 338 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3);