Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesMessages.cs137 public static void ReadGroup(ref ParseContext ctx, IMessage message) in ReadGroup() method in Google.Protobuf.ParsingPrimitivesMessages
153 public static void ReadGroup(ref ParseContext ctx, int fieldNumber, UnknownFieldSet set) in ReadGroup() method in Google.Protobuf.ParsingPrimitivesMessages
DParseContext.cs238 public void ReadGroup(IMessage message) in ReadGroup() method
240 ParsingPrimitivesMessages.ReadGroup(ref this, message); in ReadGroup()
DCodedInputStream.cs453 public void ReadGroup(IMessage builder) in ReadGroup() method in Google.Protobuf.CodedInputStream
458 ParsingPrimitivesMessages.ReadGroup(ref ctx, builder); in ReadGroup()
DUnknownFieldSet.cs237 ParsingPrimitivesMessages.ReadGroup(ref ctx, number, set); in MergeFieldFrom()
DFieldCodec.cs455 ctx.ReadGroup(message); in ctx.ReadGroup()
466 ctx.ReadGroup(v);
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h634 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined()
650 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined()
Dwire_format_lite.h333 static inline bool ReadGroup(int field_number, io::CodedInputStream* input,
1243 inline bool WireFormatLite::ReadGroup(int field_number, in ReadGroup() function
Dwire_format.cc612 if (!WireFormatLite::ReadGroup(WireFormatLite::GetTagFieldNumber(tag), in ParseAndMergeField()
Dextension_set.cc1374 if (!WireFormatLite::ReadGroup(number, input, value)) return false; in ParseFieldWithExtensionInfo()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittest.cs3761 input.ReadGroup(OptionalGroup); in MergeFrom()
4114 input.ReadGroup(OptionalGroup); in IBufferMessage.InternalMergeFrom()
6791 input.ReadGroup(OptionalGroup); in MergeFrom()
6816 input.ReadGroup(OptionalGroup); in IBufferMessage.InternalMergeFrom()
11220 input.ReadGroup(SubGroup); in MergeFrom()
11248 input.ReadGroup(SubGroup); in IBufferMessage.InternalMergeFrom()
12256 input.ReadGroup(SubGroup); in MergeFrom()
12277 input.ReadGroup(SubGroup); in IBufferMessage.InternalMergeFrom()
12751 input.ReadGroup(Foo); in MergeFrom()
12758 input.ReadGroup(Bar); in MergeFrom()
[all …]
DTestMessagesProto2.cs4072 input.ReadGroup(Data); in MergeFrom()
4621 input.ReadGroup(Data); in IBufferMessage.InternalMergeFrom()
6326 input.ReadGroup(OptionalGroup); in MergeFrom()
6371 input.ReadGroup(OptionalGroup); in IBufferMessage.InternalMergeFrom()