Searched refs:ValuePrinter (Results 1 – 3 of 3) sorted by relevance
46 string BoxedValue::ValuePrinter<string>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue52 string BoxedValue::ValuePrinter<int>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue62 string BoxedValue::ValuePrinter<unsigned int>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue72 string BoxedValue::ValuePrinter<int64_t>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue82 string BoxedValue::ValuePrinter<uint64_t>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue92 string BoxedValue::ValuePrinter<bool>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue98 string BoxedValue::ValuePrinter<double>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue108 string BoxedValue::ValuePrinter<base::Time>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue114 string BoxedValue::ValuePrinter<base::TimeDelta>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue120 string BoxedValue::ValuePrinter<ConnectionType>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue[all …]
67 printer_(ValuePrinter<T>) {} in BoxedValue()109 static std::string ValuePrinter(const void* value);
54 friend string BoxedValue::ValuePrinter<DeleterMarker>(const void*);61 string BoxedValue::ValuePrinter<DeleterMarker>(const void* value) { in ValuePrinter() function in chromeos_update_manager::BoxedValue