Lines Matching refs:Format
187 // 2. Defining predicate-format functions to be
1339 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
1343 // format the value. In particular, when the value is a C string
1345 // want to format the C string as a string, since we know it is
1357 static ::std::string Format(const ToPrint& value) {
1366 static ::std::string Format(const ToPrint* value) {
1367 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
1378 static ::std::string Format(CharType* value) { \
1397 static ::std::string Format(CharType* value) { \
1424 // of the other operand may affect the format. This allows us to
1433 return FormatForComparison<T1, T2>::Format(value);
2115 // These predicate format functions work on floating-point values, and