Home
last modified time | relevance | path

Searched refs:ComputeFixed64Size (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs106 public static int ComputeFixed64Size(ulong value) in ComputeFixed64Size() method in Google.Protobuf.CodedOutputStream
DUnknownField.cs173 result += CodedOutputStream.ComputeFixed64Size(1) * fixed64List.Count; in GetSerializedSize()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs106 public static int ComputeFixed64Size(ulong value) in ComputeFixed64Size() method in Google.Protobuf.CodedOutputStream
DUnknownField.cs173 result += CodedOutputStream.ComputeFixed64Size(1) * fixed64List.Count; in GetSerializedSize()