Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs47 internal const int BoolSize = 1; field in Google.Protobuf.CodedOutputStream
126 return BoolSize; in ComputeBoolSize()
DFieldCodec.cs244 …riteContext ctx, bool value) => ctx.WriteBool(value), CodedOutputStream.BoolSize, tag, defaultValu… in ForBool()