Home
last modified time | relevance | path

Searched refs:ParseAndMergeField (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format.h193 static bool ParseAndMergeField(
Dwire_format.cc427 if (!ParseAndMergeField(tag, field, message, input)) { in ParseAndMergePartial()
468 bool WireFormat::ParseAndMergeField( in ParseAndMergeField() function in google::protobuf::internal::WireFormat