Searched defs:remove_reference (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h379 template <typename T> struct remove_reference { typedef T type; }; // NOLINT struct in namespace:testing::internal
380 template <typename T> struct remove_reference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c2589 remove_reference(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, void *tag) function

Completed in 192 milliseconds