Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileChannel.java499 public long transferTo(long position, long count, WritableByteChannel target) throws IOException { in transferTo() method in JimfsFileChannel
DRegularFile.java559 public long transferTo(long pos, long count, WritableByteChannel dest) throws IOException { in transferTo() method in RegularFile
/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp207 CompileCommand transferTo(StringRef Filename) const { in transferTo() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp54 void ResourceTracker::transferTo(ResourceTracker &DstRT) { in transferTo() function in llvm::orc::ResourceTracker