Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs43 private const int LittleEndian32Size = 4; field in Google.Protobuf.CodedOutputStream
46 internal const int FloatSize = LittleEndian32Size;
117 return LittleEndian32Size; in ComputeFixed32Size()
193 return LittleEndian32Size; in ComputeSFixed32Size()