OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:std_ostream
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaTemplate/
inject-templated-friend.cpp
5
struct
std_ostream
struct
10
std_ostream
cout;
15
friend
std_ostream
& operator << (
std_ostream
& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
25
void operator () (
std_ostream
&) const;
30
std_ostream
& operator << (
std_ostream
&, const Streamer<Foo>&);
32
std_ostream
& operator << (
std_ostream
& o, const Streamer<Foo>&) // expected-note{{is here}}
40
void Streamer<Foo>::operator () (
std_ostream
& o) const // expected-note{{requested here}
[
all
...]
inject-templated-friend-post.cpp
10
struct
std_ostream
struct
15
std_ostream
cout;
22
std_ostream
& operator << (
std_ostream
&, const Streamer<Foo>&);
32
friend
std_ostream
& operator << (
std_ostream
& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
42
void operator () (
std_ostream
&) const;
46
std_ostream
& operator << (
std_ostream
&, const Streamer<Foo>&);
54
std_ostream
& operator << (std_ostream& o, const Streamer<Foo>&) // expected-note{{is here}
[
all
...]
/external/icu4c/io/
ustream.cpp
35
#define
STD_OSTREAM
STD_NAMESPACE ostream
40
U_IO_API
STD_OSTREAM
& U_EXPORT2
41
operator<<(
STD_OSTREAM
& stream, const UnicodeString& str)
Completed in 241 milliseconds