Searched refs:stringCopy (Results 1 – 1 of 1) sorted by relevance
1636 Json::Value arrayCopy, stringCopy; in JSONTEST_FIXTURE_LOCAL() local1638 stringCopy.copy(stringVal); in JSONTEST_FIXTURE_LOCAL()1640 JSONTEST_ASSERT_PRED(checkIsEqual(stringCopy, stringVal)); in JSONTEST_FIXTURE_LOCAL()1647 stringCopy = "another string"; in JSONTEST_FIXTURE_LOCAL()1648 JSONTEST_ASSERT(!(stringCopy == stringVal)); in JSONTEST_FIXTURE_LOCAL()1650 copy2.copy(stringCopy); in JSONTEST_FIXTURE_LOCAL()