HomeSort by relevance Sort by last modified time
    Searched full:std_ostream (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaTemplate/
inject-templated-friend.cpp 7 struct std_ostream struct
12 std_ostream cout;
17 friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
27 void operator () (std_ostream&) const;
32 inline std_ostream& operator << (std_ostream&, const Streamer<Foo>&);
34 std_ostream& operator << (std_ostream& o, const Streamer<Foo>&) // expected-note{{is here}}
42 void Streamer<Foo>::operator () (std_ostream& o) const // expected-note{{requested here}
    [all...]
inject-templated-friend-post.cpp 15 struct std_ostream struct
20 std_ostream cout;
27 inline std_ostream& operator << (std_ostream&, const Streamer<Foo>&);
37 friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
47 void operator () (std_ostream&) const;
51 std_ostream& operator << (std_ostream&, const Streamer<Foo>&);
59 std_ostream& operator << (std_ostream& o, const Streamer<Foo>&) // expected-note{{is here}
    [all...]
  /external/chromium_org/third_party/icu/source/io/
ustream.cpp 31 #define STD_OSTREAM STD_NAMESPACE ostream
36 U_IO_API STD_OSTREAM & U_EXPORT2
37 operator<<(STD_OSTREAM& stream, const UnicodeString& str)
  /external/icu/icu4c/source/io/
ustream.cpp 31 #define STD_OSTREAM STD_NAMESPACE ostream
36 U_IO_API STD_OSTREAM & U_EXPORT2
37 operator<<(STD_OSTREAM& stream, const UnicodeString& str)

Completed in 82 milliseconds