Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc244 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in MergePartialFromCodedStream()
262 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in MergePartialFromCodedStream()
307 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizes()
316 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizes()
339 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizesToArray()
348 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizesToArray()
577 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in MergePartialFromCodedStream()
594 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in MergePartialFromCodedStream()
611 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in MergePartialFromCodedStream()
641 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizes()
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc965 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in MergePartialFromCodedStream()
982 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in MergePartialFromCodedStream()
999 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in MergePartialFromCodedStream()
1104 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizes()
1113 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizes()
1122 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizes()
1169 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizesToArray()
1179 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizesToArray()
1189 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in SerializeWithCachedSizesToArray()
1751 ::google::protobuf::internal::WireFormat::VerifyUTF8String( in MergePartialFromCodedStream()
[all …]
Dwire_format.h230 static void VerifyUTF8String(const char* data, int size, Operation op);
292 inline void WireFormat::VerifyUTF8String(const char* data, int size, in VerifyUTF8String() function
Dwire_format.cc571 VerifyUTF8String(value.data(), value.length(), PARSE); in ParseAndMergeField()
837 VerifyUTF8String(value.data(), value.length(), SERIALIZE); in SerializeFieldWithCachedSizes()