Home
last modified time | relevance | path

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

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