Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.cs257 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.cc400 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc235 inline Status WriteBool(int field_number, const DataPiece& data, in WriteBool() function