Home
last modified time | relevance | path

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

/external/guava/android/guava/src/com/google/common/collect/
DSets.java570 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
728 public <S extends Set<E>> S copyInto(S set) { in union() method
/external/guava/guava/src/com/google/common/collect/
DSets.java584 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
766 public <S extends Set<E>> S copyInto(S set) { in union() method
/external/clang/lib/AST/
DTemplateBase.cpp589 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
/external/cronet/third_party/protobuf/js/
Dmessage.js1795 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