OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_os
(Results
1 - 3
of
3
) sorted by null
/external/zlib/src/contrib/iostream2/
zstream.h
158
ozstream() : m_fp(0),
m_os
(0) {
161
: m_fp(0),
m_os
(0) {
165
: m_fp(0),
m_os
(0) {
199
if (
m_os
) {
200
::gzwrite(m_fp,
m_os
->str(),
m_os
->pcount());
201
delete[]
m_os
->str(); delete
m_os
;
m_os
= 0;
237
if (
m_os
== 0) m_os = new ostrstream
255
ostrstream*
m_os
;
member in class:ozstream
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java
43
private final OutputStream
m_os
;
field in class:WriterToASCI
53
m_os
= os;
75
m_os
.write(chars[i]);
92
m_os
.write(c);
107
m_os
.write(s.charAt(i));
122
m_os
.flush();
134
m_os
.close();
145
return
m_os
;
WriterToUTF8Buffered.java
55
private final OutputStream
m_os
;
field in class:WriterToUTF8Buffered
83
m_os
= out;
109
//
m_os
= out;
447
m_os
.write(m_outputBytes, 0, count);
467
m_os
.flush();
482
m_os
.close();
493
return
m_os
;
Completed in 60 milliseconds