Home
last modified time | relevance | path

Searched defs:copyInto (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSets.java517 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
564 @Override public <S extends Set<E>> S copyInto(S set) { in union() method in Sets
/external/guava/guava/src/com/google/common/collect/
DSets.java553 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
600 @Override public <S extends Set<E>> S copyInto(S set) { in union() method in Sets
/external/clang/lib/AST/
DTemplateBase.cpp565 void ASTTemplateArgumentListInfo::copyInto( in copyInto() function in ASTTemplateArgumentListInfo
/external/clang/lib/CodeGen/
DCodeGenFunction.h643 static void copyInto(const DeclMapTy &src, DeclMapTy &dest) { in copyInto() function