Searched refs:ElementPointer (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 469 template <typename ElementPointer, typename Size> 470 class StlContainerView< ::testing::tuple<ElementPointer, Size> > { 473 typename internal::PointeeOf<ElementPointer>::type) RawElement; 478 const ::testing::tuple<ElementPointer, Size>& array) { 481 static type Copy(const ::testing::tuple<ElementPointer, Size>& array) {
|
/external/googletest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 363 template <typename ElementPointer, typename Size> 364 class StlContainerView< ::std::tuple<ElementPointer, Size> > { 367 typename std::pointer_traits<ElementPointer>::element_type>::type 373 const ::std::tuple<ElementPointer, Size>& array) { in ConstReference() 377 static type Copy(const ::std::tuple<ElementPointer, Size>& array) { in Copy() argument
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 912 template <typename ElementPointer, typename Size> 913 class StlContainerView< ::std::tr1::tuple<ElementPointer, Size> > { 916 typename internal::PointeeOf<ElementPointer>::type) RawElement; 921 const ::std::tr1::tuple<ElementPointer, Size>& array) { 925 static type Copy(const ::std::tr1::tuple<ElementPointer, Size>& array) {
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 979 template <typename ElementPointer, typename Size> 980 class StlContainerView< ::testing::tuple<ElementPointer, Size> > { 983 typename internal::PointeeOf<ElementPointer>::type) RawElement; 988 const ::testing::tuple<ElementPointer, Size>& array) { 991 static type Copy(const ::testing::tuple<ElementPointer, Size>& array) {
|