HomeSort by relevance Sort by last modified time
    Searched refs:ostream (Results 201 - 225 of 995) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/dbus/
object_path.h 51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);
  /external/chromium_org/media/cdm/ppapi/
cdm_logging.h 28 void operator&(std::ostream&) {}
  /external/chromium_org/sync/syncable/
syncable_id.h 32 SYNC_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& out, const Id& id);
119 SYNC_EXPORT_PRIVATE friend std::ostream& operator<<(std::ostream& out,
  /external/chromium_org/testing/gtest/include/gtest/
gtest-message.h 59 // The Message class works like an ostream repeater.
65 // 2. Then you stream the Message object to an ostream.
67 // to the ostream.
89 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
144 // ostream is undefined behavior. Depending on the compiler, you
231 // Streams a Message to an ostream.
232 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/chromium_org/third_party/mesa/src/src/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) {
  /external/chromium_org/tools/gn/
escape.h 61 void EscapeStringToStream(std::ostream& out,
  /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) {
  /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/mesa3d/src/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) {
  /external/open-vcdiff/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/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 = "",
  /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) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
setfill.pass.cpp 28 std::ostream os(&sb);
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-message.h 59 // The Message class works like an ostream repeater.
65 // 2. Then you stream the Message object to an ostream.
67 // to the ostream.
89 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
144 // ostream is undefined behavior. Depending on the compiler, you
231 // Streams a Message to an ostream.
232 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp 25 #include <iostream> // for ostream, cout, etc
39 explicit progress_timer( std::ostream & os = std::cout )
64 std::ostream & m_os;
81 std::ostream & os = std::cout,
116 std::ostream & m_os; // may not be present in all imps
  /art/runtime/
locks.h 20 #include <ostream>
63 std::ostream& operator<<(std::ostream& os, const LockLevel& rhs);
  /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/chromium_org/sync/internal_api/public/base/
model_type_test_util.cc 22 void PrintTo(ModelTypeSet model_types, ::std::ostream* os) {
44 virtual void DescribeTo(::std::ostream* os) const {
48 virtual void DescribeNegationTo(::std::ostream* os) const {
  /external/chromium_org/sync/js/
js_test_util.h 8 #include <ostream>
30 void PrintTo(const JsArgList& args, ::std::ostream* os);
31 void PrintTo(const JsEventDetails& details, ::std::ostream* os);
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Token.h 10 #include <ostream>
103 extern std::ostream& operator<<(std::ostream& out, const Token& token);
  /external/chromium_org/ui/gfx/range/
range.h 8 #include <ostream>
113 GFX_EXPORT std::ostream& operator<<(std::ostream& os, const Range& range);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp 10 // <ostream>
17 #include <ostream>
45 std::ostream os((std::streambuf*)0);
51 std::ostream os(&sb);
  /art/compiler/utils/x86/
managed_register_x86.cc 65 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) {
106 void X86ManagedRegister::Print(std::ostream& os) const {
122 std::ostream& operator<<(std::ostream& os, const X86ManagedRegister& reg) {

Completed in 584 milliseconds

1 2 3 4 5 6 7 891011>>