Home
last modified time | relevance | path

Searched refs:const_scalar_value (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc914 const int const_scalar_value{321}; in TEST() local
915 EXPECT_TRUE(CanCallReturnRef(const_scalar_value)); in TEST()