Searched refs:CordField (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 704 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames.Parser, new[]{ "PrimitiveField", "StringField", "EnumField", "MessageField", "StringPieceField", "CordField", "RepeatedPrimitiveField", "RepeatedStringField", "RepeatedEnumField", "RepeatedMessageField", "RepeatedStringPieceField", "RepeatedCordField" }, null, null, null, null), in UnittestReflection() 14093 /// <summary>Field number for the "CordField" field.</summary> 14099 public string CordField { property in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames 14105 /// <summary>Gets whether the "CordField" field is set</summary> 14110 /// <summary>Clears the value of the "CordField" field</summary> 14194 if (CordField != other.CordField) return false; in Equals() 14212 if (HasCordField) hash ^= CordField.GetHashCode(); in GetHashCode() 14257 output.WriteString(CordField); in WriteTo() 14296 output.WriteString(CordField); in IBufferMessage.InternalWriteTo() [all...] |
Completed in 33 milliseconds