IsStructurallyValidUTF8 1178 third_party/protobuf/src/google/protobuf/stubs/common.h LIBPROTOBUF_EXPORT bool IsStructurallyValidUTF8(const char* buf, int len); IsStructurallyValidUTF8 17 third_party/protobuf/src/google/protobuf/stubs/structurally_valid_unittest.cc EXPECT_TRUE(IsStructurallyValidUTF8(valid_str.data(), IsStructurallyValidUTF8 21 third_party/protobuf/src/google/protobuf/stubs/structurally_valid_unittest.cc EXPECT_TRUE(IsStructurallyValidUTF8(valid_str.data() + i, IsStructurallyValidUTF8 28 third_party/protobuf/src/google/protobuf/stubs/structurally_valid_unittest.cc EXPECT_FALSE(IsStructurallyValidUTF8(invalid_str.data(), IsStructurallyValidUTF8 32 third_party/protobuf/src/google/protobuf/stubs/structurally_valid_unittest.cc EXPECT_FALSE(IsStructurallyValidUTF8(invalid_str.data() + i, IsStructurallyValidUTF8 745 third_party/protobuf/src/google/protobuf/wire_format.cc if (!IsStructurallyValidUTF8(data, size)) {