Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc607 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion in Utf8SafeCEscape() local
608 scoped_array<char> dest(new char[dest_length]); in Utf8SafeCEscape()
610 dest.get(), dest_length, false, true); in Utf8SafeCEscape()
616 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion in CHexEscape() local
617 scoped_array<char> dest(new char[dest_length]); in CHexEscape()
619 dest.get(), dest_length, true, false); in CHexEscape()