Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dbio_test.cc226 class BIOPairTest : public testing::TestWithParam<bool> {}; class
228 TEST_P(BIOPairTest, TestPair) { in TEST_P() argument
325 INSTANTIATE_TEST_CASE_P(, BIOPairTest, testing::Values(false, true));