Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dapi.pb.cc294 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
344 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
427 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
449 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
483 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
508 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
1041 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
1058 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
1090 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
1175 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
[all …]
Dtype.pb.cc387 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
421 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
506 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
522 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
556 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
574 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
1211 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
1228 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
1292 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
1309 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
[all …]
Dfield_mask.pb.cc198 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
237 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
253 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
Dsource_context.pb.cc199 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
236 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
252 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
Dwire_format.h315 WireFormatLite::VerifyUtf8String( in VerifyUTF8String()
327 WireFormatLite::VerifyUtf8String( in VerifyUTF8StringNamedField()
Dany.pb.cc219 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
269 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
291 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
Dstruct.pb.cc308 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
354 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
377 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
659 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
749 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
793 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
Dwire_format.cc644 if (!WireFormatLite::VerifyUtf8String( in ParseAndMergeField()
917 WireFormatLite::VerifyUtf8String(value.data(), value.length(), in SerializeFieldWithCachedSizes()
Dwire_format_lite.cc512 bool WireFormatLite::VerifyUtf8String(const char* data, in VerifyUtf8String() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h325 static bool VerifyUtf8String(const char* data, int size,
Dwrappers.pb.cc2226 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in MergePartialFromCodedStream()
2263 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizes()
2279 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( in SerializeWithCachedSizesToArray()
/external/libprotobuf-mutator/src/
Dutf8_fix_test.cc28 return WireFormatLite::VerifyUtf8String(s.data(), s.length(), in IsStructurallyValid()