Searched refs:AllowInvalidUTF8 (Results 1 – 1 of 1) sorted by relevance
725 bool AllowInvalidUTF8(const FieldDescriptor* field) { return false; } in AllowInvalidUTF8() function736 if (!IsValidUTF8(arg) && !AllowInvalidUTF8(descriptor)) { in CheckString()