Lines Matching refs:FULLY_SPECIFIED

59     FULLY_SPECIFIED,   // all dimensions are clearly specified without any ambiguity  enumerator
124 case SpecificationLevel::FULLY_SPECIFIED: in toString()
207 SpecificationLevel::UNSPECIFIED_DIM, SpecificationLevel::FULLY_SPECIFIED, in SetUp()
208 SpecificationLevel::UNSPECIFIED_DIM, SpecificationLevel::FULLY_SPECIFIED, in SetUp()
209 SpecificationLevel::UNSPECIFIED_DIM, SpecificationLevel::FULLY_SPECIFIED, in SetUp()
210 SpecificationLevel::FULLY_SPECIFIED, SpecificationLevel::FULLY_SPECIFIED}; in SetUp()
226 setDim.push_back(l == SpecificationLevel::FULLY_SPECIFIED ? d : 0); in getType()
334 (mSpecificationLevels[kIndex0_Model] == SpecificationLevel::FULLY_SPECIFIED || in TestOne()
335 mSpecificationLevels[kIndex2_Model] == SpecificationLevel::FULLY_SPECIFIED || in TestOne()
336 mSpecificationLevels[kIndex4_Model] == SpecificationLevel::FULLY_SPECIFIED)) { in TestOne()
397 if (kLevel1_Model != SpecificationLevel::FULLY_SPECIFIED || mBadIndex == kIndex1_Model) { in expectModelIsValid()
414 case SpecificationLevel::FULLY_SPECIFIED: in expectSetInput0()
440 if (kLevel3_Model == SpecificationLevel::FULLY_SPECIFIED) { in expectSetInput1()
464 if (kLevel4_Model == SpecificationLevel::FULLY_SPECIFIED || in expectSetOutput0()
475 case SpecificationLevel::FULLY_SPECIFIED: in expectSetOutput0()
483 if (kLevel4_Model == SpecificationLevel::FULLY_SPECIFIED && in expectSetOutput0()
568 testing::Values(SpecificationLevel::FULLY_SPECIFIED, SpecificationLevel::UNSPECIFIED_DIM,
571 testing::Values(SpecificationLevel::FULLY_SPECIFIED, SpecificationLevel::UNSPECIFIED_DIM,
573 static const auto kFullySpecified = testing::Values(SpecificationLevel::FULLY_SPECIFIED);