Searched refs:overflowCount (Results 1 – 1 of 1) sorted by relevance
114 uint8_t overflowCount = 0; member in crow::utility::Base64Encoder144 if (overflowCount == 2) in encode()149 overflowCount = 0; in encode()153 else if (overflowCount == 1) in encode()158 overflowCount = 0; in encode()169 if (!data.empty() && overflowCount == 0) in encode()172 overflowCount++; in encode()176 if (!data.empty() && overflowCount == 1) in encode()179 overflowCount++; in encode()188 if (overflowCount == 0) in finalize()[all …]