Searched defs:WriteBool (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/tools/profile_reset/ | ||
D | jtl_compiler.cc | 37 void WriteBool(bool value) { WriteUint8(value ? 1u : 0u); } in WriteBool() function in __anon5b7428890111::ByteCodeWriter |
/external/chromium_org/base/ | ||
D | pickle.h | 225 bool WriteBool(bool value) { in WriteBool() function |
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.cc | 269 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.cc | 494 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite |