Searched refs:ComputeBoolSize (Results 1 – 2 of 2) sorted by relevance
120 public static int ComputeBoolSize(bool value) in ComputeBoolSize() method in Google.Protobuf.CodedOutputStream
74 …ut.ReadBool(), (output, value) => output.WriteBool(value), CodedOutputStream.ComputeBoolSize, tag); in ForBool()