Home
last modified time | relevance | path

Searched refs:copyList (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java95 List<Value> copyList = new ArrayList<>(list); in testOfIterable_ReturnsTheValue() local
96 list.add(Values.of(copyList)); in testOfIterable_ReturnsTheValue()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java204 SmallSortedMap<T, Object> fields, boolean copyList) { in cloneAllFieldsMap() argument
207 cloneFieldEntry(result, fields.getArrayEntryAt(i), copyList); in cloneAllFieldsMap()
210 cloneFieldEntry(result, entry, copyList); in cloneAllFieldsMap()
216 Map<T, Object> map, Map.Entry<T, Object> entry, boolean copyList) { in cloneFieldEntry() argument
221 } else if (copyList && value instanceof List) { in cloneFieldEntry()