Searched refs:boundValues (Results 1 – 1 of 1) sorted by relevance
57 if (const Value * boundValues{bounds()}) { in GetElements() local60 boundValues[2 * j].GetValue(&instance).value_or(0)}; in GetElements()62 boundValues[2 * j + 1].GetValue(&instance).value_or(0)}; in GetElements()108 const typeInfo::Value *boundValues{bounds()}; in EstablishDescriptor() local109 RUNTIME_CHECK(terminator, boundValues != nullptr); in EstablishDescriptor()112 auto lb{boundValues++->GetValue(&container)}; in EstablishDescriptor()113 auto ub{boundValues++->GetValue(&container)}; in EstablishDescriptor()