Home
last modified time | relevance | path

Searched defs:ReadGroup (Results 1 – 4 of 4) 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
DCodedInputStream.cs453 public void ReadGroup(IMessage builder) in ReadGroup() method in Google.Protobuf.CodedInputStream
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h1243 inline bool WireFormatLite::ReadGroup(int field_number, in ReadGroup() function