Searched refs:otherList (Results 1 – 5 of 5) sorted by relevance
102 public void concatenate(SIPObjectList otherList) { in concatenate() argument103 super.concatenate(otherList); in concatenate()111 public void concatenate(SIPObjectList otherList, boolean topFlag) { in concatenate() argument112 super.concatenate(otherList, topFlag); in concatenate()
75 void dng_opcode_list::Swap (dng_opcode_list &otherList) in Swap() argument78 fList.swap (otherList.fList); in Swap()80 std::swap (fAlwaysApply, otherList.fAlwaysApply); in Swap()82 std::swap (fStage, otherList.fStage); in Swap()
113 void Swap (dng_opcode_list &otherList);
22 List<String> sort(List<String> otherList); in sort() argument
171 public void addAll(NodeList<N> otherList) { in addAll() argument172 for (N node : otherList) { in addAll()