Home
last modified time | relevance | path

Searched refs:FieldName13 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs1663 public int FieldName13 { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1879 if (FieldName13 != other.FieldName13) return false; in Equals()
2007 if (FieldName13 != 0) hash ^= FieldName13.GetHashCode(); in GetHashCode()
2310 if (FieldName13 != 0) { in WriteTo()
2312 output.WriteInt32(FieldName13); in WriteTo()
2575 if (FieldName13 != 0) { in CalculateSize()
2576 size += 2 + pb::CodedOutputStream.ComputeInt32Size(FieldName13); in CalculateSize()
2855 if (other.FieldName13 != 0) { in MergeFrom()
2856 FieldName13 = other.FieldName13; in MergeFrom()
3453 FieldName13 = input.ReadInt32(); in MergeFrom()
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc852 "FieldName13": 13, in RunSuiteImpl()
1046 "FieldName13": 13, in RunSuiteImpl()