Searched refs:value_str_stream (Results 1 – 1 of 1) sorted by relevance
209 std::stringstream value_str_stream; in DrawBarcode() local210 ComputeBarcodeDigits(value, &value_str_stream); in DrawBarcode()230 value_str_stream.get(next_char); in DrawBarcode()231 if (!value_str_stream.good()) { in DrawBarcode()