Searched refs:formatLiteral (Results 1 – 1 of 1) sorted by relevance
199 std::string formatLiteral; in dump() local200 if (FormatConverter::toString(mFormat, formatLiteral)) { in dump()201 snprintf(buffer, SIZE, "%*s- format: %s\n", spaces, "", formatLiteral.c_str()); in dump()