Searched refs:ReadGroup (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 442 …new FieldCodec<T>(input => { T message = parser.CreateTemplate(); input.ReadGroup(message); return… in input.ReadGroup() 449 i.ReadGroup(v);
|
D | CodedInputStream.cs | 606 public void ReadGroup(IMessage builder) in ReadGroup() method in Google.Protobuf.CodedInputStream
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_table_driven_lite.h | 656 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined() 672 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined()
|
D | wire_format_lite.h | 332 static inline bool ReadGroup(int field_number, io::CodedInputStream* input, 1245 inline bool WireFormatLite::ReadGroup(int field_number, in ReadGroup() function
|
D | wire_format.cc | 663 if (!WireFormatLite::ReadGroup(WireFormatLite::GetTagFieldNumber(tag), in ParseAndMergeField()
|
D | extension_set.cc | 1376 if (!WireFormatLite::ReadGroup(number, input, value)) return false; in ParseFieldWithExtensionInfo()
|