webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Attributes | List of all members
rtc::SharedExclusiveLockTest Class Reference
Inheritance diagram for rtc::SharedExclusiveLockTest:
testing::Test

Public Member Functions

 SharedExclusiveLockTest ()
 
virtual void SetUp ()
 

Protected Attributes

std::unique_ptr< SharedExclusiveLockshared_exclusive_lock_
 
int value_
 

Additional Inherited Members

- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

Constructor & Destructor Documentation

◆ SharedExclusiveLockTest()

rtc::SharedExclusiveLockTest::SharedExclusiveLockTest ( )
inline

Member Function Documentation

◆ SetUp()

virtual void rtc::SharedExclusiveLockTest::SetUp ( )
inlinevirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ shared_exclusive_lock_

std::unique_ptr<SharedExclusiveLock> rtc::SharedExclusiveLockTest::shared_exclusive_lock_
protected

◆ value_

int rtc::SharedExclusiveLockTest::value_
protected

The documentation for this class was generated from the following file: