Home
last modified time | relevance | path

Searched refs:limit_src (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Descaping.cc84 const unsigned char* const limit_src = src + szsrc; in Base64EscapeInternal() local
89 while (cur_src < limit_src - 3) { // While we have >= 32 bits. in Base64EscapeInternal()
106 szsrc = limit_src - cur_src; in Base64EscapeInternal()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc2106 const unsigned char *limit_src = src + szsrc; in Base64EscapeInternal() local
2110 while (cur_src < limit_src - 3) { // keep going as long as we have >= 32 bits in Base64EscapeInternal()
2126 szsrc = limit_src - cur_src; in Base64EscapeInternal()