WriteBool          37 chrome/tools/profile_reset/jtl_compiler.cc   void WriteBool(bool value) { WriteUint8(value ? 1u : 0u); }
WriteBool         494 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteBool(int field_number, bool value,