Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1989 private readonly static int OneofIndexDefaultValue = 0; field in Google.Protobuf.Reflection.FieldDescriptorProto
1998 … get { if ((_hasBits0 & 8) != 0) { return oneofIndex_; } else { return OneofIndexDefaultValue; } }