Searched defs:WriteBool (Results 1 – 9 of 9) sorted by relevance
47 void WriteBool(int tag, bool v) { in WriteBool() function
189 void WriteBool(bool value) { WriteInt(value ? 1 : 0); } in WriteBool() function
109 Status ExtendedTCPClient::WriteBool(bool val) { in WriteBool() function in tensorflow::ExtendedTCPClient
140 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
4863 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function