Home
last modified time | relevance | path

Searched refs:GetGroupEndTag (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h127 uint GetGroupEndTag(const Descriptor* descriptor);
Dcsharp_helpers.cc285 uint GetGroupEndTag(const Descriptor* descriptor) { in GetGroupEndTag() function
Dcsharp_message.cc66 end_tag_(GetGroupEndTag(descriptor)), in MessageGenerator()