Searched refs:ScopedFDCloseTraits (Results 1 – 3 of 3) sorted by relevance
/third_party/gn/src/base/files/ |
D | scoped_file.h | 21 struct ScopedFDCloseTraits { struct 51 typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD;
|
D | scoped_file.cc | 23 void ScopedFDCloseTraits::Free(int fd) { in Free()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 1468 @@ -26,7 +26,7 @@ struct BASE_EXPORT ScopedFDCloseTraits : public ScopedGenericOwnershipTracking { 1469 static void Release(const ScopedGeneric<int, ScopedFDCloseTraits>&, int); 1476 struct BASE_EXPORT ScopedFDCloseTraits : public ScopedGenericOwnershipTracking { 1477 @@ -37,7 +37,7 @@ struct BASE_EXPORT ScopedFDCloseTraits { 1483 static void Acquire(const ScopedGeneric<int, ScopedFDCloseTraits>&, int); 1484 static void Release(const ScopedGeneric<int, ScopedFDCloseTraits>&, int); 1495 @@ -104,7 +104,7 @@ typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD;
|