Home
last modified time | relevance | path

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

/external/googletest/googlemock/test/
Dgmock-actions_test.cc662 const int const_scalar_value{321}; in TEST() local
663 EXPECT_TRUE(CanCallReturnRef(const_scalar_value)); in TEST()