Home
last modified time | relevance | path

Searched refs:BDefaultValue (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs7697 private readonly static int BDefaultValue = 0; field in Google.Protobuf.TestProtos.Proto2.TestRequired
7702 get { if ((_hasBits0 & 4) != 0) { return b_; } else { return BDefaultValue; } }
19476 private readonly static string BDefaultValue = ""; field in Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup
19481 get { return b_ ?? BDefaultValue; }
20059 private readonly static string BDefaultValue = ""; field in Google.Protobuf.TestProtos.Proto2.TestOneofBackwardsCompatible.Types.FooGroup
20064 get { return b_ ?? BDefaultValue; }
21382 private readonly static string BDefaultValue = ""; field in Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.FooGroup
21387 get { return b_ ?? BDefaultValue; }
[all...]

Completed in 38 milliseconds