Home
last modified time | relevance | path

Searched refs:addition_set (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/fusefs-gitfs/gitfs-0.5.2/gitfs/worker/
H A Dsync.py188 addition_set = set(job["params"]["add"])
190 number_of_additions += len(addition_set)
191 updates = updates | removal_set | addition_set
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/world/
H A DScTileElement.hpp173 void addition_set(const DukValue& value);
H A DScTileElement.cpp1307 void ScTileElement::addition_set(const DukValue& value) in addition_set() function in OpenRCT2::Scripting::ScTileElement
1533 …dukglue_register_property(ctx, &ScTileElement::addition_get, &ScTileElement::addition_set, "additi… in Register()