Home
last modified time | relevance | path

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

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