Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dsample_service_unittest.cc106 void CheckFoo(const Foo& foo) { in CheckFoo() function
276 CheckFoo(*foo); in Frobinate()
339 CheckFoo(*foo); in TEST_F()
/external/python/cpython2/Lib/sqlite3/test/
Dtypes.py205 def CheckFoo(self): member in DeclTypesTests