Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs442 …new FieldCodec<T>(input => { T message = parser.CreateTemplate(); input.ReadGroup(message); return… in input.ReadGroup()
449 i.ReadGroup(v);
DCodedInputStream.cs606 public void ReadGroup(IMessage builder) in ReadGroup() method in Google.Protobuf.CodedInputStream
/external/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h656 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined()
672 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined()
Dwire_format_lite.h332 static inline bool ReadGroup(int field_number, io::CodedInputStream* input,
1245 inline bool WireFormatLite::ReadGroup(int field_number, in ReadGroup() function
Dwire_format.cc663 if (!WireFormatLite::ReadGroup(WireFormatLite::GetTagFieldNumber(tag), in ParseAndMergeField()
Dextension_set.cc1376 if (!WireFormatLite::ReadGroup(number, input, value)) return false; in ParseFieldWithExtensionInfo()