Home
last modified time | relevance | path

Searched refs:SingleUint64 (Results 1 - 10 of 10) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DSampleMessages.cs72 SingleUint64 = UInt64.MaxValue, in CreateFullTestAllTypes()
H A DGeneratedMessageTest.cs84 Assert.AreEqual(0UL, message.SingleUint64); in DefaultValues()
163 SingleUint64 = ulong.MaxValue in RoundTrip_SingleValues()
459 SingleUint64 = ulong.MaxValue in CloneSingleNonMessageValues()
H A DJsonParserTest.cs325 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in StringToUInt64_Valid()
515 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in NumberToUInt64_Valid()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs85 Assert.AreEqual(0UL, message.SingleUint64); in DefaultValues()
166 SingleUint64 = ulong.MaxValue in RoundTrip_SingleValues()
505 SingleUint64 = ulong.MaxValue in CloneSingleNonMessageValues()
H A DSampleMessages.cs75 SingleUint64 = UInt64.MaxValue, in CreateFullTestAllTypes()
H A DJsonParserTest.cs327 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in StringToUInt64_Valid()
517 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in NumberToUInt64_Valid()
H A DJsonFormatterTest.cs125 SingleUint64 = ulong.MaxValue, in AllSingleFields()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs69 Assert.AreEqual(message.SingleUint64, fields[TestAllTypes.SingleUint64FieldNumber].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()
393 public ulong SingleUint64 { property in Google.Protobuf.TestProtos.TestAllTypes
908 if (SingleUint64 != other.SingleUint64) return false; in Equals()
963 if (SingleUint64 != 0UL) hash ^= SingleUint64.GetHashCode(); in GetHashCode()
1037 if (SingleUint64 != 0UL) { in WriteTo()
1039 output.WriteUInt64(SingleUint64); in WriteTo()
1172 if (SingleUint64 != 0UL) { in IBufferMessage.InternalWriteTo()
1174 output.WriteUInt64(SingleUint64); in IBufferMessage.InternalWriteTo()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs73 Assert.AreEqual(message.SingleUint64, fields[TestProtos.TestAllTypes.SingleUint64FieldNumber].Accessor.GetValue(message)); in GetValue()

Completed in 18 milliseconds