HomeSort by: relevance | last modified time | path
    Searched defs:scoped_fd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_fd.h 0 /* scoped_fd, automatically close a file descriptor
28 class scoped_fd class
31 explicit scoped_fd (int fd = -1) noexcept : m_fd (fd) {}
33 scoped_fd (scoped_fd &&other) noexcept
39 ~scoped_fd ()
45 scoped_fd &operator= (scoped_fd &&other)
57 DISABLE_COPY_AND_ASSIGN (scoped_fd);
67 descriptor. On success, this scoped_fd will be released. O
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_fd.h 0 /* scoped_fd, automatically close a file descriptor
28 class scoped_fd class
31 explicit scoped_fd (int fd = -1) noexcept : m_fd (fd) {}
33 scoped_fd (scoped_fd &&other) noexcept
39 ~scoped_fd ()
45 scoped_fd &operator= (scoped_fd &&other)
57 DISABLE_COPY_AND_ASSIGN (scoped_fd);
67 descriptor. On success, this scoped_fd will be released. O
    [all...]

Completed in 23 milliseconds