OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedClearErrno
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/
scoped_clear_errno.h
16
class
ScopedClearErrno
{
18
ScopedClearErrno
() : old_errno_(errno) {
21
~
ScopedClearErrno
() {
29
DISALLOW_COPY_AND_ASSIGN(
ScopedClearErrno
);
scoped_clear_errno_unittest.cc
12
TEST(
ScopedClearErrno
, TestNoError) {
15
ScopedClearErrno
clear_error;
21
TEST(
ScopedClearErrno
, TestError) {
24
ScopedClearErrno
clear_error;
/external/chromium_org/base/strings/
stringprintf.cc
54
ScopedClearErrno
clear_errno;
string_number_conversions.cc
463
ScopedClearErrno
clear_errno;
Completed in 7930 milliseconds