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

1 2 3 45 6 7 8 91011>>

  /external/gtest/src/
gtest-printers.cc 41 // type Foo by defining either operator<<(::std::ostream&, const Foo&)
42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
48 #include <ostream> // NOLINT
56 using ::std::ostream;
68 size_t count, ostream* os) {
85 // Prints the bytes in the given value to the given ostream.
87 ostream* os) {
119 ostream* os) {
150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os)
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-printers.cc 41 // type Foo by defining either operator<<(::std::ostream&, const Foo&)
42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
48 #include <ostream> // NOLINT
56 using ::std::ostream;
68 size_t count, ostream* os) {
85 // Prints the bytes in the given value to the given ostream.
87 ostream* os) {
119 ostream* os) {
150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os)
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 41 // type Foo by defining either operator<<(::std::ostream&, const Foo&)
42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
48 #include <ostream> // NOLINT
56 using ::std::ostream;
68 size_t count, ostream* os) {
85 // Prints the bytes in the given value to the given ostream.
87 ostream* os) {
119 ostream* os) {
150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
double.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
float.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
int.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
long.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
long_double.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
long_long.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
short.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
unsigned_int.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
unsigned_long.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
unsigned_long_long.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
unsigned_short.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
bool.pass.cpp 10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
85 std::ostream os(&sb);
  /external/oprofile/libpp/
format_output.h 69 void output_header(std::ostream & out);
135 void do_output(std::ostream & out, symbol_entry const & symbol,
141 size_t output_header_field(std::ostream & out, format_flags fl,
145 size_t output_field(std::ostream & out, field_datum const & datum,
184 void output(std::ostream & out, symbol_collection const & syms);
193 void output(std::ostream & out, symbol_entry const * symb);
196 void output_details(std::ostream & out, symbol_entry const * symb);
214 void output(std::ostream & out, symbol_collection const & syms);
228 void output(std::ostream & out, diff_collection const & syms);
232 void output(std::ostream & out, diff_symbol const & sym)
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_pattern.h 11 #include <ostream>
85 inline std::ostream& operator<<(
86 std::ostream& out, const ContentSettingsPattern& pattern) {
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.cc 12 using std::ostream;
18 ostream& operator<<(ostream& out, const Id& id) {
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_test_util.h 30 virtual void DescribeTo(std::ostream* os) const OVERRIDE;
31 virtual void DescribeNegationTo(std::ostream* os) const OVERRIDE;
34 void DescribeUpdates(std::ostream* os) const;
  /external/chromium_org/sync/syncable/
syncable_id.cc 11 using std::ostream;
17 ostream& operator<<(ostream& out, const Id& id) {
  /external/chromium_org/third_party/WebKit/Source/wtf/testing/
WTFTestHelpers.cpp 36 #include <ostream> // NOLINT
40 std::ostream& operator<<(std::ostream& out, const String& string)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 10 // <ostream>
17 #include <ostream>
43 std::ostream os((std::streambuf*)0);
49 std::ostream os(&sb);
tellp.pass.cpp 10 // <ostream>
17 #include <ostream>
45 std::ostream os((std::streambuf*)0);
50 std::ostream os(&sb);
  /art/compiler/dex/
compiler_enums.h 157 std::ostream& operator<<(std::ostream& os, const OpSize& kind);
196 std::ostream& operator<<(std::ostream& os, const OpKind& kind);
219 std::ostream& operator<<(std::ostream& os, const ConditionCode& kind);
241 std::ostream& operator<<(std::ostream& os, const ArmConditionCode& kind);
289 std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind)
    [all...]
  /external/chromium/webkit/glue/
form_field.h 59 std::ostream& operator<<(std::ostream& os, const FormField& field);

Completed in 191 milliseconds

1 2 3 45 6 7 8 91011>>