Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:m_os
(Results
1 - 3
of
3
) sorted by relevance
/third_party/zlib/contrib/iostream2/
H
A
D
zstream.h
158
ozstream() : m_fp(0),
m_os
(0) {
in ozstream()
161
: m_fp(0),
m_os
(0) {
in ozstream()
165
: m_fp(0),
m_os
(0) {
in ozstream()
199
if (
m_os
) {
in close()
200
::gzwrite(m_fp,
m_os
->str(),
m_os
->pcount());
in close()
201
delete[]
m_os
->str(); delete
m_os
;
m_os
= 0;
in close()
237
if (
m_os
in os()
255
ostrstream*
m_os
;
global()
member in ozstream
[all...]
/third_party/json/tests/thirdparty/doctest/
H
A
D
doctest.h
4686
std::ostream&
m_os
;
4866
XmlWriter::XmlWriter( std::ostream& os ) :
m_os
( os )
4879
m_os
<< m_indent << '<' << name;
4896
m_os
<< "/>";
4900
m_os
<< m_indent << "</" << m_tags.back() << ">";
4902
m_os
<< std::endl;
4909
m_os
<< ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"';
4915
m_os
<< ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"';
4920
m_os
<< ' ' << name << "=\"" << ( attribute ? "true" : "false" ) << '"';
4929
m_os
<< m_inden
[all...]
/third_party/libabigail/tests/lib/
H
A
D
catch.hpp
6320
std::ostream&
m_os
;
13713
mutable std::ostream
m_os
;
13717
CoutStream() :
m_os
( Catch::cout().rdbuf() ) {}
13721
std::ostream& stream() const override { return
m_os
; }
13728
mutable std::ostream
m_os
;
13732
m_os
( m_streamBuf.get() )
13738
std::ostream& stream() const override { return
m_os
; }
15645
XmlWriter::XmlWriter( std::ostream& os ) :
m_os
( os )
15661
m_os
<< m_indent;
15664
m_os
<< '<' << nam
[all...]
Completed in 23 milliseconds