Searched defs:ScopedStdioFile (Results 1 – 2 of 2) sorted by relevance
26 TEST(ScopedStdioFile, DefaultConstructor) { in TEST() argument31 TEST(ScopedStdioFile, Constructor) { in TEST() argument36 TEST(ScopedStdioFile, Release) { in TEST() argument46 TEST(ScopedStdioFile, Close) { in TEST() argument53 TEST(ScopedStdioFile, Swap) { in TEST() argument
27 ScopedStdioFile() : mFile(NULL) {} in ScopedStdioFile() function30 explicit ScopedStdioFile(FILE* file) : mFile(file) {} in ScopedStdioFile() function