Home
last modified time | relevance | path

Searched refs:StackElement (Results 1 – 25 of 106) sorted by relevance

12345

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_serialize-722.0.0/src/json/
H A Dtests.rs29 assert!(stack.is_equal_to(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
30 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
32 assert!(stack.ends_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
42 StackElement::Index(1), in test_stack()
47 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
49 StackElement::Index(1), in test_stack()
54 assert!(stack.ends_with(&[StackElement::Key("foo"), StackElement::Key("bar")])); in test_stack()
56 StackElement::Index(1), in test_stack()
68 assert!(stack.is_equal_to(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
69 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_serialize-718.0.0/src/json/
H A Dtests.rs29 assert!(stack.is_equal_to(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
30 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
32 assert!(stack.ends_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
42 StackElement::Index(1), in test_stack()
47 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
49 StackElement::Index(1), in test_stack()
54 assert!(stack.ends_with(&[StackElement::Key("foo"), StackElement::Key("bar")])); in test_stack()
56 StackElement::Index(1), in test_stack()
68 assert!(stack.is_equal_to(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
69 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_serialize/src/json/
H A Dtests.rs29 assert!(stack.is_equal_to(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
30 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
32 assert!(stack.ends_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
42 StackElement::Index(1), in test_stack()
47 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
49 StackElement::Index(1), in test_stack()
54 assert!(stack.ends_with(&[StackElement::Key("foo"), StackElement::Key("bar")])); in test_stack()
56 StackElement::Index(1), in test_stack()
68 assert!(stack.is_equal_to(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
69 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_serialize/src/json/
H A Dtests.rs29 assert!(stack.is_equal_to(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
30 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
32 assert!(stack.ends_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
42 StackElement::Index(1), in test_stack()
47 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
49 StackElement::Index(1), in test_stack()
54 assert!(stack.ends_with(&[StackElement::Key("foo"), StackElement::Key("bar")])); in test_stack()
56 StackElement::Index(1), in test_stack()
68 assert!(stack.is_equal_to(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
69 assert!(stack.starts_with(&[StackElement::Index(1), StackElement::Key("foo")])); in test_stack()
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystemparser.h42 class StackElement
121 StackElement(StackElement *p) : entry(nullptr), type(None), parent(p) { } in StackElement() function
125 StackElement *parent;
229 bool parseRemoval(const QXmlStreamReader &, const StackElement &topElement,
231 bool parseRename(const QXmlStreamReader &, StackElement::ElementType type,
232 const StackElement &topElement, QXmlStreamAttributes *);
244 StackElement::ElementType type,
252 StackElement* element, QXmlStreamAttributes *);
260 StackElement *element, QXmlStreamAttributes *);
263 StackElement* m_current = nullptr;
[all …]
H A Dtypesystemparser.cpp775 case StackElement::Root: in endElement()
857 case StackElement::Template: in endElement()
898 case StackElement::Root: in endElement()
2186 if (!(topElement.type & (StackElement::ComplexTypeEntryMask | StackElement::Root))) {
2627 & (StackElement::ComplexTypeEntryMask | StackElement::PrimitiveTypeEntry)) {
2767 case StackElement::Root:
2952 StackElement topElement = !m_current ? StackElement(nullptr) : *m_current;
2956 case StackElement::Root:
3030 case StackElement::Rename:
3031 case StackElement::Access:
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystemparser.h42 class StackElement
121 StackElement(StackElement *p) : entry(nullptr), type(None), parent(p) { } in StackElement() function
125 StackElement *parent;
229 bool parseRemoval(const QXmlStreamReader &, const StackElement &topElement,
231 bool parseRename(const QXmlStreamReader &, StackElement::ElementType type,
232 const StackElement &topElement, QXmlStreamAttributes *);
244 StackElement::ElementType type,
252 StackElement* element, QXmlStreamAttributes *);
260 StackElement *element, QXmlStreamAttributes *);
263 StackElement* m_current = nullptr;
[all …]
H A Dtypesystemparser.cpp775 case StackElement::Root: in endElement()
857 case StackElement::Template: in endElement()
898 case StackElement::Root: in endElement()
2186 if (!(topElement.type & (StackElement::ComplexTypeEntryMask | StackElement::Root))) {
2627 & (StackElement::ComplexTypeEntryMask | StackElement::PrimitiveTypeEntry)) {
2767 case StackElement::Root:
2952 StackElement topElement = !m_current ? StackElement(nullptr) : *m_current;
2956 case StackElement::Root:
3030 case StackElement::Rename:
3031 case StackElement::Access:
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystemparser.h42 class StackElement
121 StackElement(StackElement *p) : entry(nullptr), type(None), parent(p) { } in StackElement() function
125 StackElement *parent;
229 bool parseRemoval(const QXmlStreamReader &, const StackElement &topElement,
231 bool parseRename(const QXmlStreamReader &, StackElement::ElementType type,
232 const StackElement &topElement, QXmlStreamAttributes *);
244 StackElement::ElementType type,
252 StackElement* element, QXmlStreamAttributes *);
260 StackElement *element, QXmlStreamAttributes *);
263 StackElement* m_current = nullptr;
[all …]
H A Dtypesystemparser.cpp775 case StackElement::Root: in endElement()
857 case StackElement::Template: in endElement()
898 case StackElement::Root: in endElement()
2186 if (!(topElement.type & (StackElement::ComplexTypeEntryMask | StackElement::Root))) {
2627 & (StackElement::ComplexTypeEntryMask | StackElement::PrimitiveTypeEntry)) {
2767 case StackElement::Root:
2952 StackElement topElement = !m_current ? StackElement(nullptr) : *m_current;
2956 case StackElement::Root:
3030 case StackElement::Rename:
3031 case StackElement::Access:
[all …]
/dports/lang/nickle/nickle-2.90/
H A Dstack.h11 typedef void *StackElement; typedef
12 typedef StackElement *StackPointer;
17 StackElement elements[STACK_ENTS_PER_CHUNK];
25 StackElement temp;
30 extern StackElement StackPush (StackObject *stack, StackElement object);
31 extern StackElement StackPop (StackObject *stack);
34 extern StackElement StackReturn (StackObject *stack, StackPointer stackPointer, StackElement object…
35 extern StackElement StackElt (StackObject *stack, int i);
81 static inline StackElement
82 StackPushInline(StackObject *s, StackElement o) in StackPushInline()
[all …]
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DStackT.h42 class StackElement;
44 StackElement* _stackBase;
46 class StackElement {
50 StackElement() { in StackElement() function
55 StackElement* next;
70 StackElement* pElement = x._stackBase; in StackT()
86 StackElement* pElement = _stackBase; in ~StackT()
109 StackElement* pElement = _stackBase; in Empty()
122 StackElement* pSE = new StackElement; in Push()
135 StackElement *pSE = _stackBase; in Pop()
[all …]
/dports/devel/libds/libds-2.2/
H A Dstack.c39 typedef struct StackElement struct
42 struct StackElement * seNext; argument
43 } StackElement; typedef
47 StackElement * stTop;
68 StackElement * stelem; in stkCloseWithFunction()
73 StackElement * tmp; in stkCloseWithFunction()
96 StackElement * stelem; in stkPush()
98 STDMALLOC(stelem,sizeof(StackElement),-1); in stkPush()
110 StackElement * stelem; in stkPop()
134 StackElement * stelem; in stkPeek()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_serialize-718.0.0/tests/
H A Djson.rs10 StackElement,
1002 (U64Value(0), vec![StackElement::Key("array"), StackElement::Index(0)]), in test_streaming_parser()
1003 (U64Value(1), vec![StackElement::Key("array"), StackElement::Index(1)]), in test_streaming_parser()
1010 (NullValue, vec![StackElement::Key("idents"), StackElement::Index(0)]), in test_streaming_parser()
1089 vec![StackElement::Key("b"), StackElement::Index(1)], in test_read_object_streaming()
1091 (ObjectStart, vec![StackElement::Key("b"), StackElement::Index(2)]), in test_read_object_streaming()
1094 vec![StackElement::Key("b"), StackElement::Index(2), StackElement::Key("c")], in test_read_object_streaming()
1107 vec![StackElement::Key("b"), StackElement::Index(2), StackElement::Key("c")], in test_read_object_streaming()
1109 (ObjectEnd, vec![StackElement::Key("b"), StackElement::Index(2)]), in test_read_object_streaming()
1163 (U64Value(4), vec![StackElement::Index(1), StackElement::Index(0)]), in test_read_array_streaming()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_serialize-722.0.0/tests/
H A Djson.rs10 StackElement,
1002 (U64Value(0), vec![StackElement::Key("array"), StackElement::Index(0)]), in test_streaming_parser()
1003 (U64Value(1), vec![StackElement::Key("array"), StackElement::Index(1)]), in test_streaming_parser()
1010 (NullValue, vec![StackElement::Key("idents"), StackElement::Index(0)]), in test_streaming_parser()
1089 vec![StackElement::Key("b"), StackElement::Index(1)], in test_read_object_streaming()
1091 (ObjectStart, vec![StackElement::Key("b"), StackElement::Index(2)]), in test_read_object_streaming()
1094 vec![StackElement::Key("b"), StackElement::Index(2), StackElement::Key("c")], in test_read_object_streaming()
1107 vec![StackElement::Key("b"), StackElement::Index(2), StackElement::Key("c")], in test_read_object_streaming()
1109 (ObjectEnd, vec![StackElement::Key("b"), StackElement::Index(2)]), in test_read_object_streaming()
1163 (U64Value(4), vec![StackElement::Index(1), StackElement::Index(0)]), in test_read_array_streaming()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_serialize/tests/
H A Djson.rs10 StackElement,
1002 (U64Value(0), vec![StackElement::Key("array"), StackElement::Index(0)]), in test_streaming_parser()
1003 (U64Value(1), vec![StackElement::Key("array"), StackElement::Index(1)]), in test_streaming_parser()
1010 (NullValue, vec![StackElement::Key("idents"), StackElement::Index(0)]), in test_streaming_parser()
1089 vec![StackElement::Key("b"), StackElement::Index(1)], in test_read_object_streaming()
1091 (ObjectStart, vec![StackElement::Key("b"), StackElement::Index(2)]), in test_read_object_streaming()
1094 vec![StackElement::Key("b"), StackElement::Index(2), StackElement::Key("c")], in test_read_object_streaming()
1107 vec![StackElement::Key("b"), StackElement::Index(2), StackElement::Key("c")], in test_read_object_streaming()
1109 (ObjectEnd, vec![StackElement::Key("b"), StackElement::Index(2)]), in test_read_object_streaming()
1163 (U64Value(4), vec![StackElement::Index(1), StackElement::Index(0)]), in test_read_array_streaming()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_serialize/tests/
H A Djson.rs10 StackElement,
1002 (U64Value(0), vec![StackElement::Key("array"), StackElement::Index(0)]), in test_streaming_parser()
1003 (U64Value(1), vec![StackElement::Key("array"), StackElement::Index(1)]), in test_streaming_parser()
1010 (NullValue, vec![StackElement::Key("idents"), StackElement::Index(0)]), in test_streaming_parser()
1089 vec![StackElement::Key("b"), StackElement::Index(1)], in test_read_object_streaming()
1091 (ObjectStart, vec![StackElement::Key("b"), StackElement::Index(2)]), in test_read_object_streaming()
1094 vec![StackElement::Key("b"), StackElement::Index(2), StackElement::Key("c")], in test_read_object_streaming()
1107 vec![StackElement::Key("b"), StackElement::Index(2), StackElement::Key("c")], in test_read_object_streaming()
1109 (ObjectEnd, vec![StackElement::Key("b"), StackElement::Index(2)]), in test_read_object_streaming()
1163 (U64Value(4), vec![StackElement::Index(1), StackElement::Index(0)]), in test_read_array_streaming()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/
H A DClientException.java27 JsArray<StackElement> stack = JsArray.createArray().cast(); in create()
29 stack.push(StackElement.create(element)); in create()
39 JsArray<StackElement> stack) /*-{ in create()
59 public native final JsArray<StackElement> getStack() /*-{ in getStack()
63 public static class StackElement extends JavaScriptObject class in ClientException
65 public static final StackElement create(StackTraceElement element) in create()
73 public static native final StackElement create(String fileName, in create()
85 protected StackElement() in StackElement() method in ClientException.StackElement
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/gwt/
H A DGwtSymbolMaps.hpp34 struct StackElement struct
36 StackElement() : lineNumber(0) {} in StackElement() function
51 std::vector<StackElement> resymbolize(const std::vector<StackElement>& stack,
54 StackElement resymbolize(const StackElement& se,
/dports/sysutils/fonteditfs/fnteditfs-1.2/
H A Dstack.c38 st->head = (StackElement*)0; in stack_init()
45 StackElement *newhead = (StackElement*)malloc(sizeof(StackElement)); in stack_push()
55 StackElement *head = st->head; in stack_pop()
/dports/math/octomap/octomap-1.9.7/octomap/include/octomap/
H A DOcTreeIterator.hxx44 struct StackElement;
62 StackElement s; in iterator_base()
150 struct StackElement{ struct in iterator_base
162 std::stack<StackElement,std::vector<StackElement> > stack;
167 StackElement top = stack.top(); in singleIncrement()
172 StackElement s; in singleIncrement()
433 typename iterator_base::StackElement top = this->stack.top(); in singleIncrement()
436 typename iterator_base::StackElement s; in singleIncrement()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/gwt/
H A DGwtSymbolMaps.cpp212 std::vector<StackElement> SymbolMaps::resymbolize( in resymbolize()
213 const std::vector<StackElement>& stack, in resymbolize()
218 for (const StackElement& stackElement : stack) in resymbolize()
225 std::vector<StackElement> resymbolizedStack; in resymbolize()
226 for (const StackElement& se : stack) in resymbolize()
233 StackElement SymbolMaps::resymbolize(const StackElement& se, in resymbolize()
350 StackElement element; in resymbolize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.c82 typedef struct StackElement { struct
87 } StackElement; typedef
410 StackElement new_element; in push_method()
429 StackElement element; in insure_method_on_stack()
489 StackElement element; in pop_method()
511 element = *(StackElement*)p; in pop_method()
527 StackElement e; in pop_method()
942 StackElement element; in tls_pop_exception_catch()
964 element = *(StackElement*)p; in tls_pop_exception_catch()
983 StackElement element; in tls_pop_method()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.c82 typedef struct StackElement { struct
87 } StackElement; argument
410 StackElement new_element; in push_method()
429 StackElement element; in insure_method_on_stack()
489 StackElement element; in pop_method()
511 element = *(StackElement*)p; in pop_method()
527 StackElement e; in pop_method()
942 StackElement element; in tls_pop_exception_catch()
964 element = *(StackElement*)p; in tls_pop_exception_catch()
983 StackElement element; in tls_pop_method()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DSCCIterator.h51 struct StackElement { struct
56 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() argument
59 bool operator==(const StackElement &Other) const {
81 std::vector<StackElement> VisitStack;
150 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum)); in DFSVisitOne()

12345