Searched defs:WSink (Results 1 – 2 of 2) sorted by relevance
545 static struct WSink in _d_print_throwable() struct547 wchar_t* ptr; size_t len; in _d_print_throwable()549 void sink(in char[] s) scope nothrow in _d_print_throwable()565 wchar_t* get() { if (ptr) ptr[len] = 0; return ptr; } in _d_print_throwable()567 void free() { .free(ptr); } in _d_print_throwable()
578 static struct WSink in _d_print_throwable() struct580 WCHAR* ptr; size_t len; in _d_print_throwable()582 void sink(const scope char[] s) scope nothrow in _d_print_throwable()598 typeof(ptr) get() { if (ptr) ptr[len] = 0; return ptr; } in _d_print_throwable()600 void free() { .free(ptr); } in _d_print_throwable()