Home
last modified time | relevance | path

Searched defs:SortedMap (Results 1 – 25 of 76) sorted by last modified time

1234

/dports/www/gitea/gitea-1.16.5/vendor/github.com/rogpeppe/go-internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/
H A Dsorted_map.rs20 pub struct SortedMap<K: Ord, V> { struct
24 impl<K: Ord, V> SortedMap<K, V> { implementation
242 impl<K: Ord, V> IntoIterator for SortedMap<K, V> { implementation
251 impl<'a, K, Q, V> Index<&'a Q> for SortedMap<K, V> implementation
263 impl<'a, K, Q, V> IndexMut<&'a Q> for SortedMap<K, V> implementation
273 impl<K: Ord, V> FromIterator<(K, V)> for SortedMap<K, V> { implementation
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/
H A Dsorted_map.rs21 pub struct SortedMap<K, V> { struct
25 impl<K, V> Default for SortedMap<K, V> { argument
32 impl<K, V> SortedMap<K, V> { impl
39 impl<K: Ord, V> SortedMap<K, V> { implementation
252 impl<K: Ord, V> IntoIterator for SortedMap<K, V> { implementation
261 impl<'a, K, Q, V> Index<&'a Q> for SortedMap<K, V> implementation
273 impl<'a, K, Q, V> IndexMut<&'a Q> for SortedMap<K, V> implementation
283 impl<K: Ord, V> FromIterator<(K, V)> for SortedMap<K, V> { implementation
294 impl<K: HashStable<CTX>, V: HashStable<CTX>, CTX> HashStable<CTX> for SortedMap<K, V> { implementation
/dports/www/gohugo/hugo-0.91.2/tpl/internal/go_templates/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/cad/verilator/verilator-4.216/src/
H A DV3Scoreboard.h362 using SortedMap = SortByValueMap<const T_Elem*, T_Score, CmpElems>; variable
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Collections/
H A DEmptyNavigableMap.java94 public static final boolean isDescending(SortedMap<?,?> set) { in isDescending() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/
H A DSortedMap.java113 public interface SortedMap<K,V> extends Map<K,V> { interface
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Collections/
H A DEmptyNavigableMap.java94 public static final boolean isDescending(SortedMap<?,?> set) { in isDescending() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/
H A DSortedMap.java113 public interface SortedMap<K,V> extends Map<K,V> { interface
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DSortedMap.java113 public interface SortedMap<K,V> extends Map<K,V> { interface
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Collections/
H A DEmptyNavigableMap.java93 public static final boolean isDescending(SortedMap<?,?> set) { in isDescending() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DSortedMap.java113 public interface SortedMap<K,V> extends Map<K,V> { interface
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Collections/
H A DEmptyNavigableMap.java93 public static final boolean isDescending(SortedMap<?,?> set) { in isDescending() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Collections/
H A DEmptyNavigableMap.java94 public static final boolean isDescending(SortedMap<?,?> set) { in isDescending() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DSortedMap.java113 public interface SortedMap<K,V> extends Map<K,V> { interface
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Collections/
H A DEmptyNavigableMap.java94 public static final boolean isDescending(SortedMap<?,?> set) { in isDescending() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DSortedMap.java113 public interface SortedMap<K,V> extends Map<K,V> { interface
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Collections/
H A DEmptyNavigableMap.java94 public static final boolean isDescending(SortedMap<?,?> set) { in isDescending() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/
H A DSortedMap.java113 public interface SortedMap<K,V> extends Map<K,V> { interface
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/k-sone/critbitgo/
H A Dmap.go8 type SortedMap struct { struct
9 trie *Trie
12 func (m *SortedMap) Contains(key string) bool {
16 func (m *SortedMap) Get(key string) (value interface{}, ok bool) {
20 func (m *SortedMap) Set(key string, value interface{}) {
24 func (m *SortedMap) Delete(key string) (value interface{}, ok bool) {
28 func (m *SortedMap) Clear() {
32 func (m *SortedMap) Size() int {
37 func (m *SortedMap) Keys() []string {
48 func (m *SortedMap) Each(prefix string, handle func(key string, value interface{}) bool) bool {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {

1234