Searched refs:InputSize (Results 1 – 1 of 1) sorted by relevance
116 const int32_t InputSize = GetParam(); in TEST_P() local117 if (InputSize >= 0) { in TEST_P()118 cfg->setInt32("max-input-size", InputSize); in TEST_P()125 if (InputSize > 0) { in TEST_P()126 EXPECT_EQ(maxInputSize, InputSize); in TEST_P()145 const int32_t InputSize = GetParam(); in TEST_P() local146 if (InputSize >= 0) { in TEST_P()147 cfg->setInt32("max-input-size", InputSize); in TEST_P()154 if (InputSize > 0) { in TEST_P()155 EXPECT_EQ(maxInputSize, InputSize); in TEST_P()[all …]