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

1 2 34 5 6 7 8 91011>>

  /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) {
gtest-test-part.h 116 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  /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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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/include/gtest/
gtest-test-part.h 117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  /external/chromium/testing/gtest/src/
gtest-test-part.cc 58 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
  /external/clang/INPUTS/
all-std-headers.cpp 39 #include <ostream>
  /external/gtest/include/gtest/
gtest-test-part.h 116 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  /external/gtest/src/
gtest-test-part.cc 56 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
  /external/llvm/utils/unittest/googletest/
gtest-test-part.cc 58 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  /external/oprofile/libabi/
abi.cpp 53 ostream & operator<<(ostream & o, abi const & abi)

Completed in 435 milliseconds

1 2 34 5 6 7 8 91011>>