Searched refs:ScopedClearErrno (Results 1 – 6 of 6) sorted by relevance
16 class ScopedClearErrno {18 ScopedClearErrno() : old_errno_(errno) { in ScopedClearErrno() function21 ~ScopedClearErrno() { in ~ScopedClearErrno()29 DISALLOW_COPY_AND_ASSIGN(ScopedClearErrno);
12 TEST(ScopedClearErrno, TestNoError) { in TEST() argument15 ScopedClearErrno clear_error; in TEST()21 TEST(ScopedClearErrno, TestError) { in TEST() argument24 ScopedClearErrno clear_error; in TEST()
13 TEST(ScopedClearErrno, TestNoError) { in TEST() argument16 ScopedClearErrno clear_error; in TEST()22 TEST(ScopedClearErrno, TestError) { in TEST() argument25 ScopedClearErrno clear_error; in TEST()
51 ScopedClearErrno clear_errno; in StringAppendVT()
59 ScopedClearErrno clear_errno; in StringAppendVT()