Home
last modified time | relevance | path

Searched refs:OptionalInt64Wrapper (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/conformance/
Dfailure_list_ruby_mac.txt35 Required.Proto3.JsonInput.OptionalInt64Wrapper.JsonOutput
Dfailure_list_ruby.txt36 Required.Proto3.JsonInput.OptionalInt64Wrapper.JsonOutput
Dfailure_list_php_zts_c.txt142 Required.JsonInput.OptionalInt64Wrapper.JsonOutput
143 Required.JsonInput.OptionalInt64Wrapper.ProtobufOutput
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs331 OptionalInt64Wrapper = other.OptionalInt64Wrapper; in TestAllTypesProto3()
1211 public long? OptionalInt64Wrapper { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1838 if (OptionalInt64Wrapper != other.OptionalInt64Wrapper) return false; in Equals()
1966 if (optionalInt64Wrapper_ != null) hash ^= OptionalInt64Wrapper.GetHashCode(); in GetHashCode()
2202 _single_optionalInt64Wrapper_codec.WriteTagAndValue(output, OptionalInt64Wrapper); in WriteTo()
2485 size += _single_optionalInt64Wrapper_codec.CalculateSizeWithTag(OptionalInt64Wrapper); in CalculateSize()
2733 if (optionalInt64Wrapper_ == null || other.OptionalInt64Wrapper != 0L) { in MergeFrom()
2734 OptionalInt64Wrapper = other.OptionalInt64Wrapper; in MergeFrom()
3252 OptionalInt64Wrapper = value; in MergeFrom()