Searched refs:vselMap (Results 1 – 3 of 3) sorted by relevance
349 SdfVariantSelectionMap vselMap; in PcpComposeSiteVariantSelection() local351 if (layer->HasField(path, field, &vselMap)) { in PcpComposeSiteVariantSelection()352 SdfVariantSelectionMap::const_iterator i = vselMap.find(vsetName); in PcpComposeSiteVariantSelection()353 if (i != vselMap.end()) { in PcpComposeSiteVariantSelection()369 SdfVariantSelectionMap vselMap; in PcpComposeSiteVariantSelections() local371 if (layer->HasField(path, field, &vselMap)) { in PcpComposeSiteVariantSelections()372 result->insert(vselMap.begin(), vselMap.end()); in PcpComposeSiteVariantSelections()
311 const SdfVariantSelectionMap & vselMap = in ComposeAuthoredVariantSelections() local313 result.insert(vselMap.begin(), vselMap.end()); in ComposeAuthoredVariantSelections()3820 const SdfVariantSelectionMap & vselMap = in _ShouldUseVariantFallback() local3822 SdfVariantSelectionMap::const_iterator i = vselMap.find(vset); in _ShouldUseVariantFallback()3823 if (i != vselMap.end() && i->second == vsel) { in _ShouldUseVariantFallback()
179 vselMap = {} variable184 if vset not in vselMap:185 vselMap[vset] = vsel263 if len(vselMap) > 0:265 for vsetName in sorted(vselMap.keys()):266 print(' {%s = %s}' % (vsetName, vselMap[vsetName]))