Searched refs:GTestMutexLock (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1673 class GTestMutexLock { class in namespace:testing::internal
1675 explicit GTestMutexLock(Mutex* mutex) function in class:testing::internal::GTestMutexLock
1678 ~GTestMutexLock() { mutex_->Unlock(); }
1683 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock);
1686 typedef GTestMutexLock MutexLock;
1928 class GTestMutexLock { class in namespace:testing::internal
1930 explicit GTestMutexLock(MutexBase* mutex) function in class:testing::internal::GTestMutexLock
1933 ~GTestMutexLock() { mutex_->Unlock(); }
1938 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock);
1941 typedef GTestMutexLock MutexLoc
2052 class GTestMutexLock { class in namespace:testing::internal
2054 explicit GTestMutexLock(Mutex*) {} // NOLINT function in class:testing::internal::GTestMutexLock
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1265 class GTestMutexLock { class in namespace:testing::internal
1267 explicit GTestMutexLock(MutexBase* mutex) function in class:testing::internal::GTestMutexLock
1270 ~GTestMutexLock() { mutex_->Unlock(); }
1275 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock);
1278 typedef GTestMutexLock MutexLock;
1410 class GTestMutexLock { class in namespace:testing::internal
1412 explicit GTestMutexLock(Mutex*) {} // NOLINT function in class:testing::internal::GTestMutexLock
1415 typedef GTestMutexLock MutexLock;
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1411 class GTestMutexLock { class in namespace:testing::internal
1413 explicit GTestMutexLock(MutexBase* mutex) function in class:testing::internal::GTestMutexLock
1416 ~GTestMutexLock() { mutex_->Unlock(); }
1421 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock);
1424 typedef GTestMutexLock MutexLock;
1558 class GTestMutexLock { class in namespace:testing::internal
1560 explicit GTestMutexLock(Mutex*) {} // NOLINT function in class:testing::internal::GTestMutexLock
1563 typedef GTestMutexLock MutexLock;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1275 class GTestMutexLock { class in namespace:testing::internal
1277 explicit GTestMutexLock(MutexBase* mutex) function in class:testing::internal::GTestMutexLock
1280 ~GTestMutexLock() { mutex_->Unlock(); }
1285 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock);
1288 typedef GTestMutexLock MutexLock;
1420 class GTestMutexLock { class in namespace:testing::internal
1422 explicit GTestMutexLock(Mutex*) {} // NOLINT function in class:testing::internal::GTestMutexLock
1425 typedef GTestMutexLock MutexLock;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1265 class GTestMutexLock { class in namespace:testing::internal
1267 explicit GTestMutexLock(MutexBase* mutex) function in class:testing::internal::GTestMutexLock
1270 ~GTestMutexLock() { mutex_->Unlock(); }
1275 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock);
1278 typedef GTestMutexLock MutexLock;
1410 class GTestMutexLock { class in namespace:testing::internal
1412 explicit GTestMutexLock(Mutex*) {} // NOLINT function in class:testing::internal::GTestMutexLock
1415 typedef GTestMutexLock MutexLock;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h759 class GTestMutexLock { class in namespace:testing::internal
761 explicit GTestMutexLock(Mutex*) {} // NOLINT function in class:testing::internal::GTestMutexLock
764 typedef GTestMutexLock MutexLock;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2518 class GTestMutexLock { class in namespace:std::tr1
2520 explicit GTestMutexLock(MutexBase* mutex) function in class:std::tr1::GTestMutexLock
2523 ~GTestMutexLock() { mutex_->Unlock(); }
2528 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock);
2531 typedef GTestMutexLock MutexLock;
2665 class GTestMutexLock { class in namespace:std::tr1
2667 explicit GTestMutexLock(Mutex*) {} // NOLINT function in class:std::tr1::GTestMutexLock
2670 typedef GTestMutexLock MutexLock;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2518 class GTestMutexLock { class in namespace:std::tr1
2520 explicit GTestMutexLock(MutexBase* mutex) function in class:std::tr1::GTestMutexLock
2523 ~GTestMutexLock() { mutex_->Unlock(); }
2528 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock);
2531 typedef GTestMutexLock MutexLock;
2665 class GTestMutexLock { class in namespace:std::tr1
2667 explicit GTestMutexLock(Mutex*) {} // NOLINT function in class:std::tr1::GTestMutexLock
2670 typedef GTestMutexLock MutexLock;

Completed in 782 milliseconds