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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/base/strings/
nullable_string16.h 41 BASE_EXPORT std::ostream& operator<<(std::ostream& out,
string16.cc 16 #include <ostream>
70 std::ostream& operator<<(std::ostream& out, const string16& str) {
74 void PrintTo(const string16& str, std::ostream* out) {
  /external/chromium_org/components/autofill/core/common/
form_data.h 41 std::ostream& operator<<(std::ostream& os, const FormData& form);
  /external/chromium_org/extensions/common/
install_warning.h 8 #include <ostream>
44 void PrintTo(const InstallWarning&, ::std::ostream* os);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueTestHelper.cpp 44 void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os)
49 void PrintTo(const AnimatableColor& animColor, ::std::ostream* os)
56 void PrintTo(const AnimatableDouble& animDouble, ::std::ostream* os)
61 void PrintTo(const AnimatableImage& animImage, ::std::ostream* os)
66 void PrintTo(const AnimatableLength& animLength, ::std::ostream* os)
71 void PrintTo(const AnimatableLengthBox& animLengthBox, ::std::ostream* os)
84 void PrintTo(const AnimatableLengthPoint& animLengthPoint, ::std::ostream* os)
93 void PrintTo(const AnimatableLengthSize& animLengthSize, ::std::ostream* os)
102 void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os)
107 void PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValueTestHelper.h 64 inline void PrintTo(const CSSValue& cssValue, ::std::ostream* os, const char* typeName = "CSSValue")
69 inline void PrintTo(const CSSPrimitiveValue& cssValue, ::std::ostream* os, const char* typeName = "CSSPrimitiveValue")
  /external/chromium_org/tools/gn/
ninja_target_writer.h 24 std::ostream& out);
47 std::ostream& out_;
ninja_toolchain_writer.h 33 std::ostream& out);
44 std::ostream& out_;
config_values_extractors.h 8 #include <ostream>
79 std::ostream& out) {
93 std::ostream& out) {
103 std::ostream& out);
  /external/openfst/src/script/
weight-class.cc 39 ostream& operator << (ostream &o, const WeightClass &c) {
  /external/oprofile/libabi/
abi.h 35 friend std::ostream & operator<<(std::ostream & o, abi const & abi);
  /external/oprofile/libpp/
parse_filename.h 48 std::ostream & operator<<(std::ostream &, parsed_filename const &);
  /external/stlport/stlport/using/h/
iostream.h 2 using _STLP_OLD_IO_NAMESPACE::ostream;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 2 using _STLP_OLD_IO_NAMESPACE::ostream;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 2 using _STLP_OLD_IO_NAMESPACE::ostream;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 2 using _STLP_OLD_IO_NAMESPACE::ostream;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 2 using _STLP_OLD_IO_NAMESPACE::ostream;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 2 using _STLP_OLD_IO_NAMESPACE::ostream;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/
iostream.h 2 using _STLP_OLD_IO_NAMESPACE::ostream;
  /art/compiler/utils/x86/
constants_x86.h 55 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg);
69 std::ostream& operator<<(std::ostream& os, const X87Register& reg);
  /art/runtime/arch/mips/
registers_mips.h 65 std::ostream& operator<<(std::ostream& os, const Register& rhs);
104 std::ostream& operator<<(std::ostream& os, const FRegister& rhs);
  /art/runtime/
indenter_test.cc 23 std::ostream input(&indent_filter);
  /external/chromium/base/debug/
stack_trace.h 48 void OutputToStream(std::ostream* os) const;
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.h 28 std::ostream& operator<<(std::ostream& out, const Id& id);
44 friend std::ostream& operator<<(std::ostream& out, const Id& id);
  /external/chromium/testing/gmock/include/gmock/
gmock-cardinalities.h 42 #include <ostream> // NOLINT
74 // Describes self to an ostream.
75 virtual void DescribeTo(::std::ostream* os) const = 0;
114 // Describes self to an ostream
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
117 // Describes the given actual call count to an ostream.
119 ::std::ostream* os);

Completed in 2691 milliseconds

1 2 3 4 56 7 8 91011>>