Searched refs:str (Results 1 – 12 of 12) sorted by relevance
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestXmlTestReporter.cpp | 55 CHECK_EQUAL(expected, output.str().c_str()); in TEST_FIXTURE() 65 CHECK(output.str().empty()); in TEST_FIXTURE() 68 CHECK(!output.str().empty()); in TEST_FIXTURE() 80 CHECK_EQUAL(expected, output.str().c_str()); in TEST_FIXTURE() 96 CHECK_EQUAL(expected, output.str().c_str()); in TEST_FIXTURE() 115 CHECK_EQUAL(expected, output.str().c_str()); in TEST_FIXTURE() 135 CHECK_EQUAL(expected, output.str().c_str()); in TEST_FIXTURE() 159 CHECK_EQUAL(expected, output.str().c_str()); in TEST_FIXTURE() 183 CHECK_EQUAL(expected, output.str().c_str()); in TEST_FIXTURE()
|
| /TaskScheduler/ThirdParty/Boost.Context/asm/ |
| H A D | make_arm_aapcs_pe_armasm.asm | 59 str a4, [a1,#0x48] 64 str a4, [a1,#0x44] 66 str a4, [a1,#0x40] 69 str a3, [a1,#0x70] 75 str a2, [a1,#0x6c]
|
| H A D | make_arm_aapcs_macho_gas.S | 52 str a3, [a1,#104] 58 str a2, [a1,#100]
|
| H A D | make_arm_aapcs_elf_gas.S | 53 str a3, [a1,#100] 59 str a2, [a1,#96]
|
| H A D | make_arm64_aapcs_elf_gas.S | 68 str x2, [x0, #0xa0] 73 str x1, [x0, #0x98]
|
| H A D | make_arm64_aapcs_macho_gas.S | 62 str x2, [x0, #0xa0] 73 str x1, [x0, #0x98]
|
| H A D | jump_arm_aapcs_macho_gas.S | 74 str sp, [a1] 96 str v1, [v2, #72]
|
| H A D | jump_arm64_aapcs_macho_gas.S | 78 str lr, [sp, #0xa0] 83 str x4, [x0]
|
| H A D | jump_arm64_aapcs_elf_gas.S | 89 str x30, [sp, #0xa0] 94 str x4, [x0]
|
| H A D | jump_arm_aapcs_elf_gas.S | 66 str sp, [a1]
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | XmlTestReporter.cpp | 16 void ReplaceChar(string& str, char c, string const& replacement) in ReplaceChar() argument 18 for (size_t pos = str.find(c); pos != string::npos; pos = str.find(c, pos + 1)) in ReplaceChar() 19 str.replace(pos, 1, replacement); in ReplaceChar() 39 return failureMessage.str(); in BuildFailureMessage()
|
| H A D | MemoryOutStream.cpp | 9 m_text = this->str(); in GetText() 15 this->str(std::string()); in Clear() 16 m_text = this->str(); in Clear()
|