| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/text/WTFString.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | namespace WTF { | - |
| 3 | - | |
| 4 | class String : public QString | - |
| 5 | { | - |
| 6 | public: | - |
| 7 | String(const QString& s) : QString(s) {} executed 1162493 times by 153 tests: end of blockExecuted by:
| 1162493 |
| 8 | bool is8Bit() const { return executed 1149481 times by 153 tests: false;return false;Executed by:
executed 1149481 times by 153 tests: }return false;Executed by:
| 1149481 |
| 9 | const unsigned char *characters8() const { return never executed: 0;return 0;never executed: }return 0; | 0 |
| 10 | const UChar *characters16() const { return executed 1161496 times by 153 tests: reinterpret_cast<const UChar*>(constData());return reinterpret_cast<const UChar*>(constData());Executed by:
executed 1161496 times by 153 tests: }return reinterpret_cast<const UChar*>(constData());Executed by:
| 1161496 |
| 11 | - | |
| 12 | template <typename T> | - |
| 13 | const T* getCharacters() const; | - |
| 14 | - | |
| 15 | }; | - |
| 16 | - | |
| 17 | template <> | - |
| 18 | inline const unsigned char* String::getCharacters<unsigned char>() const { return never executed: characters8();return characters8();never executed: }return characters8(); | 0 |
| 19 | template <> | - |
| 20 | inline const UChar* String::getCharacters<UChar>() const { return executed 1148655 times by 153 tests: characters16();return characters16();Executed by:
executed 1148655 times by 153 tests: }return characters16();Executed by:
| 1148655 |
| 21 | - | |
| 22 | } | - |
| 23 | - | |
| 24 | - | |
| 25 | namespace JSC { | - |
| 26 | using WTF::String; | - |
| 27 | } | - |
| Switch to Source code | Preprocessed file |