HomeSort by relevance Sort by last modified time
    Searched refs:ostream (Results 76 - 100 of 392) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/testing/gtest/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
gtest-test-part.h 117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  /external/gtest/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
gtest-test-part.h 117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/openfst/src/include/fst/script/
print.h 38 ostream *ostrm;
47 ostream *ostrm,
63 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
73 void PrintFst(const Fst<Arc> &fst, ostream &os, const string dest = "",
weight-class.h 35 virtual void Print(ostream *o) const = 0;
54 virtual void Print(ostream *o) const {
140 friend ostream &operator << (ostream &o, const WeightClass &c);
182 ostream& operator << (ostream &o, const WeightClass &c);
  /external/oprofile/libutil++/
cverb.h 53 friend std::ostream & operator<<(cverb_object &, verbose const &);
  /external/protobuf/gtest/include/gtest/
gtest-message.h 54 // The Message class works like an ostream repeater.
60 // 2. Then you stream the Message object to an ostream.
62 // to the ostream.
84 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
129 // ostream is undefined behavior. Depending on the compiler, you
217 // Streams a Message to an ostream.
218 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/bluetooth/glib/gio/
gmemoryoutputstream.h 91 gpointer g_memory_output_stream_get_data (GMemoryOutputStream *ostream);
92 gsize g_memory_output_stream_get_size (GMemoryOutputStream *ostream);
93 gsize g_memory_output_stream_get_data_size (GMemoryOutputStream *ostream);
  /external/chromium/base/
string16.cc 16 #include <ostream>
75 std::ostream& operator<<(std::ostream& out, const string16& str) {
  /external/chromium/chrome/browser/sync/
js_test_util.cc 12 void PrintTo(const JsArgList& args, ::std::ostream* os) {
34 virtual void DescribeTo(::std::ostream* os) const {
38 virtual void DescribeNegationTo(::std::ostream* os) const {
  /external/astl/include/
sstream 37 #include <ostream>
83 // Override the default impl from ostream to do the work.
94 class stringstream : public ostream {
107 // TODO: move this to ostream.
108 ostream& put(char c);
  /external/stlport/stlport/
iostream 71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
iostream 71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
iostream 71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
iostream 71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;
  /external/astl/src/
ios_base.cpp 33 #include <ostream>
112 new (&cout) ostream(&stdio_filebuf_cout);
113 new (&cerr) ostream(&stdio_filebuf_cerr);
  /external/chromium/chrome/browser/autofill/
credit_card.h 9 #include <ostream>
131 std::ostream& operator<<(std::ostream& os, const CreditCard& credit_card);
  /external/chromium/base/mac/
mac_util.h 182 extern std::ostream& operator<<(std::ostream& o, const CFErrorRef err);
183 extern std::ostream& operator<<(std::ostream& o, const CFStringRef str);
  /external/chromium/sdch/open-vcdiff/src/
logging.h 46 inline std::ostream& LogMessage(LogLevel level, const char* level_name) {
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 243 // Streams a String to an ostream.
244 inline ::std::ostream& operator <<(::std::ostream& os, const String& str) {
  /external/chromium/testing/gtest/src/
gtest-test-part.cc 58 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
  /external/gtest/src/
gtest-test-part.cc 58 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {

Completed in 3913 milliseconds

1 2 34 5 6 7 8 91011>>