HomeSort by relevance Sort by last modified time
    Searched refs:ostream (Results 176 - 200 of 789) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/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/libcxx/test/input.output/iostream.format/std.manip/
setfill.pass.cpp 28 std::ostream os(&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/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 {
147 friend ostream &operator << (ostream &o, const WeightClass &c);
189 ostream& operator << (ostream &o, const WeightClass &c);
  /external/oprofile/libutil++/
cverb.h 53 friend std::ostream & operator<<(cverb_object &, verbose const &);
  /art/compiler/utils/arm64/
managed_register_arm64.cc 94 void Arm64ManagedRegister::Print(std::ostream& os) const {
110 std::ostream& operator<<(std::ostream& os, const Arm64ManagedRegister& reg) {
  /external/chromium_org/cc/test/
test_now_source.h 54 void PrintTo(const scoped_refptr<TestNowSource>& src, ::std::ostream* os);
55 ::std::ostream& operator<<(::std::ostream& os,
  /external/chromium_org/net/quic/
quic_connection_stats.cc 7 using std::ostream;
50 ostream& operator<<(ostream& os, const QuicConnectionStats& s) {
quic_connection_stats.h 8 #include <ostream>
20 NET_EXPORT_PRIVATE friend std::ostream& operator<<(
21 std::ostream& os, const QuicConnectionStats& s);
quic_protocol.cc 13 using std::ostream;
222 ostream& operator<<(ostream& os, const QuicPacketHeader& header) {
373 ostream& operator<<(ostream& os, const QuicStopWaitingFrame& sent_info) {
379 ostream& operator<<(ostream& os, const QuicAckFrame& ack_frame) {
405 ostream& operator<<(ostream& os, const QuicFrame& frame) {
461 ostream& operator<<(ostream& os, const QuicRstStreamFrame& rst_frame)
    [all...]
quic_protocol.h 12 #include <ostream>
576 NET_EXPORT_PRIVATE friend std::ostream& operator<<(
577 std::ostream& os, const QuicPacketHeader& s);
631 NET_EXPORT_PRIVATE friend std::ostream& operator<<(
632 std::ostream& os, const QuicStreamFrame& s);
660 NET_EXPORT_PRIVATE friend std::ostream& operator<<(
661 std::ostream& os, const QuicStopWaitingFrame& s);
673 NET_EXPORT_PRIVATE friend std::ostream& operator<<(
674 std::ostream& os, const QuicAckFrame& s);
758 NET_EXPORT_PRIVATE friend std::ostream& operator<<
    [all...]
  /external/chromium_org/sync/js/
js_test_util.cc 13 void PrintTo(const JsEventDetails& details, ::std::ostream* os) {
35 virtual void DescribeTo(::std::ostream* os) const {
39 virtual void DescribeNegationTo(::std::ostream* os) const {
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableValueTestHelper.cpp 42 void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os)
47 void PrintTo(const AnimatableColor& animColor, ::std::ostream* os)
54 void PrintTo(const AnimatableImage& animImage, ::std::ostream* os)
59 void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os)
64 void PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os)
77 void PrintTo(const AnimatableSVGLength& animSVGLength, ::std::ostream* os)
83 void PrintTo(const AnimatableShapeValue& animValue, ::std::ostream* os)
88 void PrintTo(const AnimatableStrokeDasharrayList& animValue, ::std::ostream* os)
101 void PrintTo(const AnimatableTransform& animTransform, ::std::ostream* os)
151 void PrintTo(const AnimatableUnknown& animUnknown, ::std::ostream* os
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Token.h 10 #include <ostream>
116 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);
  /external/deqp/framework/delibs/decpp/
dePoolString.hpp 30 #include <ostream>
69 std::ostream& operator<< (std::ostream& stream, const PoolString& string);
  /external/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 53 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) {
94 void X86ManagedRegister::Print(std::ostream& os) const {
110 std::ostream& operator<<(std::ostream& os, const X86ManagedRegister& reg) {
  /art/compiler/utils/x86_64/
managed_register_x86_64.cc 52 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) {
93 void X86_64ManagedRegister::Print(std::ostream& os) const {
109 std::ostream& operator<<(std::ostream& os, const X86_64ManagedRegister& reg) {
managed_register_x86_64.h 44 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg);
142 void Print(std::ostream& os) const;
199 std::ostream& operator<<(std::ostream& os, const X86_64ManagedRegister& reg);
  /external/clang/test/SemaTemplate/
dependent-names.cpp 142 typedef basic_ostream<char> ostream; typedef in namespace:std
143 extern ostream cout;
144 std::ostream &operator<<(std::ostream &out, const char *);
213 std::ostream& operator<<(std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2::ns'}}
235 std::ostream &print(std::ostream &out, int); // expected-note-re {{should be declared prior to the call site{{$}}}}
236 std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR1 (…)
    [all...]
  /art/runtime/
gc_root.h 44 std::ostream& operator<<(std::ostream& os, const RootType& root_type);
60 virtual void Describe(std::ostream& os) const {
profiler_options.h 21 #include <ostream>
117 friend std::ostream & operator<<(std::ostream &os, const ProfilerOptions& po) {

Completed in 2435 milliseconds

1 2 3 4 5 6 78 91011>>