Lines Matching refs:Formattable
153 // Translate a Formattable::type enum value to a string, for error message formatting.
154 static const char *formattableType(Formattable::Type typ) {
163 if (typ<0 || typ>Formattable::kObject) {
322 Formattable result;
342 Formattable::Type expectType = Formattable::kDate;
344 case 'd': expectType = Formattable::kDouble; break;
345 case 'i': expectType = Formattable::kLong; break;
346 case 'l': expectType = Formattable::kInt64; break;
425 typeStr = "Formattable";
426 Formattable fmtbl;