Home
last modified time | relevance | path

Searched defs:StackItem (Results 1 – 25 of 137) sorted by relevance

123456

/dports/devel/re2c/re2c-2.2/src/skeleton/
H A Dmaxpath.cc22 struct StackItem { struct
23 uint32_t node;
24 uint32_t dist;
25 Node::arcs_t::const_iterator arc;
H A Dcontrol_flow.cc28 struct StackItem { struct
29 uint32_t node;
30 Node::arcs_t::const_iterator arc;
/dports/devel/re2c/re2c-2.2/src/nfa/
H A Destimate_size.cc13 struct StackItem { struct
14 const RE *re; // current sub-RE
15 uint32_t size; // size of the sub-RE (only for alternative and concatenation)
16 uint8_t succ; // index of the next sucessor to be visited
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/flow/tester/
H A DTester.actor.h45 struct StackItem { struct
46 StackItem() : index(-1) {} in StackItem() argument
47 StackItem(uint32_t i, Future<Standalone<StringRef>> v) : index(i), value(v) {} in StackItem() function
48 StackItem(uint32_t i, Standalone<StringRef> v) : index(i), value(v) {} in StackItem() argument
55 std::vector<StackItem> data; argument
/dports/devel/re2c/re2c-2.2/src/regexp/
H A Ddefault_tags.cc64 struct StackItem { struct
66 RE *re;
70 size_t *ltag, *rtag;
H A Dnullable.cc17 struct StackItem { struct
18 const RE *re; // current sub-RE
19 uint8_t succ; // index of the next sucessor to be visited
H A Dfixed_tags.cc29 struct StackItem { struct
30 RE *re; // current sub-RE
31 uint8_t succ; // index of the next successor to be visited
/dports/devel/re2c/re2c-2.2/src/dfa/
H A Dfillpoints.cc47 struct StackItem { struct
48 size_t state; // current state
49 size_t symbol; // next arc to be visited in this state
50 size_t link; // Tarjan's "lowlink"
/dports/devel/kcachegrind/kcachegrind-21.12.3/libviews/
H A Dstackitem.cpp24 StackItem::StackItem(StackSelection* ss, in StackItem() function in StackItem
43 StackItem::StackItem(StackSelection* ss, in StackItem() function in StackItem
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/pre-ghc90/
H A DGADTContext.hs11 data StackItem a where type
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_stack.c32 typedef struct StackItem { struct
36 } StackItem; typedef
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_stack.c34 typedef struct StackItem { struct
38 } StackItem; argument
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_stack.c34 typedef struct StackItem { struct
38 } StackItem; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_stack.c34 typedef struct StackItem { struct
38 } StackItem; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_stack.c34 typedef struct StackItem { struct
38 } StackItem; argument
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/plist-0.4.2/src/stream/
H A Dbinary_reader.rs21 struct StackItem { struct
35 stack: Vec<StackItem>, argument
172 fn pop_stack_item(&mut self) -> StackItem { in pop_stack_item()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/plist-0.4.2/src/stream/
H A Dbinary_reader.rs21 struct StackItem { struct
35 stack: Vec<StackItem>, argument
172 fn pop_stack_item(&mut self) -> StackItem { in pop_stack_item()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/valgrind/xmlprotocol/
H A Derrorlistmodel.h59 friend class StackItem; variable
/dports/math/singular/Singular-Release-4-2-1/gfanlib/
H A Dgfanlib_tropicalhomotopy.h530 struct StackItem{ struct
536StackItem(int columnIndex_, int configurationIndex_, bool b_, int choice_, bool useFirstChanged_, … in StackItem() argument
/dports/math/gfan/gfan0.6.2/src/
H A Dgfanlib_tropicalhomotopy.h530 struct StackItem{ struct
536StackItem(int columnIndex_, int configurationIndex_, bool b_, int choice_, bool useFirstChanged_, … in StackItem() argument
/dports/math/gfanlib/gfan0.6.2/src/
H A Dgfanlib_tropicalhomotopy.h530 struct StackItem{ struct
536StackItem(int columnIndex_, int configurationIndex_, bool b_, int choice_, bool useFirstChanged_, … in StackItem() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DElementIterator.java88 private class StackItem implements Cloneable { class in ElementIterator
92 private StackItem(Element elem) { in StackItem() method in ElementIterator.StackItem
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/
H A DElementIterator.java81 private class StackItem implements Cloneable { class in ElementIterator
85 private StackItem(Element elem) { in StackItem() method in ElementIterator.StackItem
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DElementIterator.java88 private class StackItem implements Cloneable { class in ElementIterator
92 private StackItem(Element elem) { in StackItem() method in ElementIterator.StackItem
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DElementIterator.java88 private class StackItem implements Cloneable { class in ElementIterator
92 private StackItem(Element elem) { in StackItem() method in ElementIterator.StackItem

123456