OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ios_base
(Results
176 - 200
of
879
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
right.pass.cpp
12
// class
ios_base
14
//
ios_base
& right(
ios_base
& str);
26
std::
ios_base
& r = std::right(ios);
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/basefield.manip/
dec.pass.cpp
12
// class
ios_base
14
//
ios_base
& dec(
ios_base
& str);
26
std::
ios_base
& r = std::dec(ios);
hex.pass.cpp
12
// class
ios_base
14
//
ios_base
& hex(
ios_base
& str);
26
std::
ios_base
& r = std::hex(ios);
oct.pass.cpp
12
// class
ios_base
14
//
ios_base
& oct(
ios_base
& str);
26
std::
ios_base
& r = std::oct(ios);
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/
fixed.pass.cpp
12
// class
ios_base
14
//
ios_base
& fixed(
ios_base
& str);
26
std::
ios_base
& r = std::fixed(ios);
scientific.pass.cpp
12
// class
ios_base
14
//
ios_base
& scientific(
ios_base
& str);
26
std::
ios_base
& r = std::scientific(ios);
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
boolalpha.pass.cpp
12
// class
ios_base
14
//
ios_base
& boolalpha(
ios_base
& str);
26
std::
ios_base
& r = std::boolalpha(ios);
noboolalpha.pass.cpp
12
// class
ios_base
14
//
ios_base
& noboolalpha(
ios_base
& str);
27
std::
ios_base
& r = std::noboolalpha(ios);
noshowbase.pass.cpp
12
// class
ios_base
14
//
ios_base
& noshowbase(
ios_base
& str);
27
std::
ios_base
& r = std::noshowbase(ios);
noshowpoint.pass.cpp
12
// class
ios_base
14
//
ios_base
& noshowpoint(
ios_base
& str);
27
std::
ios_base
& r = std::noshowpoint(ios);
noshowpos.pass.cpp
12
// class
ios_base
14
//
ios_base
& noshowpos(
ios_base
& str);
27
std::
ios_base
& r = std::noshowpos(ios);
noskipws.pass.cpp
12
// class
ios_base
14
//
ios_base
& noskipws(
ios_base
& str);
27
std::
ios_base
& r = std::noskipws(ios);
nounitbuf.pass.cpp
12
// class
ios_base
14
//
ios_base
& nounitbuf(
ios_base
& str);
27
std::
ios_base
& r = std::nounitbuf(ios);
nouppercase.pass.cpp
12
// class
ios_base
14
//
ios_base
& nouppercase(
ios_base
& str);
27
std::
ios_base
& r = std::nouppercase(ios);
showbase.pass.cpp
12
// class
ios_base
14
//
ios_base
& showbase(
ios_base
& str);
26
std::
ios_base
& r = std::showbase(ios);
showpoint.pass.cpp
12
// class
ios_base
14
//
ios_base
& showpoint(
ios_base
& str);
26
std::
ios_base
& r = std::showpoint(ios);
showpos.pass.cpp
12
// class
ios_base
14
//
ios_base
& showpos(
ios_base
& str);
26
std::
ios_base
& r = std::showpos(ios);
skipws.pass.cpp
12
// class
ios_base
14
//
ios_base
& skipws(
ios_base
& str);
26
std::
ios_base
& r = std::skipws(ios);
unitbuf.pass.cpp
12
// class
ios_base
14
//
ios_base
& unitbuf(
ios_base
& str);
26
std::
ios_base
& r = std::unitbuf(ios);
uppercase.pass.cpp
12
// class
ios_base
14
//
ios_base
& uppercase(
ios_base
& str);
26
std::
ios_base
& r = std::uppercase(ios);
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekpos.pass.cpp
16
//
ios_base
::openmode which =
ios_base
::in |
ios_base
::out;
32
assert(t.pubseekpos(0, std::
ios_base
::app) == -1);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
ios_base.pass.cpp
15
// basic_istream<charT,traits>& operator>>(
ios_base
& (*pf)(
ios_base
&));
22
std::
ios_base
&
23
f(std::
ios_base
& is)
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/
copyfmt.pass.cpp
39
void f1(std::
ios_base
::event ev, std::
ios_base
& stream, int index)
41
if (ev == std::
ios_base
::erase_event)
54
void f2(std::
ios_base
::event ev, std::
ios_base
& stream, int index)
56
if (ev == std::
ios_base
::erase_event)
69
void g1(std::
ios_base
::event ev, std::
ios_base
& stream, int index)
71
if (ev == std::
ios_base
::copyfmt_event)
84
void g2(std::
ios_base
::event ev, std::ios_base& stream, int index
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
internal.pass.cpp
12
// class
ios_base
14
//
ios_base
& internal(
ios_base
& str);
26
std::
ios_base
& r = std::internal(ios);
left.pass.cpp
12
// class
ios_base
14
//
ios_base
& left(
ios_base
& str);
26
std::
ios_base
& r = std::left(ios);
Completed in 3031 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>