Home
last modified time | relevance | path

Searched defs:ScopeBuffer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dscopebuffer.d95 struct ScopeBuffer(T, alias realloc = /*core.stdc.stdlib*/.realloc) struct
134 auto sbuf = ScopeBuffer!ubyte(tmpbuf); argument
145 debug(ScopeBuffer) buf[0 .. bufLen] = 0; in free() argument
157 void put(T c) in put()
197 * The result is only valid until the next `put()` or `ScopeBuffer` goes out of scope. argument
199 @system inout(T)[] opSlice(size_t lower, size_t upper) inout in inout()
230 * The number of elements in the `ScopeBuffer`. argument
232 @property size_t length() const in length()
242 @property void length(size_t i) in length()
252 alias opDollar = length;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dscopebuffer.d96 struct ScopeBuffer(T, alias realloc = /*core.stdc.stdlib*/.realloc) struct
135 auto sbuf = ScopeBuffer!ubyte(tmpbuf); argument
146 debug(ScopeBuffer) buf[0 .. bufLen] = 0; in free() argument
158 void put(T c) in put()
198 * The result is only valid until the next `put()` or `ScopeBuffer` goes out of scope. argument
200 @system inout(T)[] opSlice(size_t lower, size_t upper) inout in inout()
231 * The number of elements in the `ScopeBuffer`. argument
233 @property size_t length() const in length()
243 @property void length(size_t i) in length()
253 alias opDollar = length;
[all …]