Home
last modified time | relevance | path

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

/external/cronet/testing/rust_gtest_interop/
Drust_gtest_interop.h51 using GtestFactoryFunction = testing::Test* (*)(void (*body)(testing::Test*)); variable
Drust_gtest_interop.rs55 pub type GtestFactoryFunction = unsafe extern "C" fn( typedef
194 factory: GtestFactoryFunction, in rust_gtest_add_test()