Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DProgram.cs110 switch (request.RequestedOutputFormat) in PerformRequest()
DConformance.cs292 public global::Conformance.WireFormat RequestedOutputFormat { property in Conformance.ConformanceRequest
333 if (RequestedOutputFormat != other.RequestedOutputFormat) return false; in Equals()
343 if (RequestedOutputFormat != 0) hash ^= RequestedOutputFormat.GetHashCode(); in GetHashCode()
363 if (RequestedOutputFormat != 0) { in WriteTo()
365 output.WriteEnum((int) RequestedOutputFormat); in WriteTo()
378 if (RequestedOutputFormat != 0) { in CalculateSize()
379 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) RequestedOutputFormat); in CalculateSize()
389 if (other.RequestedOutputFormat != 0) { in MergeFrom()
390 RequestedOutputFormat = other.RequestedOutputFormat; in MergeFrom()