Home
last modified time | relevance | path

Searched defs:part_of_chain (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/tg_owt/tg_owt-d578c76/src/common_video/generic_frame_descriptor/
H A Dgeneric_frame_info.h43 std::vector<bool> part_of_chain; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/common_video/generic_frame_descriptor/
H A Dgeneric_frame_info.h43 std::vector<bool> part_of_chain; member
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/common_video/generic_frame_descriptor/
H A Dgeneric_frame_info.h43 std::vector<bool> part_of_chain; member
/dports/games/openttd/openttd-12.1/src/
H A Dautoreplace_cmd.cpp139 static void TransferCargo(Vehicle *old_veh, Vehicle *new_head, bool part_of_chain) in TransferCargo()
229 static CargoID GetNewCargoTypeForReplace(Vehicle *v, EngineID engine_type, bool part_of_chain) in GetNewCargoTypeForReplace()
309 …ic CommandCost BuildReplacementVehicle(Vehicle *old_veh, Vehicle **new_vehicle, bool part_of_chain) in BuildReplacementVehicle()