Home
last modified time | relevance | path

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

/external/Microsoft-GSL/tests/
Dstrict_notnull_tests.cpp42 bool strict_helper(strict_not_null<int*> p) { return *p == 12; } in strict_helper() function
58 strict_helper(&x);
60 strict_helper(return_pointer());
79 strict_helper(snn1);
111 strict_helper(nn);