Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.cc677 string EscapeBase64(const string& in) { in EscapeBase64() function
808 return "\"" + EscapeBase64(field->default_value_string()) + "\""; in JSFieldDefault()