Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5033 private readonly static bool PyGenericServicesDefaultValue = false; field in Google.Protobuf.Reflection.FileOptions
5038 …asBits0 & 16) != 0) { return pyGenericServices_; } else { return PyGenericServicesDefaultValue; } }