Home
last modified time | relevance | path

Searched defs:dest_len (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc483 int dest_len, bool use_hex, bool utf8_safe) { in CEscapeInternal()
2050 const int dest_len = 3 * (slen / 4) + (slen % 4); in Base64UnescapeInternal() local