Searched refs:_source (Results 1 – 4 of 4) sorted by relevance
2527 private R _source; member2533 return _source.front; in front()2538 _source.popFront(); in popFront()2544 _source.popFront(); in popBack()2549 @property auto save() { return Result(_source.save, empty); } in save()2554 return _source.front; in back()2561 return _source.front; in opIndex()2566 return n > m ? this : Result(_source, false); in opSlice()2569 @property R source() { return _source; } in source()6740 this._source = source; in this()[all …]
950 #define ISC__BUFFER_PUTSTR(_b, _source) \ argument955 ISC_REQUIRE((_source) != NULL); \956 _length = (unsigned int)strlen(_source); \964 memmove(_cp, (_source), _length); \
2863 private R _source;2869 return _source.front;2874 _source.popFront();2880 _source.popFront();2885 @property auto save() { return Result(_source.save, empty); }2890 return _source.front;2897 return _source.front;2909 return n > m ? this : Result(_source, true);2912 @property R source() { return _source; }7777 this._source = source;[all …]
149 .. _source code range:590 .. _source range: