Searched defs:WriteBool (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/
H A Dpickle.h225 bool WriteBool(bool value) { function in class:Pickle
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc37 void WriteBool(bool value) { WriteUint8(value ? 1u : 0u); } function in class:__anon6002::ByteCodeWriter
112 target->WriteBool(value);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc494 void WireFormatLite::WriteBool(int field_number, bool value, function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc269 void WireFormatLite::WriteBool(int field_number, bool value, function in class:google::protobuf::internal::WireFormatLite

Completed in 154 milliseconds