proxygen
|
#include <gtest-linked_ptr.h>
Public Member Functions | |
void | join_new () |
void | join (linked_ptr_internal const *ptr) GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) |
bool | depart () GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) |
void | join_new () |
void | join (linked_ptr_internal const *ptr) GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) |
bool | depart () GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) |
void | join_new () |
void | join (linked_ptr_internal const *ptr) GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) |
bool | depart () GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) |
Private Attributes | |
linked_ptr_internal const * | next_ |
Definition at line 89 of file gtest-linked_ptr.h.
|
inline |
Definition at line 125 of file gtest-linked_ptr.h.
References folly::detail::lock(), and next_.
Referenced by testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::depart(), testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::operator=(), testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::reset(), and testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::~linked_ptr().
|
inline |
Definition at line 125 of file gtest-linked_ptr.h.
References folly::detail::lock(), and next_.
|
inline |
Definition at line 125 of file gtest-linked_ptr.h.
References folly::detail::lock(), and next_.
|
inline |
Definition at line 108 of file gtest-linked_ptr.h.
References folly::detail::lock(), next_, and ptr.
|
inline |
Definition at line 108 of file gtest-linked_ptr.h.
References folly::detail::lock(), next_, and ptr.
|
inline |
Definition at line 108 of file gtest-linked_ptr.h.
References folly::detail::lock(), next_, and ptr.
Referenced by testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::copy().
|
inline |
Definition at line 92 of file gtest-linked_ptr.h.
References next_.
|
inline |
Definition at line 92 of file gtest-linked_ptr.h.
References next_.
Referenced by testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::capture(), and testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::copy().
|
inline |
Definition at line 92 of file gtest-linked_ptr.h.
References next_.
|
mutableprivate |
Definition at line 142 of file gtest-linked_ptr.h.
Referenced by depart(), join(), and join_new().