Searched defs:ReadGroup (Results 1 – 4 of 4) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | ParsingPrimitivesMessages.cs | 137 public static void ReadGroup(ref ParseContext ctx, IMessage message) in ReadGroup() method in Google.Protobuf.ParsingPrimitivesMessages |
| D | ParseContext.cs | 238 public void ReadGroup(IMessage message) in ReadGroup() method |
| D | CodedInputStream.cs | 453 public void ReadGroup(IMessage builder) in ReadGroup() method in Google.Protobuf.CodedInputStream |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | wire_format_lite.h | 1243 inline bool WireFormatLite::ReadGroup(int field_number, in ReadGroup() function |