Searched defs:WriteBool (Results 1 – 5 of 5) sorted by relevance
225 bool WriteBool(bool value) { in WriteBool() function
134 func WriteBool(buf []byte, b bool) { func
257 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
400 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
233 inline Status WriteBool(int field_number, const DataPiece& data, in WriteBool() function