HomeSort by: relevance | last modified time | path
    Searched defs:ozstream (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/zlib/contrib/iostream2/
zstream.h 43 zstringlen(class ozstream&, const char*);
153 // ----------------------------- ozstream -----------------------------
155 class ozstream class
158 ozstream() : m_fp(0), m_os(0) { function in class:ozstream
160 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
164 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
168 ~ozstream() {
264 inline int write(ozstream& zs, const T* x, Items items) {
272 inline ozstream& operator<(ozstream& zs, const T& x)
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream2/
zstream.h 43 zstringlen(class ozstream&, const char*);
153 // ----------------------------- ozstream -----------------------------
155 class ozstream class
158 ozstream() : m_fp(0), m_os(0) { function in class:ozstream
160 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
164 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
168 ~ozstream() {
264 inline int write(ozstream& zs, const T* x, Items items) {
272 inline ozstream& operator<(ozstream& zs, const T& x)
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream2/
zstream.h 43 zstringlen(class ozstream&, const char*);
153 // ----------------------------- ozstream -----------------------------
155 class ozstream class
158 ozstream() : m_fp(0), m_os(0) { function in class:ozstream
160 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
164 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
168 ~ozstream() {
264 inline int write(ozstream& zs, const T* x, Items items) {
272 inline ozstream& operator<(ozstream& zs, const T& x)
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream2/
zstream.h 43 zstringlen(class ozstream&, const char*);
153 // ----------------------------- ozstream -----------------------------
155 class ozstream class
158 ozstream() : m_fp(0), m_os(0) { function in class:ozstream
160 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
164 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
168 ~ozstream() {
264 inline int write(ozstream& zs, const T* x, Items items) {
272 inline ozstream& operator<(ozstream& zs, const T& x)
    [all...]
  /src/common/dist/zlib/contrib/iostream2/
zstream.h 42 zstringlen(class ozstream&, const char*);
152 // ----------------------------- ozstream -----------------------------
154 class ozstream class
157 ozstream() : m_fp(0), m_os(0) { function in class:ozstream
159 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
163 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
167 ~ozstream() {
263 inline int write(ozstream& zs, const T* x, Items items) {
271 inline ozstream& operator<(ozstream& zs, const T& x)
    [all...]

Completed in 26 milliseconds