Searched refs:readBlop (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/registry/test/ |
H A D | testregcpp.cxx | 142 sal_uInt8* readBlop = (sal_uInt8*)rtl_allocateMemory(aBlopSize); in test_coreReflection() local 143 REG_ENSURE(!key2.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9a"); in test_coreReflection() 145 RegistryTypeReader reader(readBlop, aBlopSize, sal_True); in test_coreReflection() 257 sal_uInt8* readBlop = (sal_uInt8*)rtl_allocateMemory(aBlopSize); in test_coreReflection() local 258 REG_ENSURE(!key5.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9c1"); in test_coreReflection() 260 RegistryTypeReader reader(readBlop, aBlopSize, sal_True); in test_coreReflection() 322 sal_uInt8* readBlop = (sal_uInt8*)rtl_allocateMemory(aBlopSize); in test_coreReflection() local 323 REG_ENSURE(!key7.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9e2"); in test_coreReflection() 325 RegistryTypeReader reader(readBlop, aBlopSize, sal_True); in test_coreReflection()
|
Completed in 14 milliseconds