Home
last modified time | relevance | path

Searched defs:non_null_p (Results 1 – 1 of 1) sorted by relevance

/external/googletest/googlemock/test/
Dgmock-matchers_test.cc1150 const std::shared_ptr<int> non_null_p(new int); in TEST() local
1159 const std::shared_ptr<double> non_null_p(new double); in TEST() local