Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs109 optionalSfixed32_ = other.optionalSfixed32_; in TestProto3Optional()
311 private int optionalSfixed32_; field in ProtobufUnittest.TestProto3Optional
314 get { if ((_hasBits0 & 256) != 0) { return optionalSfixed32_; } else { return 0; } }
317 optionalSfixed32_ = value;
H A DTestMessagesProto3.cs299 optionalSfixed32_ = other.optionalSfixed32_; in TestAllTypesProto3()
562 private int optionalSfixed32_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
565 get { return optionalSfixed32_; }
567 optionalSfixed32_ = value;
H A DTestMessagesProto2.cs290 optionalSfixed32_ = other.optionalSfixed32_; in TestAllTypesProto2()
629 private int optionalSfixed32_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
632 get { if ((_hasBits0 & 256) != 0) { return optionalSfixed32_; } else { return OptionalSfixed32DefaultValue; } }
635 optionalSfixed32_ = value;
H A DUnittest.cs1164 optionalSfixed32_ = other.optionalSfixed32_; in TestAllTypes()
1449 private int optionalSfixed32_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1452 get { if ((_hasBits0 & 256) != 0) { return optionalSfixed32_; } else { return OptionalSfixed32DefaultValue; } }
1455 optionalSfixed32_ = value;
[all...]

Completed in 57 milliseconds