Home
last modified time | relevance | path

Searched defs:IsMapEntry (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs209 public bool IsMapEntry => Proto.Options?.MapEntry == true; field in Google.Protobuf.Reflection.MessageDescriptor
/third_party/protobuf/src/google/protobuf/compiler/java/
Dhelpers.h347 inline bool IsMapEntry(const Descriptor* descriptor) { in IsMapEntry() function