Home
last modified time | relevance | path

Searched defs:WriteBool (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/
Dpickle.h225 bool WriteBool(bool value) { in WriteBool() function
/external/flatbuffers/go/
Dencode.go134 func WriteBool(buf []byte, b bool) { func
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs257 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc400 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc233 inline Status WriteBool(int field_number, const DataPiece& data, in WriteBool() function