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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFileDataIOTest.cpp153 // - TYPE genValue(size_t j), which returns the expected value at
167 static uint8 genValue(size_t j) { function in struct:RWInterface
186 static uint16 genValue(size_t j) { function in struct:RWInterface
205 static uint32 genValue(size_t j) { function in struct:RWInterface
224 static CMD4Hash genValue(size_t j) { function in struct:RWInterface
248 static CUInt128 genValue(size_t j) { function in struct:RWInterface
292 ASSERT_EQUALS(RW::genValue(j), RW::readValue(file));
361 RW::writeValue(file, RW::genValue(j));
375 ASSERT_EQUALS(RW::genValue(j), RW::readValue(file));

Completed in 97 milliseconds