OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cout_ptr
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/src/
iostream.cpp
85
ostream*
cout_ptr
= ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, &mb_cout));
local
94
cin_ptr->tie(
cout_ptr
);
100
cerr_ptr->tie(
cout_ptr
);
108
ostream*
cout_ptr
= reinterpret_cast<ostream*>(cout);
local
110
cout_ptr
->flush();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
39
ostream*
cout_ptr
= ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, state_types+1));
local
42
cin_ptr->tie(
cout_ptr
);
44
cerr_ptr->tie(
cout_ptr
);
57
ostream*
cout_ptr
= reinterpret_cast<ostream*>(cout);
local
59
cout_ptr
->flush();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
iostream.cpp
53
ostream*
cout_ptr
= ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, &mb_cout));
local
62
cin_ptr->tie(
cout_ptr
);
68
cerr_ptr->tie(
cout_ptr
);
76
ostream*
cout_ptr
= reinterpret_cast<ostream*>(cout);
local
78
cout_ptr
->flush();
Completed in 297 milliseconds