OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cout_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/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();
/ndk/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();
Completed in 55 milliseconds