Home
last modified time | relevance | path

Searched defs: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
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java204 SmallSortedMap<T, Object> fields, boolean copyList) { in cloneAllFieldsMap()
216 Map<T, Object> map, Map.Entry<T, Object> entry, boolean copyList) { in cloneFieldEntry()