reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  239     copy_n(_IIter, _Size, _OIter);

References

tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  660     std::copy_n(saved_opcodes.begin(),
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.cpp
  390     next = std::copy_n(part.begin(), chunk_size, next);
tools/lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h
  140     std::copy_n(Chunk.begin(), Size, &Data[Addr]);