Searched refs:g_recordInMemory (Results 1 – 1 of 1) sorted by relevance
419 g_recordInMemory.str(""); in FileOpen()420 g_recordInMemory.clear(); in FileOpen()422 g_recordInMemory.seekg(0); in FileOpen()423 g_recordInMemory.seekp(0); in FileOpen()448 g_recordInMemory.str(""); in FileClose()449 g_recordInMemory.clear(); in FileClose()469 g_recordInMemory.seekg(0, std::ios_base::end); in FileSize()470 const int64_t size = g_recordInMemory.tellg(); in FileSize()495 return g_recordInMemory.tellg(); in FileTell()533 g_recordInMemory.seekp(g_recordInMemory.tellg()); in FileRead()[all …]