Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs1641 public int FIELDNAME11 { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1877 if (FIELDNAME11 != other.FIELDNAME11) return false; in Equals()
2005 if (FIELDNAME11 != 0) hash ^= FIELDNAME11.GetHashCode(); in GetHashCode()
2302 if (FIELDNAME11 != 0) { in WriteTo()
2304 output.WriteInt32(FIELDNAME11); in WriteTo()
2569 if (FIELDNAME11 != 0) { in CalculateSize()
2570 size += 2 + pb::CodedOutputStream.ComputeInt32Size(FIELDNAME11); in CalculateSize()
2849 if (other.FIELDNAME11 != 0) { in MergeFrom()
2850 FIELDNAME11 = other.FIELDNAME11; in MergeFrom()
3445 FIELDNAME11 = input.ReadInt32(); in MergeFrom()
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc838 "FIELDNAME11": 11, in RunSuiteImpl()
1032 "FIELDNAME11": 11, in RunSuiteImpl()