Home
last modified time | relevance | path

Searched refs:ParsePartialFromString (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dtest_util2.h74 other.ParsePartialFromString(data); in EqualsToSerialized()
Dmessage_lite.h322 PROTOBUF_ATTRIBUTE_REINITIALIZES bool ParsePartialFromString(
Dmessage_lite.cc320 bool MessageLite::ParsePartialFromString(const std::string& data) { in ParsePartialFromString() function in google::protobuf::MessageLite
/third_party/protobuf/
Dlibprotobuf_lite.map414 …"google::protobuf::MessageLite::ParsePartialFromString(std::__h::basic_string<char, std::__h::char…
437 …"google::protobuf::MessageLite::ParsePartialFromString(std::__cxx11::basic_string<char, std::char_…
496 …"google::protobuf::MessageLite::ParsePartialFromString(std::__1::basic_string<char, std::__1::char…
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1246 if (!(*data)->ParsePartialFromString(serialized_value)) { in UnpackAny()