Searched refs:CppTrigraph (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 708 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues), global::Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues.Parser, new[]{ "EscapedBytes", "LargeUint32", "LargeUint64", "SmallInt32", "SmallInt64", "ReallySmallInt32", "ReallySmallInt64", "Utf8String", "ZeroFloat", "OneFloat", "SmallFloat", "NegativeOneFloat", "NegativeFloat", "LargeFloat", "SmallNegativeFloat", "InfDouble", "NegInfDouble", "NanDouble", "InfFloat", "NegInfFloat", "NanFloat", "CppTrigraph", "StringWithZero", "BytesWithZero", "StringPieceWithZero", "CordWithZero", "ReplacementString" }, null, null, null, null), in UnittestReflection() 16323 public string CppTrigraph { property in Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues 16492 if (CppTrigraph != other.CppTrigraph) return false; in Equals() 16525 if (HasCppTrigraph) hash ^= CppTrigraph.GetHashCode(); in GetHashCode() 16625 output.WriteString(CppTrigraph); in WriteTo() 16742 output.WriteString(CppTrigraph); in IBufferMessage.InternalWriteTo() 16845 size += 2 + pb::CodedOutputStream.ComputeStringSize(CppTrigraph); in CalculateSize() 16937 CppTrigraph = other.CppTrigraph; in MergeFrom() [all...] |
Completed in 44 milliseconds