Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d1309 static struct SyncLineInputRange struct
1312 private Char[] lines;
1313 private Char[] current;
1314 private bool currentValid;
1315 private bool keepTerminator;
1316 private Terminator terminator;
1318 this(Char[] lines, bool kt, Terminator terminator) in this()
1327 @property @safe bool empty() in empty()
1332 @property @safe Char[] front() in front()
1339 void popFront() in popFront()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d1280 static struct SyncLineInputRange struct
1283 private Char[] lines;
1284 private Char[] current;
1285 private bool currentValid;
1286 private bool keepTerminator;
1287 private Terminator terminator;
1289 this(Char[] lines, bool kt, Terminator terminator) in this()
1298 @property @safe bool empty() in empty()
1303 @property @safe Char[] front() in front()
1309 void popFront() in popFront()