Searched defs:WriteGroup (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | WritingPrimitivesMessages.cs | 61 public static void WriteGroup(ref WriteContext ctx, IMessage value) in WriteGroup() method in Google.Protobuf.WritingPrimitivesMessages |
D | WriteContext.cs | 196 public void WriteGroup(IMessage value) in WriteGroup() method |
D | CodedOutputStream.cs | 306 public void WriteGroup(IMessage value) in WriteGroup() method in Google.Protobuf.CodedOutputStream |
/third_party/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.cc | 512 void WireFormatLite::WriteGroup(int field_number, const MessageLite& value, in WriteGroup() function in google::protobuf::internal::WireFormatLite |