Searched refs:StringPieceField (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() 14070 /// <summary>Field number for the "StringPieceField" field.</summary> 14076 public string StringPieceField { property in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames 14082 /// <summary>Gets whether the "StringPieceField" field is set</summary> 14087 /// <summary>Clears the value of the "StringPieceField" field</summary> 14193 if (StringPieceField != other.StringPieceField) return false; in Equals() 14211 if (HasStringPieceField) hash ^= StringPieceField.GetHashCode(); in GetHashCode() 14253 output.WriteString(StringPieceField); in WriteTo() 14292 output.WriteString(StringPieceField); in IBufferMessage.InternalWriteTo() [all...] |
Completed in 32 milliseconds