Home
last modified time | relevance | path

Searched defs:copyInto (Results 1 – 5 of 5) 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.cpp589 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
/external/protobuf/js/
Dmessage.js1253 jspb.Message.copyInto = function(fromMessage, toMessage) { function in jspb.Message
/external/clang/lib/CodeGen/
DCodeGenFunction.h668 static void copyInto(const DeclMapTy &src, DeclMapTy &dest) { in copyInto() function