Home
last modified time | relevance | path

Searched refs:str (Results 1 – 12 of 12) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestXmlTestReporter.cpp55 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 Dmake_arm_aapcs_pe_armasm.asm59 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 Dmake_arm_aapcs_macho_gas.S52 str a3, [a1,#104]
58 str a2, [a1,#100]
H A Dmake_arm_aapcs_elf_gas.S53 str a3, [a1,#100]
59 str a2, [a1,#96]
H A Dmake_arm64_aapcs_elf_gas.S68 str x2, [x0, #0xa0]
73 str x1, [x0, #0x98]
H A Dmake_arm64_aapcs_macho_gas.S62 str x2, [x0, #0xa0]
73 str x1, [x0, #0x98]
H A Djump_arm_aapcs_macho_gas.S74 str sp, [a1]
96 str v1, [v2, #72]
H A Djump_arm64_aapcs_macho_gas.S78 str lr, [sp, #0xa0]
83 str x4, [x0]
H A Djump_arm64_aapcs_elf_gas.S89 str x30, [sp, #0xa0]
94 str x4, [x0]
H A Djump_arm_aapcs_elf_gas.S66 str sp, [a1]
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DXmlTestReporter.cpp16 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 DMemoryOutStream.cpp9 m_text = this->str(); in GetText()
15 this->str(std::string()); in Clear()
16 m_text = this->str(); in Clear()