Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h236 static bool StaticBoolFromString(const char* /* str */) { return true; } in StaticBoolFromString() function
665 Matcher<const char*> m = Truly(&InvokeHelper::StaticBoolFromString); in TEST()