Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4121 private readonly static bool JavaGenericServicesDefaultValue = false; field in Google.Protobuf.Reflection.FileOptions
4126 …its0 & 8) != 0) { return javaGenericServices_; } else { return JavaGenericServicesDefaultValue; } }