Searched refs:BoolSize (Results 1 – 2 of 2) sorted by relevance
47 internal const int BoolSize = 1; field in Google.Protobuf.CodedOutputStream126 return BoolSize; in ComputeBoolSize()
244 …riteContext ctx, bool value) => ctx.WriteBool(value), CodedOutputStream.BoolSize, tag, defaultValu… in ForBool()