Home
last modified time | relevance | path

Searched refs:ContextStack (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/
H A DContextStack.cpp26 ContextStack::ContextStack( in ContextStack() function in apache::thrift::ContextStack
40 ContextStack::ContextStack( in ContextStack() function in apache::thrift::ContextStack
58 ContextStack::~ContextStack() { in ~ContextStack()
64 std::unique_ptr<ContextStack> ContextStack::create( in create()
83 std::unique_ptr<ContextStack> ContextStack::createWithClientContext( in createWithClientContext()
110 void ContextStack::preWrite() { in preWrite()
137 void ContextStack::preRead() { in preRead()
153 void ContextStack::postRead( in postRead()
175 void ContextStack::userExceptionWrapped( in userExceptionWrapped()
198 void*& ContextStack::contextAt(size_t i) { in contextAt()
[all …]
H A DContextStack.h29 class ContextStack {
34 static std::unique_ptr<ContextStack> create(
48 ContextStack(ContextStack&&) = delete;
49 ContextStack& operator=(ContextStack&&) = delete;
50 ContextStack(const ContextStack&) = delete;
51 ContextStack& operator=(const ContextStack&) = delete;
53 ~ContextStack();
83 ContextStack(
90 ContextStack(
106 struct default_delete<apache::thrift::ContextStack> {
[all …]
/dports/textproc/py-pystache/pystache-0.6.0/pystache/tests/
H A Dtest_context.py238 context = ContextStack()
245 context = ContextStack({}, {}, {})
248 context = ContextStack()
258 context = ContextStack()
292 context = ContextStack.create(Foo())
300 obj = ContextStack({'foo': 'bar'})
301 context = ContextStack.create(obj)
335 context = ContextStack("a", "b")
343 context = ContextStack()
359 context = ContextStack()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/main/java/com/facebook/thrift/
H A DEventHandlerBase.java24 private ContextStack s_;
28 public static class ContextStack { class in EventHandlerBase
31 public ContextStack( in ContextStack() method in EventHandlerBase.ContextStack
84 public ContextStack getContextStack() { in getContextStack()
89 public void setContextStack(ContextStack s) { in setContextStack()
94 return new ContextStack(handlers, fn_name, connectionContext); in getContextStack()
97 protected void preWrite(ContextStack s, String fn_name, TBase result) { in preWrite()
108 protected void postWrite(ContextStack s, String fn_name, TBase result) { in postWrite()
119 protected void preRead(ContextStack s, String fn_name) { in preRead()
130 protected void postRead(ContextStack s, String fn_name, TBase args) { in postRead()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/generator-0.6.24/src/
H A Dyield_.rs9 use crate::rt::{is_generator, Context, ContextStack, Error};
27 ContextStack::current().top()._ref = 0xf; in done()
34 let env = ContextStack::current(); in yield_now()
40 pub fn raw_yield_now(env: &ContextStack, cur: &mut Context) { in raw_yield_now() argument
67 let env = ContextStack::current(); in yield_with()
76 let context = ContextStack::current().top(); in get_yield()
101 let env = ContextStack::current(); in yield_()
110 let env = ContextStack::current(); in yield_from()
126 let env = ContextStack::current(); in co_yield_with()
152 ContextStack::current() in co_get_yield()
[all …]
H A Drt.rs170 pub struct ContextStack { struct
180 impl ContextStack { implementation
183 pub fn current() -> ContextStack { in current()
188 ContextStack { in current()
196 pub fn current() -> ContextStack { in current()
198 ContextStack { root } in current()
280 let env = ContextStack::current(); in is_generator()
289 let env = ContextStack::current(); in get_local_data()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/generator-0.6.23/src/
H A Dyield_.rs9 use crate::rt::{is_generator, Context, ContextStack, Error};
27 ContextStack::current().top()._ref = 0xf; in done()
34 let env = ContextStack::current(); in yield_now()
40 pub fn raw_yield_now(env: &ContextStack, cur: &mut Context) { in raw_yield_now() argument
67 let env = ContextStack::current(); in yield_with()
76 let context = ContextStack::current().top(); in get_yield()
101 let env = ContextStack::current(); in yield_()
110 let env = ContextStack::current(); in yield_from()
126 let env = ContextStack::current(); in co_yield_with()
152 ContextStack::current() in co_get_yield()
[all …]
H A Drt.rs170 pub struct ContextStack { struct
180 impl ContextStack { argument
183 pub fn current() -> ContextStack { in current()
188 ContextStack { in current()
196 pub fn current() -> ContextStack { in current()
198 ContextStack { root } in current()
280 let env = ContextStack::current(); in is_generator()
289 let env = ContextStack::current(); in get_local_data()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel.Design.Serialization/
H A DContextStackTest.cs45 ContextStack stack = new ContextStack (); in IntegrityTest()
82 ContextStack stack = new ContextStack (); in Append_Context_Null()
97 ContextStack stack = new ContextStack (); in Indexer1()
118 ContextStack stack = new ContextStack (); in Indexer1_Level_Negative()
145 ContextStack stack = new ContextStack (); in Indexer2()
164 ContextStack stack = new ContextStack (); in Indexer2_Type_Null()
180 ContextStack stack = new ContextStack (); in Push_Context_Null()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DContextStackTests.cs45 ContextStack stack = new ContextStack(); in IntegrityTest()
82 ContextStack stack = new ContextStack(); in Append_Context_Null()
96 ContextStack stack = new ContextStack(); in Indexer1()
117 ContextStack stack = new ContextStack(); in Indexer1_Level_Negative()
144 ContextStack stack = new ContextStack(); in Indexer2()
163 ContextStack stack = new ContextStack(); in Indexer2_Type_Null()
178 ContextStack stack = new ContextStack(); in Push_Context_Null()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/generator-0.6.20/src/
H A Dyield_.rs9 use crate::rt::{is_generator, Context, ContextStack, Error};
27 ContextStack::current().top()._ref = 0xf; in done()
34 let env = ContextStack::current(); in yield_now()
40 pub fn raw_yield_now(env: &ContextStack, cur: &mut Context) { in raw_yield_now() argument
69 let env = ContextStack::current(); in yield_with()
78 let context = ContextStack::current().top(); in get_yield()
104 let env = ContextStack::current(); in yield_()
113 let env = ContextStack::current(); in yield_from()
130 let env = ContextStack::current(); in co_yield_with()
157 match ContextStack::current().co_ctx() { in co_get_yield()
[all …]
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dcontext.go50 stack := gui.State.ContextManager.ContextStack
71 if len(gui.State.ContextManager.ContextStack) == 0 {
72 gui.State.ContextManager.ContextStack = []Context{c}
75 …gui.State.ContextManager.ContextStack = append(gui.State.ContextManager.ContextStack[0:len(gui.Sta…
112 gui.State.ContextManager.ContextStack = append(gui.State.ContextManager.ContextStack, c)
140 if len(gui.State.ContextManager.ContextStack) == 1 {
146 n := len(gui.State.ContextManager.ContextStack) - 1
151 gui.State.ContextManager.ContextStack = gui.State.ContextManager.ContextStack[:n]
283 return gui.State.ContextManager.ContextStack[len(gui.State.ContextManager.ContextStack)-1]
301 stack := gui.State.ContextManager.ContextStack
[all …]
/dports/devel/log4shib/log4shib-2.0.1/include/log4shib/
H A DNDC.hh81 typedef std::vector<DiagnosticContext> ContextStack; typedef in log4shib::NDC
106 static ContextStack* cloneStack();
120 static void inherit(ContextStack* stack);
163 virtual ContextStack* _cloneStack();
166 virtual void _inherit(ContextStack* stack);
171 ContextStack _stack;
/dports/devel/log4cpp/log4cpp/include/log4cpp/
H A DNDC.hh87 typedef std::vector<DiagnosticContext> ContextStack; typedef in log4cpp::NDC
112 static ContextStack* cloneStack();
126 static void inherit(ContextStack* stack);
169 virtual ContextStack* _cloneStack();
172 virtual void _inherit(ContextStack* stack);
177 ContextStack _stack;
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/rust/src/
H A Drequest_context.rs17 use crate::context_stack::{ContextStack, DummyContextStack};
22 type ContextStack: ContextStack; typedef
31 ) -> Result<Self::ContextStack, Error>; in get_context_stack() argument
49 type ContextStack = crate::context_stack::DummyContextStack<Name, Buffer>; typedef
56 ) -> Result<Self::ContextStack, Error> { in get_context_stack() argument
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/sink/gen-cpp2/
H A DSinkServiceAsyncClient.h47 …hared_ptr<apache::thrift::transport::THeader> header, apache::thrift::ContextStack* contextStack, …
48 …std::pair<std::unique_ptr<::apache::thrift::ContextStack>, std::shared_ptr<::apache::thrift::trans…
65 …hared_ptr<apache::thrift::transport::THeader> header, apache::thrift::ContextStack* contextStack, …
66 …std::pair<std::unique_ptr<::apache::thrift::ContextStack>, std::shared_ptr<::apache::thrift::trans…
83 …hared_ptr<apache::thrift::transport::THeader> header, apache::thrift::ContextStack* contextStack, …
84 …std::pair<std::unique_ptr<::apache::thrift::ContextStack>, std::shared_ptr<::apache::thrift::trans…
102 …std::pair<std::unique_ptr<::apache::thrift::ContextStack>, std::shared_ptr<::apache::thrift::trans…
120 …std::pair<std::unique_ptr<::apache::thrift::ContextStack>, std::shared_ptr<::apache::thrift::trans…
138 …std::pair<std::unique_ptr<::apache::thrift::ContextStack>, std::shared_ptr<::apache::thrift::trans…
155 …hared_ptr<apache::thrift::transport::THeader> header, apache::thrift::ContextStack* contextStack, …
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DType.java143 protected ContextStack stack; // Easy access for subclasses.
608 protected static Type getType (String key, ContextStack stack) { in getType()
621 protected static void removeType (String key, ContextStack stack) { in removeType()
669 protected static void updateAllInvalidTypes (ContextStack stack) { in updateAllInvalidTypes()
768 protected Type(ContextStack stack, int fullTypeCode) { in Type()
820 protected static void classNotFound(ContextStack stack, in classNotFound()
829 ContextStack stack, in classNotFound()
849 ContextStack stack, in failedConstraint()
879 ContextStack stack, in failedConstraint()
897 ContextStack stack, in failedConstraint()
[all …]
H A DRemoteType.java62 ContextStack stack, in forRemote()
126 protected RemoteType(ContextStack stack, ClassDefinition classDef) { in RemoteType()
134 protected RemoteType(ContextStack stack, ClassDefinition classDef, int typeCode) { in RemoteType()
143 private static boolean couldBeRemote (boolean quiet, ContextStack stack, in couldBeRemote()
167 private boolean initialize (boolean quiet,ContextStack stack) { in initialize()
208 ContextStack stack) { in isConformingRemoteInterface()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DType.java143 protected ContextStack stack; // Easy access for subclasses.
608 protected static Type getType (String key, ContextStack stack) { in getType()
621 protected static void removeType (String key, ContextStack stack) { in removeType()
669 protected static void updateAllInvalidTypes (ContextStack stack) { in updateAllInvalidTypes()
768 protected Type(ContextStack stack, int fullTypeCode) { in Type()
820 protected static void classNotFound(ContextStack stack, in classNotFound()
829 ContextStack stack, in classNotFound()
849 ContextStack stack, in failedConstraint()
879 ContextStack stack, in failedConstraint()
897 ContextStack stack, in failedConstraint()
[all …]
H A DRemoteType.java62 ContextStack stack, in forRemote()
126 protected RemoteType(ContextStack stack, ClassDefinition classDef) { in RemoteType()
134 protected RemoteType(ContextStack stack, ClassDefinition classDef, int typeCode) { in RemoteType()
143 private static boolean couldBeRemote (boolean quiet, ContextStack stack, in couldBeRemote()
167 private boolean initialize (boolean quiet,ContextStack stack) { in initialize()
208 ContextStack stack) { in isConformingRemoteInterface()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/core/
H A Drecordparser.cxx93 class ContextStack class
96 explicit ContextStack( FragmentHandlerRef const & xHandler );
115 ContextStack::ContextStack( FragmentHandlerRef const & xHandler ) : in ContextStack() function in oox::core::prv::ContextStack
120 sal_Int32 ContextStack::getCurrentRecId() const in getCurrentRecId()
125 bool ContextStack::hasCurrentEndRecId() const in hasCurrentEndRecId()
130 ContextHandlerRef ContextStack::getCurrentContext() const in getCurrentContext()
137 void ContextStack::pushContext( const RecordInfo& rRecInfo, const ContextHandlerRef& rxContext ) in pushContext()
144 void ContextStack::popContext() in popContext()
248 mxStack.reset( new prv::ContextStack( mxHandler ) ); in parseStream()
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dcontext.c22 #define ContextStack ModuleInfo.g.ContextStack macro
142 for ( prev = NULL, curr = ContextStack; curr && type; curr = next ) { in ContextDirective()
156 ContextStack = next; in ContextDirective()
206 curr->next = ContextStack; in ContextDirective()
207 ContextStack = curr; in ContextDirective()
260 for ( i = 0, src = ContextStack ; src ; i++, src = src->next ); in ContextSaveState()
266 for ( src = ContextStack, dst = SavedContexts ; src ; src = src->next, dst++ ) { in ContextSaveState()
287 dst->next = ContextStack; in ContextRestoreState()
288 ContextStack = dst; in ContextRestoreState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/core/
H A Drecordparser.cxx94 class ContextStack class
97 explicit ContextStack( FragmentHandlerRef const & xHandler );
116 ContextStack::ContextStack( FragmentHandlerRef const & xHandler ) : in ContextStack() function in oox::core::prv::ContextStack
121 sal_Int32 ContextStack::getCurrentRecId() const in getCurrentRecId()
126 bool ContextStack::hasCurrentEndRecId() const in hasCurrentEndRecId()
131 ContextHandlerRef ContextStack::getCurrentContext() const in getCurrentContext()
138 void ContextStack::pushContext( const RecordInfo& rRecInfo, const ContextHandlerRef& rxContext ) in pushContext()
145 void ContextStack::popContext() in popContext()
250 mxStack.reset( new prv::ContextStack( mxHandler ) ); in parseStream()
/dports/www/firefox/firefox-99.0/dom/prototype/
H A DPrototypeDocumentContentSink.h150 class ContextStack {
163 ContextStack();
164 ~ContextStack();
181 PrototypeDocumentContentSink::ContextStack& aField) { in ImplCycleCollectionUnlink()
187 PrototypeDocumentContentSink::ContextStack& aField, const char* aName,
193 friend class ContextStack; variable
194 ContextStack mContextStack;
/dports/devel/log4shib/log4shib-2.0.1/src/
H A DNDC.cpp35 NDC::ContextStack* NDC::cloneStack() { in cloneStack()
47 void NDC::inherit(NDC::ContextStack* stack) { in inherit()
84 NDC::ContextStack* NDC::_cloneStack() { in _cloneStack()
85 return new ContextStack(_stack); in _cloneStack()
98 void NDC::_inherit(NDC::ContextStack* stack) { in _inherit()

12345678910>>...21