Home
last modified time | relevance | path

Searched refs:GetStackCount (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Stackable.ocd/
H A DScript.c56 public func GetStackCount() { return count; } in GetStackCount() function
87 if (this->IsInfiniteStackCount()) return other->GetStackCount(); in Stack()
91 return other->GetStackCount(); in Stack()
94 var howmany = Min(other->GetStackCount(), MaxStackCount() - GetStackCount()); in Stack()
95 var future_count = GetStackCount() + howmany; in Stack()
165 if (GetStackCount() == 1) in TakeObject()
188 if (GetStackCount() <= 0) in UpdateStackDisplay()
222 SetName(Format("%dx %s", GetStackCount(), GetID()->GetName())); in UpdateName()
387 return this->GetStackCount() == other->~GetStackCount() && _inherited(other, ...); in CanBeStackedWith()
411 else if (GetStackCount() != InitialStackCount()) in SaveScenarioObject()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/tests/gtest/
H A DTestCombinedStacks.cpp31 ASSERT_EQ(stacks.GetStackCount(), kMaxStacksKept) << "Wrong number of stacks"; in TEST_F()
48 ASSERT_EQ(stacks.GetStackCount(), kMaxStacksKept - i - 1) in TEST_F()
105 EXPECT_EQ(combined1.GetStackCount(), 2u); in TEST()
107 EXPECT_EQ(combined2.GetStackCount(), 2u); in TEST()
113 EXPECT_EQ(combined1.GetStackCount(), mozilla::ArrayLength(testStacks)); in TEST()
115 for (size_t i = 0; i < combined1.GetStackCount(); ++i) { in TEST()
142 EXPECT_EQ(oneStack.GetStackCount(), 1u); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestCombinedStacks.cpp31 ASSERT_EQ(stacks.GetStackCount(), kMaxStacksKept) << "Wrong number of stacks"; in TEST_F()
48 ASSERT_EQ(stacks.GetStackCount(), kMaxStacksKept - i - 1) in TEST_F()
105 EXPECT_EQ(combined1.GetStackCount(), 2u); in TEST()
107 EXPECT_EQ(combined2.GetStackCount(), 2u); in TEST()
113 EXPECT_EQ(combined1.GetStackCount(), mozilla::ArrayLength(testStacks)); in TEST()
115 for (size_t i = 0; i < combined1.GetStackCount(); ++i) { in TEST()
142 EXPECT_EQ(oneStack.GetStackCount(), 1u); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestCombinedStacks.cpp31 ASSERT_EQ(stacks.GetStackCount(), kMaxStacksKept) << "Wrong number of stacks"; in TEST_F()
48 ASSERT_EQ(stacks.GetStackCount(), kMaxStacksKept - i - 1) in TEST_F()
105 EXPECT_EQ(combined1.GetStackCount(), 2u); in TEST()
107 EXPECT_EQ(combined2.GetStackCount(), 2u); in TEST()
113 EXPECT_EQ(combined1.GetStackCount(), mozilla::ArrayLength(testStacks)); in TEST()
115 for (size_t i = 0; i < combined1.GetStackCount(); ++i) { in TEST()
142 EXPECT_EQ(oneStack.GetStackCount(), 1u); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/tests/gtest/
H A DTestCombinedStacks.cpp31 ASSERT_EQ(stacks.GetStackCount(), kMaxStacksKept) << "Wrong number of stacks"; in TEST_F()
48 ASSERT_EQ(stacks.GetStackCount(), kMaxStacksKept - i - 1) in TEST_F()
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/other/
H A DCombinedStacks.cpp78 std::min(mStacks.size() + aStacks.GetStackCount(), mMaxStacksCount)); in AddStacks()
103 size_t CombinedStacks::GetStackCount() const { return mStacks.size(); } in GetStackCount() function in mozilla::Telemetry::CombinedStacks
216 const size_t length = stacks.GetStackCount(); in CreateJSStackObject()
H A DCombinedStacks.h40 size_t GetStackCount() const;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/other/
H A DCombinedStacks.cpp76 std::min(mStacks.size() + aStacks.GetStackCount(), mMaxStacksCount)); in AddStacks()
101 size_t CombinedStacks::GetStackCount() const { return mStacks.size(); } in GetStackCount() function in mozilla::Telemetry::CombinedStacks
216 const size_t length = stacks.GetStackCount(); in CreateJSStackObject()
H A DCombinedStacks.h40 size_t GetStackCount() const;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/other/
H A DCombinedStacks.cpp76 std::min(mStacks.size() + aStacks.GetStackCount(), mMaxStacksCount)); in AddStacks()
101 size_t CombinedStacks::GetStackCount() const { return mStacks.size(); } in GetStackCount() function in mozilla::Telemetry::CombinedStacks
216 const size_t length = stacks.GetStackCount(); in CreateJSStackObject()
H A DCombinedStacks.h40 size_t GetStackCount() const;
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Weapons.ocd/Bow.ocd/BombArrow.ocd/
H A DScript.c41 Explode(10 + Random(3) + 23 * GetStackCount() / MaxStackCount()); in OnBurnDown()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/
H A DCombinedStacks.cpp70 size_t CombinedStacks::GetStackCount() const { return mStacks.size(); } in GetStackCount() function in mozilla::Telemetry::CombinedStacks
154 const size_t length = stacks.GetStackCount(); in CreateJSStackObject()
H A DCombinedStacks.h34 size_t GetStackCount() const;
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Resources.ocd/Sand.ocd/
H A DScript.c8 CastPXS("SandDry", GetMaterialAmount() * GetStackCount(), 18); in Hit()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Resources.ocd/Earth.ocd/
H A DScript.c17 CastPXS("Earth", GetMaterialAmount() * GetStackCount(), 18); in Hit()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/other/
H A DCombinedStacks.cpp73 size_t CombinedStacks::GetStackCount() const { return mStacks.size(); } in GetStackCount() function in mozilla::Telemetry::CombinedStacks
197 const size_t length = stacks.GetStackCount(); in CreateJSStackObject()
H A DCombinedStacks.h39 size_t GetStackCount() const;
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/HUD.ocd/Controller.ocd/ControllerInventoryBar.ocd/
H A DScript.c200 stack_count = item->~GetStackCount(); in UpdateInventory()
222 extra_symbol_stack_count = contents->~GetStackCount(); in UpdateInventory()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/RapidRefining.ocs/RefineryDrain.ocd/
H A DScript.c70 return oil->GetStackCount() / 1000; in GetOilAmount()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Weapons.ocd/Blunderbuss.ocd/Bullet.ocd/
H A DScript.c72 var nr_bullets = GetStackCount(); in UpdatePicture()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Bucket.ocd/
H A DScript.c137 var stack_count = obj->~GetStackCount(); in Spill()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Weapons.ocd/Bow.ocd/Arrow.ocd/
H A DScript.c136 var arrow_count = GetStackCount(); in UpdatePicture()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/LiquidControl.ocd/Liquid.ocd/
H A DScript.c57 return GetStackCount(); in GetLiquidAmount()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dredline.hxx202 sal_uInt16 GetStackCount() const;

12