Lines Matching defs:StreamDescriptor
24 StreamDescriptor::StreamDescriptor() = default;
26 StreamDescriptor::StreamDescriptor(StreamDescriptor &&other) {
30 StreamDescriptor::~StreamDescriptor() {
44 StreamDescriptor &StreamDescriptor::operator=(StreamDescriptor &&other) {
55 StreamDescriptor StreamDescriptor::from_socket(SOCKET s, bool close) {
56 StreamDescriptor sd;
63 StreamDescriptor StreamDescriptor::from_file(int fd, bool close) {
64 StreamDescriptor sd;