Searched defs:GtestFactoryFunction (Results 1 – 2 of 2) sorted by relevance
59 pub type GtestFactoryFunction = unsafe extern "C" fn( typedef198 factory: GtestFactoryFunction, in rust_gtest_add_test()
51 using GtestFactoryFunction = testing::Test* (*)(void (*body)(testing::Test*)); variable