Searched refs:ReadGroup (Results 1 - 11 of 11) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ParseContext.cs | 238 public void ReadGroup(IMessage message) in ReadGroup() method 240 ParsingPrimitivesMessages.ReadGroup(ref this, message); in ReadGroup()
|
H A D | ParsingPrimitivesMessages.cs | 137 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 D | CodedInputStream.cs | 453 public void ReadGroup(IMessage builder)
in ReadGroup() method in Google.Protobuf.CodedInputStream 458 ParsingPrimitivesMessages.ReadGroup(ref ctx, builder);
in ReadGroup()
|
H A D | UnknownFieldSet.cs | 237 ParsingPrimitivesMessages.ReadGroup(ref ctx, number, set); in MergeFieldFrom()
|
H A D | FieldCodec.cs | 455 ctx.ReadGroup(message); in ctx.ReadGroup() 466 ctx.ReadGroup(v);
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_table_driven_lite.h | 634 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined() 650 !WireFormatLite::ReadGroup(field_number, input, submsg))) { in MergePartialFromCodedStreamInlined()
|
H A D | wire_format_lite.h | 333 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 D | wire_format.cc | 612 if (!WireFormatLite::ReadGroup(WireFormatLite::GetTagFieldNumber(tag), in ParseAndMergeField()
|
H A D | extension_set.cc | 1374 if (!WireFormatLite::ReadGroup(number, input, value)) return false; in ParseFieldWithExtensionInfo()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 3761 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 D | TestMessagesProto2.cs | 4072 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