Searched defs:ComputeInt32Size (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.ComputeSize.cs85 public static int ComputeInt32Size(int value) method in class:Google.Protobuf.CodedOutputStream
180 return ComputeInt32Size(value);

Completed in 1177 milliseconds