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