Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs747 optionalInt32_ = other.optionalInt32_; in TestAllTypes()
874 private int optionalInt32_; field in Conformance.TestAllTypes
879 get { return optionalInt32_; }
881 optionalInt32_ = value;
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs2621 optionalInt32_ = other.optionalInt32_; in TestMutualRecursionB()
2640 private int optionalInt32_; field in Google.Protobuf.TestProtos.TestMutualRecursionB
2642 get { return optionalInt32_; }
2644 optionalInt32_ = value;