Home
last modified time | relevance | path

Searched refs:contextStack (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/serialization/
H A DContextStack.cs32 private ArrayList contextStack; field in System.ComponentModel.Design.Serialization.ContextStack
40 if (contextStack != null && contextStack.Count > 0) {
41 return contextStack[contextStack.Count - 1];
56 if (contextStack != null && level < contextStack.Count) {
57 return contextStack[contextStack.Count - 1 - level];
74 if (contextStack != null) {
100 if (contextStack == null) { in Append()
113 if (contextStack != null && contextStack.Count > 0) { in Pop()
116 contextStack.RemoveAt(idx); in Pop()
130 if (contextStack == null) { in Push()
[all …]
/dports/devel/tpasm/tpasm1.11/
H A Dcontext.c34 record->next=contextStack; in PushContextRecord()
36 contextStack=record; in PushContextRecord()
49 if(contextStack) in PopContextRecord()
51 tempRecord=contextStack->next; in PopContextRecord()
52 DisposePtr(contextStack); in PopContextRecord()
53 contextStack=tempRecord; in PopContextRecord()
60 while(contextStack) in FlushContextRecords()
62 …if(contextStack->next&&contextStack->next->active) // only report if this context is in an active… in FlushContextRecords()
64 switch(contextStack->contextType) in FlushContextRecords()
85 if(contextStack->flush) in FlushContextRecords()
[all …]
H A Dpseudo.c206 if(contextStack->active) in HandleSeg()
264 if(contextStack->active) in HandleSegU()
321 if(contextStack->active) in HandleOrg()
369 if(contextStack->active) in HandleROrg()
419 if(contextStack->active) in HandleAlign()
480 if(contextStack->active) in HandleAlias()
537 if(contextStack->active) in HandleUnAlias()
584 if(contextStack->active) in HandleEqu()
635 if(contextStack->active) in HandleSet()
682 if(contextStack->active) in HandleUnSet()
[all …]
/dports/devel/rgbds/rgbds/src/asm/
H A Dfstack.c78 if (!contextStack) { in fstk_DumpCurrent()
87 if (!contextStack) in fstk_GetFileStack()
98 return contextStack->fileInfo; in fstk_GetFileStack()
236 if (contextStack->forName && fileInfo->iters[0] <= contextStack->nbReptIters) { in yywrap()
237 contextStack->forValue += contextStack->forStep; in yywrap()
239 contextStack->forValue); in yywrap()
259 contextStack = contextStack->parent; in yywrap()
304 contextStack = context; in newContext()
341 contextStack->uniqueID = 0; in fstk_RunInclude()
489 if (!contextStack->forName) in fstk_RunFor()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Logging/
H A DSerialConsoleLogger.cs224 if (!contextStack.IsEmpty()) in ProjectStartedHandler()
235 if (!contextStack.IsEmpty()) in ProjectStartedHandler()
317 Frame top = contextStack.Pop(); in ProjectFinishedHandler()
577 contextStack.Push(outerMost); in WriteProjectStarted()
637 Frame f = contextStack.Pop(); in WriteTargetStarted()
639 contextStack.Push(f); in WriteTargetStarted()
663 if (contextStack.IsEmpty()) in GetCurrentlyBuildingProjectFile()
697 if (contextStack.IsEmpty()) in ShowDeferredMessages()
711 contextStack.Push(f); in ShowDeferredMessages()
749 if (contextStack.Count == 0) in SetErrorsOrWarningsOnCurrentFrame()
[all …]
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DIWORKParser.cpp62 stack<IWORKXMLContextPtr_t> contextStack; in parse() local
65 contextStack.push(createDocumentContext()); in parse()
86 IWORKXMLContextPtr_t newContext = contextStack.top()->element(id); in parse()
107 contextStack.push(newContext); in parse()
113 contextStack.top()->endOfElement(); in parse()
114 contextStack.pop(); in parse()
120 if (text) contextStack.top()->CDATA(char_cast(text)); in parse()
126 contextStack.top()->text(char_cast(text)); in parse()
138 while (!contextStack.empty()) // finish parsing in case of broken XML in parse()
140 contextStack.top()->endOfElement(); in parse()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build/Logging/
H A DSerialConsoleLogger.cs222 if (!contextStack.IsEmpty()) in ProjectStartedHandler()
233 if (!contextStack.IsEmpty()) in ProjectStartedHandler()
314 Frame top = contextStack.Pop(); in ProjectFinishedHandler()
614 contextStack.Push(outerMost); in WriteProjectStarted()
672 Frame f = contextStack.Pop(); in WriteTargetStarted()
674 contextStack.Push(f); in WriteTargetStarted()
697 if (contextStack.IsEmpty()) in GetCurrentlyBuildingProjectFile()
730 if (contextStack.IsEmpty()) in ShowDeferredMessages()
744 contextStack.Push(f); in ShowDeferredMessages()
781 if (contextStack.Count == 0) in SetErrorsOrWarningsOnCurrentFrame()
[all …]
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DEBOOKXMLParser.cpp102 stack<shared_ptr<EBOOKXMLContext> > contextStack; in parse() local
106 contextStack.push(createDocumentContext()); in parse()
116 shared_ptr<EBOOKXMLContext> newContext = contextStack.top()->element(id); in parse()
148 contextStack.push(newContext); in parse()
154 contextStack.top()->endOfElement(); in parse()
155 contextStack.pop(); in parse()
161 contextStack.top()->text(char_cast(text)); in parse()
175 while (!contextStack.empty()) // finish parsing in case of broken XML in parse()
177 contextStack.top()->endOfElement(); in parse()
178 contextStack.pop(); in parse()
/dports/lang/tcl86/tcl8.6.12/library/
H A Dauto.tcl283 variable contextStack "" ;# stack of namespace scopes
348 variable contextStack
368 set contextStack ""
491 variable contextStack
494 foreach ns $contextStack {
597 variable contextStack
602 set contextStack [linsert $contextStack 0 $name]
604 set contextStack [lrange $contextStack 1 end]
618 variable contextStack
620 set name ::[join [lreverse $contextStack] ::]
[all …]
/dports/lang/tcl85/tcl8.5.19/library/
H A Dauto.tcl290 variable contextStack "" ;# stack of namespace scopes
348 variable contextStack
368 set contextStack ""
494 variable contextStack
497 foreach ns $contextStack {
587 variable contextStack
592 set contextStack [linsert $contextStack 0 $name]
594 set contextStack [lrange $contextStack 1 end]
608 variable contextStack
610 set name ::[join [lreverse $contextStack] ::]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-cpp2/
H A DMyServiceAsyncClient.cpp51 auto* contextStack = ctx.get(); in foo() local
56 fooImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback)); in foo()
67 fooT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in fooImpl()
77 fooT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in fooImpl()
317 auto* contextStack = ctx.get(); in frobnicate() local
462 auto* contextStack = ctx.get(); in ping() local
560 auto* contextStack = ctx.get(); in truthify() local
907 auto* contextStack = ctx.get(); in frobnicate() local
1052 auto* contextStack = ctx.get(); in ping() local
1150 auto* contextStack = ctx.get(); in truthify() local
[all …]
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/unix/NetBSD/i686/itcl3.3/
H A Ditcl.tcl60 variable contextStack
61 set contextStack [linsert $contextStack 0 $name]
63 set contextStack [lrange $contextStack 1 end]
/dports/lang/tcl87/tcl8.7a5/library/
H A Dauto.tcl346 variable contextStack "" ;# stack of namespace scopes
411 variable contextStack
431 set contextStack ""
554 variable contextStack
557 foreach ns $contextStack {
660 variable contextStack
665 set contextStack [linsert $contextStack 0 $name]
667 set contextStack [lrange $contextStack 1 end]
681 variable contextStack
683 set name ::[join [lreverse $contextStack] ::]
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/
H A DExtraServiceAsyncClient.cpp177 auto* contextStack = ctx.get(); in simple_function() local
182 simple_functionImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback)); in simple_function()
367 auto* contextStack = ctx.get(); in throws_function() local
372 throws_functionImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback)); in throws_function()
555 auto* contextStack = ctx.get(); in throws_function2() local
745 auto* contextStack = ctx.get(); in throws_function3() local
934 auto* contextStack = ctx.get(); in oneway_void_ret() local
1054 auto* contextStack = ctx.get(); in oneway_void_ret_i32_i32_i32_i32_i32_param() local
1174 auto* contextStack = ctx.get(); in oneway_void_ret_map_setlist_param() local
1294 auto* contextStack = ctx.get(); in oneway_void_ret_struct_param() local
[all …]
H A DReturnServiceAsyncClient.cpp364 auto* contextStack = ctx.get(); in noReturn() local
552 auto* contextStack = ctx.get(); in boolReturn() local
742 auto* contextStack = ctx.get(); in i16Return() local
932 auto* contextStack = ctx.get(); in i32Return() local
1122 auto* contextStack = ctx.get(); in i64Return() local
1312 auto* contextStack = ctx.get(); in floatReturn() local
1502 auto* contextStack = ctx.get(); in doubleReturn() local
1692 auto* contextStack = ctx.get(); in stringReturn() local
1880 auto* contextStack = ctx.get(); in binaryReturn() local
2068 auto* contextStack = ctx.get(); in mapReturn() local
[all …]
/dports/lang/itcl4/itcl4.2.2/library/
H A Ditcl.tcl59 variable contextStack
60 set contextStack [linsert $contextStack 0 $name]
62 set contextStack [lrange $contextStack 1 end]
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/library/
H A Ditcl.tcl59 variable contextStack
60 set contextStack [linsert $contextStack 0 $name]
62 set contextStack [lrange $contextStack 1 end]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/visitation/gen-cpp2/
H A Dservice_with_special_namesAsyncClient.cpp474 auto* contextStack = ctx.get(); in get() local
664 auto* contextStack = ctx.get(); in getter() local
854 auto* contextStack = ctx.get(); in lists() local
1044 auto* contextStack = ctx.get(); in maps() local
1234 auto* contextStack = ctx.get(); in name() local
1424 auto* contextStack = ctx.get(); in name_to_value() local
1614 auto* contextStack = ctx.get(); in names() local
1804 auto* contextStack = ctx.get(); in prefix_tree() local
1994 auto* contextStack = ctx.get(); in sets() local
2184 auto* contextStack = ctx.get(); in setter() local
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/fatal/gen-cpp2/
H A Dservice_with_special_namesAsyncClient.cpp474 auto* contextStack = ctx.get(); in get() local
664 auto* contextStack = ctx.get(); in getter() local
854 auto* contextStack = ctx.get(); in lists() local
1044 auto* contextStack = ctx.get(); in maps() local
1234 auto* contextStack = ctx.get(); in name() local
1424 auto* contextStack = ctx.get(); in name_to_value() local
1614 auto* contextStack = ctx.get(); in names() local
1804 auto* contextStack = ctx.get(); in prefix_tree() local
1994 auto* contextStack = ctx.get(); in sets() local
2184 auto* contextStack = ctx.get(); in setter() local
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/
H A DMyServiceAsyncClient.cpp143 auto* contextStack = ctx.get(); in ping() local
148 pingImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback)); in ping()
159 pingT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in pingImpl()
169 pingT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in pingImpl()
331 auto* contextStack = ctx.get(); in getRandomData() local
336 getRandomDataImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback)); in getRandomData()
519 auto* contextStack = ctx.get(); in hasDataById() local
709 auto* contextStack = ctx.get(); in getDataById() local
897 auto* contextStack = ctx.get(); in putDataById() local
1086 auto* contextStack = ctx.get(); in lobDataById() local
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/xml/
H A DReceiverContentHandler.java31 private Stack<ReceiverContext> contextStack; field in ReceiverContentHandler
50 this.contextStack = new Stack<ReceiverContext>(); in parse()
83 if (contextStack.empty()) { in startElement()
87 ReceiverContext parentContext = contextStack.peek(); in startElement()
91 contextStack.push(context); in startElement()
99 ReceiverContext context = contextStack.peek(); in characters()
109 ReceiverContext context = contextStack.pop(); in endElement()
/dports/misc/usd/USD-21.11/pxr/usd/ar/
H A DdefaultResolver_v1.cpp381 _ContextStack& contextStack = _threadContextStack.local(); in BindContext() local
382 contextStack.push_back(ctx); in BindContext()
390 _ContextStack& contextStack = _threadContextStack.local(); in UnbindContext() local
391 if (contextStack.empty()) { in UnbindContext()
397 if (!contextStack.empty()) { in UnbindContext()
398 contextStack.pop_back(); in UnbindContext()
405 _ContextStack& contextStack = _threadContextStack.local(); in _GetCurrentContext() local
406 return contextStack.empty() ? nullptr : contextStack.back(); in _GetCurrentContext()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/
H A DMyServiceAsyncClient.cpp127 auto* contextStack = ctx.get(); in ping() local
132 pingImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback)); in ping()
143 pingT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in pingImpl()
153 pingT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in pingImpl()
315 auto* contextStack = ctx.get(); in getRandomData() local
320 getRandomDataImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback)); in getRandomData()
503 auto* contextStack = ctx.get(); in hasDataById() local
508 hasDataByIdImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback), p_id); in hasDataById()
693 auto* contextStack = ctx.get(); in getDataById() local
881 auto* contextStack = ctx.get(); in putDataById() local
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/split/gen-cpp2/
H A DMyServiceAsyncClient.cpp161 auto* contextStack = ctx.get(); in ping() local
166 pingImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback)); in ping()
177 pingT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in pingImpl()
187 pingT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in pingImpl()
349 auto* contextStack = ctx.get(); in getRandomData() local
537 auto* contextStack = ctx.get(); in sink() local
725 auto* contextStack = ctx.get(); in putDataById() local
913 auto* contextStack = ctx.get(); in hasDataById() local
1103 auto* contextStack = ctx.get(); in getDataById() local
1291 auto* contextStack = ctx.get(); in deleteDataById() local
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-cpp2/
H A DMyServiceAsyncClient.cpp161 auto* contextStack = ctx.get(); in ping() local
166 pingImpl(rpcOptions, std::move(header), contextStack, std::move(wrappedCallback)); in ping()
177 pingT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in pingImpl()
187 pingT(&writer, rpcOptions, std::move(header), contextStack, std::move(callback)); in pingImpl()
349 auto* contextStack = ctx.get(); in getRandomData() local
537 auto* contextStack = ctx.get(); in sink() local
725 auto* contextStack = ctx.get(); in putDataById() local
913 auto* contextStack = ctx.get(); in hasDataById() local
1103 auto* contextStack = ctx.get(); in getDataById() local
1291 auto* contextStack = ctx.get(); in deleteDataById() local
[all …]

123456789