Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dfailure_list_ruby.txt114 JsonInput.OptionalInt32Wrapper.JsonOutput
115 JsonInput.OptionalInt32Wrapper.ProtobufOutput
Dconformance_test.cc1382 "OptionalInt32Wrapper",
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs810 OptionalInt32Wrapper = other.OptionalInt32Wrapper; in TestAllTypes()
1519 public int? OptionalInt32Wrapper { property in Conformance.TestAllTypes
2018 if (OptionalInt32Wrapper != other.OptionalInt32Wrapper) return false; in Equals()
2132 if (optionalInt32Wrapper_ != null) hash ^= OptionalInt32Wrapper.GetHashCode(); in GetHashCode()
2330 _single_optionalInt32Wrapper_codec.WriteTagAndValue(output, OptionalInt32Wrapper); in WriteTo()
2566 size += _single_optionalInt32Wrapper_codec.CalculateSizeWithTag(OptionalInt32Wrapper); in CalculateSize()
2786 if (optionalInt32Wrapper_ == null || other.OptionalInt32Wrapper != 0) { in MergeFrom()
2787 OptionalInt32Wrapper = other.OptionalInt32Wrapper; in MergeFrom()
3239 OptionalInt32Wrapper = value; in MergeFrom()