Searched defs:WriteBool (Results 1 – 12 of 12) sorted by relevance
48 void WriteBool(int tag, bool v) { in WriteBool() function
189 void WriteBool(bool value) { WriteInt(value ? 1 : 0); } in WriteBool() function
67 func (e *Encoder) WriteBool(b bool) { func
102 func (e *Encoder) WriteBool(b bool) { func
140 func WriteBool(buf []byte, b bool) { func
257 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
343 Status WriteBool(uint32_t field_number, bool value) { in WriteBool() function
243 inline Status WriteBool(int field_number, const DataPiece& data, in WriteBool() function
465 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
7098 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function
8310 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function
7341 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function