Home
last modified time | relevance | path

Searched refs:GetStack (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/HexEditor/
H A DExpressionExecutor.cpp220 Value p = GetStack(); PopStack(); in ExecuteOneOp()
260GetStack(1) = Value( T<long long>()( GetStack(1).GetSignedInt(), GetStack(0).GetSignedInt() ) ); in BinaryOp()
264GetStack(1) = Value( T<unsigned long long>()( GetStack(1).GetUnsignedInt(), GetStack(0).GetUnsigne… in BinaryOp()
268GetStack(1) = Value( T<long double>()( GetStack(1).GetFloat(), GetStack(0).GetFloat() ) ); in BinaryOp()
284 GetStack() = Value( T<long long>()( GetStack().GetSignedInt() ) ); in UnaryOp()
288 GetStack() = Value( T<unsigned long long>()( GetStack().GetUnsignedInt() ) ); in UnaryOp()
292 GetStack() = Value( T<long double>()( GetStack().GetFloat() ) ); in UnaryOp()
306 UnaryOp2Helper<T>( op, GetStack().GetSignedInt() ); in UnaryOp2()
310 UnaryOp2Helper<T>( op, GetStack().GetUnsignedInt() ); in UnaryOp2()
314 UnaryOp2Helper<T>( op, GetStack().GetFloat() ); in UnaryOp2()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/cppgc/
H A Dstack-unittest.cc31 Stack* GetStack() const { return stack_.get(); } in GetStack() function in cppgc::internal::__anonee2503480111::GCStackTest
42 EXPECT_TRUE(GetStack()->IsOnStack(&dummy)); in TEST_F()
48 EXPECT_FALSE(GetStack()->IsOnStack(dummy.get())); in TEST_F()
86 GetStack()->IteratePointers(scanner.get()); in TEST_F()
101 GetStack()->IteratePointers(scanner.get()); in TEST_F()
201 void* needle = RecursivelyPassOnParameter(0, scanner->needle(), GetStack(), in TEST_F()
209 void* needle = RecursivelyPassOnParameter(1, scanner->needle(), GetStack(), in TEST_F()
217 void* needle = RecursivelyPassOnParameter(2, scanner->needle(), GetStack(), in TEST_F()
345 auto* local_stack = GetStack(); in TEST_F()
411 auto* local_stack = GetStack(); in TEST_F()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/
H A DTemplateStack.cs25 return GetStack(httpContext).FirstOrDefault(); in GetCurrentTemplate()
34 return GetStack(httpContext).Pop(); in Pop()
47 GetStack(httpContext).Push(templateFile); in Push()
50 private static Stack<ITemplateFile> GetStack(HttpContextBase httpContext) in GetStack() method in System.Web.WebPages.TemplateStack
/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A Dstacked.cpp73 TF_FOR_ALL(i, T::GetStack())
89 Stack const &stack = Stacked::GetStack();
102 Stack const &stack = Stacked::GetStack();
117 Stack const &stack = Stacked::GetStack();
132 Stack const &stack = Stacked::GetStack();
145 Stack const &stack = Stacked::GetStack();
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/tests/gtest/
H A DTestCombinedStacks.cpp36 ProcessedStack::Frame frame = stacks.GetStack(i)[0]; in TEST_F()
117 const auto& actualStack = combined1.GetStack(i); in TEST()
143 EXPECT_EQ(oneStack.GetStack(0).size(), testStacks[3].GetStackSize()); in TEST()
145 for (size_t i = 0; i < oneStack.GetStack(0).size(); ++i) { in TEST()
147 const auto& actualFrame = oneStack.GetStack(0)[i]; in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestCombinedStacks.cpp36 ProcessedStack::Frame frame = stacks.GetStack(i)[0]; in TEST_F()
117 const auto& actualStack = combined1.GetStack(i); in TEST()
143 EXPECT_EQ(oneStack.GetStack(0).size(), testStacks[3].GetStackSize()); in TEST()
145 for (size_t i = 0; i < oneStack.GetStack(0).size(); ++i) { in TEST()
147 const auto& actualFrame = oneStack.GetStack(0)[i]; in TEST()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestCombinedStacks.cpp36 ProcessedStack::Frame frame = stacks.GetStack(i)[0]; in TEST_F()
117 const auto& actualStack = combined1.GetStack(i); in TEST()
143 EXPECT_EQ(oneStack.GetStack(0).size(), testStacks[3].GetStackSize()); in TEST()
145 for (size_t i = 0; i < oneStack.GetStack(0).size(); ++i) { in TEST()
147 const auto& actualFrame = oneStack.GetStack(0)[i]; in TEST()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DstageCacheContext.cpp48 const Stack &stack = GetStack(); in _GetReadOnlyCaches()
68 const Stack &stack = GetStack(); in _GetReadableCaches()
89 const Stack &stack = GetStack(); in _GetWritableCaches()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/arms/
H A Dget_stack.go24 func (client *Client) GetStack(request *GetStackRequest) (response *GetStackResponse, err error) { func
37 response, err := client.GetStack(request)
59 response, err = client.GetStack(request)
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DcleanupEnabler.cpp40 if (GetStack().size() == 1) { in ~SdfCleanupEnabler()
51 return !GetStack().empty(); in IsCleanupEnabled()
/dports/games/ivan/ivan-059/Main/Source/
H A Drooms.cpp428 if(Square->GetStack()->GetItems() && MasterIsActive() in TeleportSquare()
445 if(Teleporter->IsPlayer() && Square->GetStack()->GetItems()) in TeleportSquare()
697 if(Square->GetStack()->GetItems() && MasterIsActive() in TeleportSquare()
836 return (!LSquare->GetStack()->GetItems() || !MasterIsActive() in AllowKick()
844 || !LSquare->GetStack()->GetItems()); in AllowKick()
849 return (!LSquare->GetStack()->GetItems() in AllowKick()
945 Dropped->MoveTo(KamikazeDwarf->GetStack()); in AddItemEffect()
967 ->GetStack()->AddItem(Dropped, false); in AddItemEffect()
1095 if(Square->GetStack()->GetItems() && MasterIsActive() in TeleportSquare()
1128 return (!LSquare->GetStack()->GetItems() || !MasterIsActive() in AllowKick()
[all …]
H A Dcommand.cpp407 item* Item = Char->GetStack()->DrawContents(Char, in Open()
495 if(!Char->GetStack()->GetItems()) in Drop()
610 stack* Inventory = Char->GetStack(); in Consume()
611 stack* StackUnder = Square->GetStack(); in Consume()
634 Title << Char->GetStack()->GetWeight(); in ShowInventory()
684 PileVector[0][c]->MoveTo(Char->GetStack()); in PickUp()
730 ToPickup[c]->MoveTo(Char->GetStack()); in PickUp()
1130 if(!Char->GetStack()->GetItems()) in WhatToEngrave()
1317 if(!Char->GetStack()->GetItems()) in Offer()
1360 if(!Char->GetStack()->GetItems()) in Throw()
[all …]
H A Dlsquare.cpp711 GetStack()->Clean(); in Clean()
1009 GetStack()->AddItem(Item); in ApplyScript()
1169 GetStack()->DropSideItems(); in ChangeOLTerrainAndUpdateLights()
1492 GetStack()->Polymorph(Beam.Owner); in Polymorph()
1605 GetStack()->TeleportRandomly(); in Teleport()
1611 GetStack()->Haste(); in Haste()
1630 GetStack()->Slow(); in Slow()
2115 GetStack()->PreProcessForBone(); in PreProcessForBone()
2135 GetStack()->PostProcessForBone(); in PostProcessForBone()
2146 GetStack()->FinalProcessForBone(); in FinalProcessForBone()
[all …]
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A Dstacked.h160 Stack const &stack = GetStack(); in GetStackTop()
170 Stack const &stack = GetStack(); in GetStackPrevious()
176 static Stack const &GetStack() { in GetStack() function
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/editors/micro/micro-2.0.10/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/net/storj/storj-1.45.3/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Ddebuglib.go45 dbg, ok = L.GetStack(int(lv))
77 dbg, ok := L.GetStack(level)
118 dbg, ok := L.GetStack(level)

12345678910>>...12