Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/build/
Dproperty.py163 def create_from_string(s, allow_condition=False,allow_missing_value=False): function
184 condition = [create_from_string(x) for x in condition.split(',')]
219 return [create_from_string(s, allow_condition) for s in string_list]
Dproperty_set.py46 x = [property.create_from_string(ps) for ps in raw_properties]
69 properties = [property.create_from_string(s) for s in raw_properties]
Dfeature.py521 composite_property = property.create_from_string(composite_property_s)
527 component_properties = [property.create_from_string(p) for p in component_properties_s]
Dtoolset.py162 pl = [property.create_from_string(s,False,True) for s in c.split('/')]
/third_party/boost/tools/build/src/contrib/
Dboost.py119 properties.append(property.create_from_string(option))