Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DSampleMessages.cs55 SingleFixed64 = 1234567890123, in CreateFullTestAllTypes()
H A DGeneratedMessageTest.cs67 Assert.AreEqual(0L, message.SingleFixed64); in DefaultValues()
146 SingleFixed64 = 1234567890123, in RoundTrip_SingleValues()
448 SingleFixed64 = 1234567890123, in CloneSingleNonMessageValues()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs68 Assert.AreEqual(0L, message.SingleFixed64); in DefaultValues()
149 SingleFixed64 = 1234567890123, in RoundTrip_SingleValues()
494 SingleFixed64 = 1234567890123, in CloneSingleNonMessageValues()
H A DSampleMessages.cs58 SingleFixed64 = 1234567890123, in CreateFullTestAllTypes()
H A DJsonFormatterTest.cs108 SingleFixed64 = 1234567890123, in AllSingleFields()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs52 Assert.AreEqual(message.SingleFixed64, fields[TestAllTypes.SingleFixed64FieldNumber].Accessor.GetValue(message)); in GetValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs162 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes), global::Google.Protobuf.TestProtos.TestAllTypes.Parser, new[]{ "SingleInt32", "SingleInt64", "SingleUint32", "SingleUint64", "SingleSint32", "SingleSint64", "SingleFixed32", "SingleFixed64", "SingleSfixed32", "SingleSfixed64", "SingleFloat", "SingleDouble", "SingleBool", "SingleString", "SingleBytes", "SingleNestedMessage", "SingleForeignMessage", "SingleImportMessage", "SingleNestedEnum", "SingleForeignEnum", "SingleImportEnum", "SinglePublicImportMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedImportMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedImportEnum", "RepeatedPublicImportMessage", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes" }, new[]{ "OneofField" }, new[]{ typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage), global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage.Parser, new[]{ "Bb" }, null, null, null, null)}), in UnittestProto3Reflection()
437 public ulong SingleFixed64 { property in Google.Protobuf.TestProtos.TestAllTypes
912 if (SingleFixed64 != other.SingleFixed64) return false; in Equals()
967 if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode(); in GetHashCode()
1053 if (SingleFixed64 != 0UL) { in WriteTo()
1055 output.WriteFixed64(SingleFixed64); in WriteTo()
1188 if (SingleFixed64 != 0UL) { in IBufferMessage.InternalWriteTo()
1190 output.WriteFixed64(SingleFixed64); in IBufferMessage.InternalWriteTo()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs56 Assert.AreEqual(message.SingleFixed64, fields[TestProtos.TestAllTypes.SingleFixed64FieldNumber].Accessor.GetValue(message)); in GetValue()

Completed in 19 milliseconds