Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4825 private readonly static bool JavaMultipleFilesDefaultValue = false; field in Google.Protobuf.Reflection.FileOptions
4838 …hasBits0 & 2) != 0) { return javaMultipleFiles_; } else { return JavaMultipleFilesDefaultValue; } }