Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs238 public void ReadGroup(IMessage message) in ReadGroup() method
240 ParsingPrimitivesMessages.ReadGroup(ref this, message); in ReadGroup()
H A 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
H A DCodedInputStream.cs453 public void ReadGroup(IMessage builder) in ReadGroup() method in Google.Protobuf.CodedInputStream
458 ParsingPrimitivesMessages.ReadGroup(ref ctx, builder); in ReadGroup()
H A DUnknownFieldSet.cs237 ParsingPrimitivesMessages.ReadGroup(ref ctx, number, set); in MergeFieldFrom()
H A DFieldCodec.cs455 ctx.ReadGroup(message); in ctx.ReadGroup()
466 ctx.ReadGroup(v);
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven_lite.h634 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined()
650 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined()
H A 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 in google::protobuf::internal::WireFormatLite
H A Dwire_format.cc612 if (!WireFormatLite::ReadGroup(WireFormatLite::GetTagFieldNumber(tag), in ParseAndMergeField()
H A Dextension_set.cc1374 if (!WireFormatLite::ReadGroup(number, input, value)) return false; in ParseFieldWithExtensionInfo()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A 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(Ba in MergeFrom()
[all...]
H A 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()

Completed in 53 milliseconds