Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/build/
Dbuild_request.py23 expanded_property_sets = [ps.expand_subfeatures() for ps in property_sets]
Dproperty.py263 x = feature.expand_subfeatures([x])
264 y = feature.expand_subfeatures([y])
380 expanded.extend(feature.expand_subfeatures ([c], True))
Dproperty_set.py331 def expand_subfeatures(self): member in PropertySet
333 self.subfeatures_ = create(feature.expand_subfeatures(self.all_))
Dfeature.py338 def expand_subfeatures(properties, dont_validate = False): function
678 expanded = expand_subfeatures(properties)
Dtoolset.py163 pl = feature.expand_subfeatures(pl);