Searched refs:TestData (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DCUInt128Test.cpp54 namespace TestData { namespace
71 CUInt128 test((uint8_t *)&TestData::sequence);
73 ASSERT_TRUE_M(TestData::sequence[0] == result[0] &&
74 TestData::sequence[1] == result[1] &&
75 TestData::sequence[2] == result[2] &&
76 TestData::sequence[3] == result[3] &&
77 TestData::sequence[4] == result[4] &&
78 TestData::sequence[5] == result[5] &&
79 TestData::sequence[6] == result[6] &&
80 TestData
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddatatest.cpp16 typedef std::map<std::string, std::string> TestData; typedef
24 static const TestData *s_currentTestData = NULL;
26 static void OutputTestData(const TestData &v)
28 for (TestData::const_iterator i = v.begin(); i != v.end(); ++i)
46 bool DataExists(const TestData &data, const char *name)
48 TestData::const_iterator i = data.find(name);
52 const std::string & GetRequiredDatum(const TestData &data, const char *name)
54 TestData::const_iterator i = data.find(name);
60 void PutDecodedDatumInto(const TestData &data, const char *name, BufferedTransformation &target)
104 std::string GetDecodedDatum(const TestData
[all...]

Completed in 41 milliseconds