Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs5169 private readonly static bool JavaMultipleFilesDefaultValue = false; field in Google.Protobuf.Reflection.FileOptions
5183 …hasBits0 & 2) != 0) { return javaMultipleFiles_; } else { return JavaMultipleFilesDefaultValue; } }
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs5169 private readonly static bool JavaMultipleFilesDefaultValue = false; field in Google.Protobuf.Reflection.FileOptions
5183 …hasBits0 & 2) != 0) { return javaMultipleFiles_; } else { return JavaMultipleFilesDefaultValue; } }