Searched defs:WriteBool (Results 1 – 5 of 5) sorted by relevance
/external/chromium/base/ | ||
D | pickle.h | 90 bool WriteBool(bool value) { in WriteBool() function |
/external/chromium_org/chrome/tools/profile_reset/ | ||
D | jtl_compiler.cc | 37 void WriteBool(bool value) { WriteUint8(value ? 1u : 0u); } in WriteBool() function in __anon74512dfc0111::ByteCodeWriter |
/external/chromium_org/base/ | ||
D | pickle.h | 215 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 |