OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cin_ptr
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
38
istream*
cin_ptr
= ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin, state_types+0) );
local
42
cin_ptr
->tie(cout_ptr);
Completed in 120 milliseconds