Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h329 static inline bool ReadGroup (field_number, input, MessageLite* value);
Dwire_format_lite_inl.h432 inline bool WireFormatLite::ReadGroup(int field_number, in ReadGroup() function
Dwire_format.cc682 if (!WireFormatLite::ReadGroup(WireFormatLite::GetTagFieldNumber(tag), in ParseAndMergeField()
Dextension_set.cc1301 if (!WireFormatLite::ReadGroup(number, input, value)) return false; in ParseFieldWithExtensionInfo()