Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc2081 static const char kPad64 = '='; in Base64EscapeInternal() local
2129 cur_dest[0] = kPad64; in Base64EscapeInternal()
2130 cur_dest[1] = kPad64; in Base64EscapeInternal()
2148 cur_dest[0] = kPad64; in Base64EscapeInternal()