Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc633 bool IsValidUTF8(PyObject* obj) { in CheckAndGetInteger() function
663 if (!IsValidUTF8(arg) && !AllowInvalidUTF8(descriptor)) { in CheckAndGetInteger()