Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs1674 public int FieldName14 { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1880 if (FieldName14 != other.FieldName14) return false; in Equals()
2008 if (FieldName14 != 0) hash ^= FieldName14.GetHashCode(); in GetHashCode()
2314 if (FieldName14 != 0) { in WriteTo()
2316 output.WriteInt32(FieldName14); in WriteTo()
2578 if (FieldName14 != 0) { in CalculateSize()
2579 size += 2 + pb::CodedOutputStream.ComputeInt32Size(FieldName14); in CalculateSize()
2858 if (other.FieldName14 != 0) { in MergeFrom()
2859 FieldName14 = other.FieldName14; in MergeFrom()
3457 FieldName14 = input.ReadInt32(); in MergeFrom()
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc853 "FieldName14": 14, in RunSuiteImpl()
1047 "FieldName14": 14, in RunSuiteImpl()