Searched refs:PrintTo (Results 1 - 25 of 130) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueTestHelper.h64 void PrintTo(const AnimatableClipPathOperation&, ::std::ostream*);
65 void PrintTo(const AnimatableColor&, ::std::ostream*);
66 void PrintTo(const AnimatableImage&, ::std::ostream*);
67 void PrintTo(const AnimatableNeutral&, ::std::ostream*);
68 void PrintTo(const AnimatableRepeatable&, ::std::ostream*);
69 void PrintTo(const AnimatableSVGLength&, ::std::ostream*);
70 void PrintTo(const AnimatableShapeValue&, ::std::ostream*);
71 void PrintTo(const AnimatableStrokeDasharrayList&, ::std::ostream*);
72 void PrintTo(const AnimatableTransform&, ::std::ostream*);
73 void PrintTo(cons
[all...]
H A DAnimatableValueTestHelper.cpp42 void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os) function in namespace:blink
47 void PrintTo(const AnimatableColor& animColor, ::std::ostream* os) function in namespace:blink
54 void PrintTo(const AnimatableImage& animImage, ::std::ostream* os) function in namespace:blink
56 PrintTo(*(animImage.toCSSValue()), os, "AnimatableImage");
59 void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os) function in namespace:blink
64 void PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os) function in namespace:blink
70 PrintTo(*(it->get()), os);
77 void PrintTo(const AnimatableSVGLength& animSVGLength, ::std::ostream* os) function in namespace:blink
83 void PrintTo(const AnimatableShapeValue& animValue, ::std::ostream* os) function in namespace:blink
88 void PrintTo(cons function in namespace:blink
101 void PrintTo(const AnimatableTransform& animTransform, ::std::ostream* os) function in namespace:blink
151 void PrintTo(const AnimatableUnknown& animUnknown, ::std::ostream* os) function in namespace:blink
156 void PrintTo(const AnimatableVisibility& animVisibility, ::std::ostream* os) function in namespace:blink
175 void PrintTo(const AnimatableValue& animValue, ::std::ostream* os) function in namespace:blink
[all...]
/external/chromium_org/components/invalidation/
H A Dunacked_invalidation_set_test_util.h16 void PrintTo(const UnackedInvalidationSet& invalidations, ::std::ostream* os);
18 void PrintTo(const UnackedInvalidationsMap& map, ::std::ostream* os);
H A Dinvalidation_test_util.h17 void PrintTo(const AckHandle& ack_handle, ::std::ostream* os);
20 void PrintTo(const Invalidation& invalidation, ::std::ostream* os);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueTestHelper.h64 inline void PrintTo(const CSSValue& cssValue, ::std::ostream* os, const char* typeName = "CSSValue") function in namespace:blink
69 inline void PrintTo(const CSSPrimitiveValue& cssValue, ::std::ostream* os, const char* typeName = "CSSPrimitiveValue") function in namespace:blink
71 PrintTo(static_cast<const CSSValue&>(cssValue), os, typeName);
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type_test_util.h16 void PrintTo(ModelTypeSet model_types, ::std::ostream* os);
H A Dmodel_type_test_util.cc9 void PrintTo(ModelTypeSet model_types, ::std::ostream* os) { function in namespace:syncer
27 // No need to annotate listener since we already define PrintTo().
/external/chromium_org/ui/gfx/test/
H A Dgfx_util.cc93 void PrintTo(const BoxF& box, ::std::ostream* os) { function in namespace:gfx
97 void PrintTo(const Point& point, ::std::ostream* os) { function in namespace:gfx
101 void PrintTo(const Point3F& point, ::std::ostream* os) { function in namespace:gfx
105 void PrintTo(const PointF& point, ::std::ostream* os) { function in namespace:gfx
109 void PrintTo(const QuadF& quad, ::std::ostream* os) { function in namespace:gfx
113 void PrintTo(const Rect& rect, ::std::ostream* os) { function in namespace:gfx
117 void PrintTo(const RectF& rect, ::std::ostream* os) { function in namespace:gfx
121 void PrintTo(const Size& size, ::std::ostream* os) { function in namespace:gfx
125 void PrintTo(const SizeF& size, ::std::ostream* os) { function in namespace:gfx
129 void PrintTo(cons function in namespace:gfx
133 void PrintTo(const Vector2d& vector, ::std::ostream* os) { function in namespace:gfx
137 void PrintTo(const Vector2dF& vector, ::std::ostream* os) { function in namespace:gfx
141 void PrintTo(const Vector3dF& vector, ::std::ostream* os) { function in namespace:gfx
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatBoxTestHelpers.h31 void PrintTo(const FloatBox&, ::std::ostream*);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFloatPointTestHelpers.h40 inline void PrintTo(const FloatPoint& point, ::std::ostream* os) function in namespace:blink
H A DFloatQuadTestHelpers.h41 inline void PrintTo(const FloatQuad& quad, ::std::ostream* os) function in namespace:blink
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-printers.h40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() does
353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
557 void PrintTo( function in namespace:testing::internal
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/external/gtest/include/gtest/
H A Dgtest-printers.h40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() does
353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
557 void PrintTo( function in namespace:testing::internal
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() does
353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
557 void PrintTo( function in namespace:testing::internal
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() does
353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
557 void PrintTo( function in namespace:testing::internal
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/external/chromium_org/dbus/
H A Dobject_path.cc29 void PrintTo(const ObjectPath& path, std::ostream* out) { function in namespace:dbus
H A Dobject_path.h51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);
/external/chromium_org/v8/src/compiler/
H A Doperator.h90 virtual OStream& PrintTo(OStream& os) const = 0; // NOLINT
122 virtual OStream& PrintTo(OStream& os) const FINAL { // NOLINT
136 static OStream& PrintTo(OStream& os, T val) { // NOLINT function in struct:v8::internal::compiler::StaticParameterTraits
148 static OStream& PrintTo(OStream& os, int val) { // NOLINT function in struct:v8::internal::compiler::StaticParameterTraits
158 static OStream& PrintTo(OStream& os, double val) { // NOLINT function in struct:v8::internal::compiler::StaticParameterTraits
172 static OStream& PrintTo(OStream& os, Unique<Object> val) { // NOLINT function in struct:v8::internal::compiler::StaticParameterTraits
184 static OStream& PrintTo(OStream& os, Unique<Name> val) { // NOLINT function in struct:v8::internal::compiler::StaticParameterTraits
196 static OStream& PrintTo(OStream& os, Handle<Object> val) { // NOLINT function in struct:v8::internal::compiler::StaticParameterTraits
237 return StaticParameterTraits<T>::PrintTo(os << "[", parameter_) << "]";
241 virtual OStream& PrintTo(OStrea
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
123 // nor PrintTo().
133 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
165 // Since T has no << operator or PrintTo() but can be implicitly
183 // type T and T has neither << operator nor PrintTo().
220 // user doesn't define PrintTo() for it.
271 // a PrintTo() for it.
289 // We cannot call PrintTo(*it, os) here as PrintTo() does
357 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
390 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
398 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
413 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
419 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
422 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
425 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
428 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
440 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
462 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
468 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
475 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
482 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
503 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
508 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
513 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
518 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
523 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
528 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
535 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
542 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
549 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
556 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
563 void PrintTo( function in namespace:testing::internal
572 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { function in namespace:testing::internal
579 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/external/chromium_org/cc/test/
H A Dbegin_frame_args_test.h42 void PrintTo(const BeginFrameArgs& args, ::std::ostream* os);
/external/chromium_org/extensions/common/
H A Dinstall_warning.cc26 void PrintTo(const InstallWarning& warning, ::std::ostream* os) { function in namespace:extensions
H A Dinstall_warning.h44 void PrintTo(const InstallWarning&, ::std::ostream* os);
/external/chromium_org/base/test/
H A Dtest_pending_task.h68 void PrintTo(const TestPendingTask& task, std::ostream* os);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_uuid.h93 void PrintTo(const BluetoothUUID& uuid, std::ostream* out);
/external/chromium_org/sync/api/
H A Dsync_change.h60 // printing method, PrintTo.
74 SYNC_EXPORT void PrintTo(const SyncChange& sync_change, std::ostream* os);

Completed in 1648 milliseconds

123456