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

/system/update_engine/update_manager/
H A Dumtest_utils.cc25 void PrintTo(const EvalStatus& status, ::std::ostream* os) { function in namespace:chromeos_update_manager
H A Dumtest_utils.h62 // PrintTo() functions are used by gtest to print these values. They need to be
64 void PrintTo(const EvalStatus& status, ::std::ostream* os);
/system/update_engine/common/
H A Dtest_utils.h24 // Streams used for gtest's PrintTo() functions.
44 // PrintTo() functions are used by gtest to log these objects. These PrintTo()
46 void PrintTo(const Extent& extent, ::std::ostream* os);
47 void PrintTo(const ErrorCode& error_code, ::std::ostream* os);
H A Dtest_utils.cc53 void PrintTo(const Extent& extent, ::std::ostream* os) { function in namespace:chromeos_update_engine
57 void PrintTo(const ErrorCode& error_code, ::std::ostream* os) { function in namespace:chromeos_update_engine

Completed in 234 milliseconds