Searched defs:BitMemoryStreamOut (Results 1 – 1 of 1) sorted by relevance
30 explicit BitMemoryStreamOut(Container *data) : BitMemoryStreamOut(data, 0) {} in BitMemoryStreamOut() function31 BitMemoryStreamOut(Container *data, size_t offset) : data_(data), offset_(offset) {} in BitMemoryStreamOut() function