Home
last modified time | relevance | path

Searched refs:TableStack (Results 1 – 14 of 14) sorted by relevance

/dports/devel/texlab/texlab-3.3.0/cargo-crates/logos-derive-0.12.0/src/generator/
H A Dtables.rs6 pub struct TableStack { struct
17 impl TableStack { argument
19 TableStack { in new()
63 impl ToTokens for TableStack { implementation
H A Dmod.rs17 use self::tables::TableStack;
43 tables: TableStack,
67 tables: TableStack::new(), in new()
/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/src/
H A Dconfig.rs145 struct TableStack(Vec<Arc<Table>>); struct
153 source: TableStack,
382 let stack = TableStack(configs); in generate_buffer_config()
568 impl TableStack { impl
610 fn diff(&self, other: &TableStack) -> Option<Table> { in diff()
851 let stack1 = TableStack(vec![Arc::new(conf1)]); in test_diff()
852 let stack2 = TableStack(vec![Arc::new(conf2)]); in test_diff()
/dports/textproc/openjade/openjade-1.3.3-pre1/jade/
H A DTeXFOTBuilder.cxx831 Table &curTable() { assert( TableStack.size() > 0 ); in curTable()
832 return TableStack.back(); } in curTable()
885 Vector<Table> TableStack; member in DSSSL_NAMESPACE::TeXFOTBuilder
2462 TableStack.resize( TableStack.size() + 1 ); in startTable()
2489 assert( TableStack.size() > 0 ); in endTable()
2507 TableStack.resize( TableStack.size() - 1 ); in endTable()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3264 static final class TableStack<K,V> { class in ConcurrentHashMap
3268 TableStack<K,V> next;
3346 TableStack<K,V> s = spare; // reuse if possible in pushState()
3350 s = new TableStack<K,V>(); in pushState()
3364 TableStack<K,V> s; int len; in recoverState()
3370 TableStack<K,V> next = s.next; in recoverState()
4811 TableStack<K,V> stack, spare;
4866 TableStack<K,V> s = spare; in pushState()
4870 s = new TableStack<K,V>(); in pushState()
4879 TableStack<K,V> s; int len; in recoverState()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3264 static final class TableStack<K,V> { class in ConcurrentHashMap
3268 TableStack<K,V> next;
3346 TableStack<K,V> s = spare; // reuse if possible in pushState()
3350 s = new TableStack<K,V>(); in pushState()
3364 TableStack<K,V> s; int len; in recoverState()
3370 TableStack<K,V> next = s.next; in recoverState()
4811 TableStack<K,V> stack, spare;
4866 TableStack<K,V> s = spare; in pushState()
4870 s = new TableStack<K,V>(); in pushState()
4879 TableStack<K,V> s; int len; in recoverState()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3301 static final class TableStack<K,V> { class in ConcurrentHashMap
3305 TableStack<K,V> next;
3383 TableStack<K,V> s = spare; // reuse if possible in pushState()
3387 s = new TableStack<K,V>(); in pushState()
3401 TableStack<K,V> s; int len; in recoverState()
3407 TableStack<K,V> next = s.next; in recoverState()
4880 TableStack<K,V> stack, spare;
4935 TableStack<K,V> s = spare; in pushState()
4939 s = new TableStack<K,V>(); in pushState()
4948 TableStack<K,V> s; int len; in recoverState()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3301 static final class TableStack<K,V> { class in ConcurrentHashMap
3305 TableStack<K,V> next;
3383 TableStack<K,V> s = spare; // reuse if possible in pushState()
3387 s = new TableStack<K,V>(); in pushState()
3401 TableStack<K,V> s; int len; in recoverState()
3407 TableStack<K,V> next = s.next; in recoverState()
4880 TableStack<K,V> stack, spare;
4935 TableStack<K,V> s = spare; in pushState()
4939 s = new TableStack<K,V>(); in pushState()
4948 TableStack<K,V> s; int len; in recoverState()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3301 static final class TableStack<K,V> { class in ConcurrentHashMap
3305 TableStack<K,V> next;
3383 TableStack<K,V> s = spare; // reuse if possible in pushState()
3387 s = new TableStack<K,V>(); in pushState()
3401 TableStack<K,V> s; int len; in recoverState()
3407 TableStack<K,V> next = s.next; in recoverState()
4880 TableStack<K,V> stack, spare;
4935 TableStack<K,V> s = spare; in pushState()
4939 s = new TableStack<K,V>(); in pushState()
4948 TableStack<K,V> s; int len; in recoverState()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3308 static final class TableStack<K,V> { class in ConcurrentHashMap
3312 TableStack<K,V> next;
3390 TableStack<K,V> s = spare; // reuse if possible in pushState()
3394 s = new TableStack<K,V>(); in pushState()
3408 TableStack<K,V> s; int len; in recoverState()
3414 TableStack<K,V> next = s.next; in recoverState()
4888 TableStack<K,V> stack, spare;
4943 TableStack<K,V> s = spare; in pushState()
4947 s = new TableStack<K,V>(); in pushState()
4956 TableStack<K,V> s; int len; in recoverState()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3308 static final class TableStack<K,V> { class in ConcurrentHashMap
3312 TableStack<K,V> next;
3390 TableStack<K,V> s = spare; // reuse if possible in pushState()
3394 s = new TableStack<K,V>(); in pushState()
3408 TableStack<K,V> s; int len; in recoverState()
3414 TableStack<K,V> next = s.next; in recoverState()
4888 TableStack<K,V> stack, spare;
4943 TableStack<K,V> s = spare; in pushState()
4947 s = new TableStack<K,V>(); in pushState()
4956 TableStack<K,V> s; int len; in recoverState()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3301 static final class TableStack<K,V> { class in ConcurrentHashMap
3305 TableStack<K,V> next;
3383 TableStack<K,V> s = spare; // reuse if possible in pushState()
3387 s = new TableStack<K,V>(); in pushState()
3401 TableStack<K,V> s; int len; in recoverState()
3407 TableStack<K,V> next = s.next; in recoverState()
4880 TableStack<K,V> stack, spare;
4935 TableStack<K,V> s = spare; in pushState()
4939 s = new TableStack<K,V>(); in pushState()
4948 TableStack<K,V> s; int len; in recoverState()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3308 static final class TableStack<K,V> { class in ConcurrentHashMap
3312 TableStack<K,V> next;
3390 TableStack<K,V> s = spare; // reuse if possible in pushState()
3394 s = new TableStack<K,V>(); in pushState()
3408 TableStack<K,V> s; int len; in recoverState()
3414 TableStack<K,V> next = s.next; in recoverState()
4888 TableStack<K,V> stack, spare;
4943 TableStack<K,V> s = spare; in pushState()
4947 s = new TableStack<K,V>(); in pushState()
4956 TableStack<K,V> s; int len; in recoverState()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java3308 static final class TableStack<K,V> { class in ConcurrentHashMap
3312 TableStack<K,V> next;
3390 TableStack<K,V> s = spare; // reuse if possible in pushState()
3394 s = new TableStack<K,V>(); in pushState()
3408 TableStack<K,V> s; int len; in recoverState()
3414 TableStack<K,V> next = s.next; in recoverState()
4888 TableStack<K,V> stack, spare;
4943 TableStack<K,V> s = spare; in pushState()
4947 s = new TableStack<K,V>(); in pushState()
4956 TableStack<K,V> s; int len; in recoverState()
[all …]