Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Support/
DStorageUniquer.h95 template <typename T> ArrayRef<T> copyInto(ArrayRef<T> elements) { in copyInto() function
105 StringRef copyInto(StringRef str) { in copyInto() function
/external/guava/android/guava/src/com/google/common/collect/
DSets.java560 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
710 public <S extends Set<E>> S copyInto(S set) { in union() method
/external/guava/guava/src/com/google/common/collect/
DSets.java610 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
783 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/llvm-project/clang/lib/AST/
DTemplateBase.cpp585 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
/external/protobuf/js/
Dmessage.js1745 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
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3958 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const { in copyInto() function in CallArg